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

« back to all changes in this revision

Viewing changes to dhis-2/dhis-web/dhis-web-commons-resources/src/main/webapp/dhis-web-commons/oust/selectionTree.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
## You don't have to use this template directly if you don't want to
 
3
 
 
4
<div id="selectionTree"></div>
 
5
 
 
6
<script type="text/javascript">
 
7
        
 
8
        selectionTreeSelection.setMultipleSelectionAllowed( true );
 
9
        selectionTree.buildSelectionTree();
 
10
        
 
11
</script>