ASP.NET 3.5 and above only
Obout.Ajax.UI Controls - HTML Editor - Client side
Obout.Ajax.UI.HTMLEditor.PopupStateType enum.
Enumeration of all objects available for the
state
property of the
popupStateArgs
object.
| Object |
Description |
|
Obout.Ajax.UI.HTMLEditor.PopupStateType.LoadStart
|
Popup holder starts loading of the popup.
|
|
Obout.Ajax.UI.HTMLEditor.PopupStateType.LoadEnd
|
The popup is loaded into the popup holder.
|
|
Obout.Ajax.UI.HTMLEditor.PopupStateType.PreOpen
|
Before popup to be open.
|
|
Obout.Ajax.UI.HTMLEditor.PopupStateType.Open
|
The popup is opened.
|
|
Obout.Ajax.UI.HTMLEditor.PopupStateType.Close
|
The popup is closed.
|