Changeset 12163
- Timestamp:
- 01/25/08 03:42:09 (12 months ago)
- Files:
-
- 1 modified
-
dijit/trunk/tests/test_Dialog.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
dijit/trunk/tests/test_Dialog.html
r12162 r12163 151 151 <button dojoType="dijit.form.Button" onclick="dijit.byId('fifthDlg').show();">Test slow loading HREF Dialog</button> 152 152 153 <div dojoType="dijit.Dialog" id="fifthDlg" href="layout/getResponse.php?delay=3000&messId=3" title="From HREF (slow network simulated)"></div> 153 <div dojoType="dijit.Dialog" id="fifthDlg" href="layout/getResponse.php?delay=3000&messId=3" 154 style="width: 300px" title="From HREF (slow network simulated)"></div> 154 155 155 156 <p><b><i>(scroll down to see more links to click, for testing positioning / scroll handling)</i></b></p>