Show
Ignore:
Timestamp:
03/03/08 17:43:47 (10 months ago)
Author:
bill
Message:

Tree tests specified labelAttr even though there is currently no such attribute.
(And even if there was such an attribute, would only need to specify it when wanted to specify a non-default label.)
Refs #6065.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • dijit/trunk/tests/test_Tree.html

    r12603 r12858  
    3636        <p>Clicking a folder node will open/close it (openOnclick==true), and clicking a leaf node will popup an alert.</p> 
    3737        <div dojoType="dijit.Tree" id="mytree" 
    38                 model="continentModel" labelAttr="name" childrenAttr="children" 
     38                model="continentModel" childrenAttr="children" 
    3939                openOnClick="true"> 
    4040                <script type="dojo/method" event="onClick" args="item"> 
     
    8181 
    8282        <div dojoType="dijit.Tree" id="tree2" 
    83                 model="continentModel" labelAttr="name" childrenAttr="children" 
     83                model="continentModel" childrenAttr="children" 
    8484                showRoot="false" openOnClick="true"> 
    8585