Table of Contents
closeDialog Method 

Closes the current dialog.

Syntax
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