/ Published in: JavaScript
This snippet moves the given Dialog to the top, automatically setting the underlay zindex
Expand |
Embed | Plain Text
dijit._DialogLevelManager.show(dijit.byId('...'));
You need to login to post a comment.
simondiercks on 10/27/11
Switch dialog active stack Dojo
1 person have marked this snippet as a favorite
This snippet moves the given Dialog to the top, automatically setting the underlay zindex
dijit._DialogLevelManager.show(dijit.byId('...'));
You need to login to post a comment.