Changeset 12858 for dijit/trunk/tests/test_Tree.html
- Timestamp:
- 03/03/08 17:43:47 (10 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/tests/test_Tree.html (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/tests/test_Tree.html
r12603 r12858 36 36 <p>Clicking a folder node will open/close it (openOnclick==true), and clicking a leaf node will popup an alert.</p> 37 37 <div dojoType="dijit.Tree" id="mytree" 38 model="continentModel" labelAttr="name"childrenAttr="children"38 model="continentModel" childrenAttr="children" 39 39 openOnClick="true"> 40 40 <script type="dojo/method" event="onClick" args="item"> … … 81 81 82 82 <div dojoType="dijit.Tree" id="tree2" 83 model="continentModel" labelAttr="name"childrenAttr="children"83 model="continentModel" childrenAttr="children" 84 84 showRoot="false" openOnClick="true"> 85 85