Changeset 13244 for dijit/trunk/tests/test_TitlePane.html
- Timestamp:
- 03/31/08 19:31:31 (9 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/tests/test_TitlePane.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/tests/test_TitlePane.html
r12703 r13244 72 72 <form> 73 73 <title for="age">Age: </title><input id="age"><br> 74 <title for="discount">Discount card </title><input type= checkboxid="discount"><br>74 <title for="discount">Discount card </title><input type="checkbox" id="discount"><br> 75 75 <button>Submit</button><br> 76 76 </form> … … 80 80 <h1>Test #4: title pane with href (initially closed)</h1> 81 81 <p>The pane should open to "Loading..." message and then 2 seconds later it should slide open more to show loaded data.</p> 82 <div dojoType="dijit.TitlePane" duration= 1000title="Pane from href" href="layout/getResponse.php?delay=3000&messId=3" open="false">82 <div dojoType="dijit.TitlePane" duration="1000" title="Pane from href" href="layout/getResponse.php?delay=3000&messId=3" open="false"> 83 83 Loading... 84 84 </div> … … 86 86 <h1>Test #5: title pane with href (initially closed)</h1> 87 87 <p>The pane should start to open to "Loading..." but halfway through href data will be loaded, and it should expand correctly.</p> 88 <div dojoType="dijit.TitlePane" duration= 1000title="Pane from href" href="layout/getResponse.php?delay=500&messId=3" open="false">88 <div dojoType="dijit.TitlePane" duration="1000" title="Pane from href" href="layout/getResponse.php?delay=500&messId=3" open="false"> 89 89 Loading... 90 90 </div>