/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
var dlg = new dijit.Dialog({ id: name, title: titlestr, href: url, onClose: dojo.hitch(this, setTimeout(function(){ if (!dijit.byId(name).open) dijit.byId(name).destroyRecursive(); }, 500)), style: style });