Changes between Initial Version and Version 1 of Ticket #14727, comment 1
- Timestamp:
- Feb 4, 2012, 6:03:31 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #14727, comment 1
initial v1 1 1 Workaround: 2 after calling show() on the dialog, set draggable to false ;2 after calling show() on the dialog, set draggable to false: 3 3 4 dijit.byId("myDialog").show(); 4 dijit.byId("myDialog").show();[[BR]] 5 5 setTimeout("dijit.byId('mDialog').set('draggable', false)",500);