Changeset 10844
- Timestamp:
- 10/15/07 21:39:07 (10 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/tests/test_Tree.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/tests/test_Tree.html
r10726 r10844 35 35 labelAttr="name" label="Continents"> 36 36 <script type="dojo/method" event="onClick" args="item"> 37 alert("Execute of node " + continentStore.getLabel(item) 38 +", population=" + continentStore.getValue(item, "population")); 37 if(item){ 38 alert("Execute of node " + continentStore.getLabel(item) 39 +", population=" + continentStore.getValue(item, "population")); 40 }else{ 41 alert("Execute on root node"); 42 } 39 43 </script> 40 44 <script type="dojo/method" event="getIconClass" args="item">