Changeset 10580 for dojox/trunk/data/demos/demo_LazyLoad.html
- Timestamp:
- 09/20/07 22:56:56 (3 years ago)
- Files:
-
- 1 modified
-
dojox/trunk/data/demos/demo_LazyLoad.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dojox/trunk/data/demos/demo_LazyLoad.html
r9497 r10580 59 59 --> 60 60 <b>Continents</b> 61 <div dojoType="dijit.Tree" id=tree store="continentStore" query="{type:'continent'}"61 <div dojoType="dijit.Tree" id=tree label="Continents" store="continentStore" query="{type:'continent'}" 62 62 labelAttr="name" typeAttr="type"></div> 63 63 </blockquote>