Wijmo UI for the Web
destroy Method
wijmo.dialog Namespace > JQueryUIDialog type : destroy Method
Removes the dialog functionality completely. This will return the element back to its pre-init state.
Syntax
var instance = new wijmo.dialog.JQueryUIDialog();
var value; // Type: any
value = instance.destroy();
function destroy() : any;
See Also

Reference

JQueryUIDialog type