~mortenoh/+junk/dhis2-detailed-import-export

« back to all changes in this revision

Viewing changes to local/in/dhis-web-integration/src/main/webapp/dhis-web-integration/menuWithTree.vm

  • Committer: larshelge at gmail
  • Date: 2009-03-03 16:46:36 UTC
  • Revision ID: larshelge@gmail.com-20090303164636-2sjlrquo7ib1gf7r
Initial check-in

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
#parse( "/dhis-web-integration/menu.vm" )
 
3
 
 
4
#parse( "/dhis-web-commons/ouwt/orgunittree.vm" )
 
5
 
 
6
<!-- The script that registeres selctions in the orgunit tree -->
 
7
<script type="text/javascript">
 
8
 
 
9
function orgUnitHasBeenSelected( orgUnitIds )
 
10
{    
 
11
    var orgUnitid = ""+orgUnitIds;    
 
12
}
 
13
 
 
14
selection.setListenerFunction( orgUnitHasBeenSelected );
 
15
 
 
16
</script>
 
17