Closes the current dialog.
[JavaScript]
Editor.closeDialog(
srcElement, e)
Parameters
-
srcElement
- The DHTML element that triggers the call. In the context of an event handler, keyword this should be used.
-
e
- The DOM event object. In the context of an event handler, keyword event should be used.
See Also
Editor Object