Hide

YetaWF.Core Package Documentation

Display
Print

YetaWF.Core.Controllers.ControllerImpl.OnPopupCloseEnum Enumeration

The type of processing used when closing a popup window, used with the FormProcessed method.

Class: YetaWF.Core.Controllers.ControllerImpl
Namespace: YetaWF.Core.Controllers
Assembly: YetaWF.Core

Syntax

protected enum OnPopupCloseEnum;

Values

NameValueDescription
Nothing0No processing. The popup is not closed.
ReloadNothing1No processing. The popup is closed.
ReloadParentPage2The popup is closed and the parent page is reloaded.
ReloadModule3The popup is closed and the module is reloaded.
GotoNewPage4The popup is closed and a new page is loaded.
UpdateInPlace5The popup is not closed and the module is updated in place with the new model.

See Also YetaWF.Core.Controllers.ControllerImpl Class YetaWF.Core Overview