The topic that introduces the user to the igDialog™ control’s methods.
This topic contains the following sections:
The following table summarizes the purpose and functionality of the igDialog control’s featured methods:
Method | Description |
---|---|
state | Gets the state of the editor. |
mainElement | Gets the reference to a dynamically created DIV element, which represents dialog. |
content | Retrieves the igDialog content container or sets its content to be the new content provided. This is the inner container of the dialog window excluding headers, resizing handlers, etc. |
close | Closes the igDialog , if it is opened. |
open | Opens the igDialog , if it is closed. |
minimize | Minimizes the igDialog , if it is opened. |
maximize | Maximizes the igDialog , if it is opened. |
pin | Pins the igDialog , if it is not pinned. |
unpin | Unpins the igDialog , if it is pinned. |
getTopModal | Gets reference to the top modal dialog. |
isTopModal | Returns if dialog is modal and is currently active. |
moveToTop | Moves dialog to the top. |
destroy | Destroys the igDialog control. |
The following topics provide additional information related to this topic:
igDialog
control’s properties.igDialog
control’s events.igDialog
control’s CSS classes.The following samples provide additional information related to this topic:
View on GitHub