Click or drag to resize

PopupOpts Enumeration

Option flags for use with navigation to popup pages.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum PopupOpts
Members
  Member nameValueDescription
Popup1Indicates that this is a popup.
Dialog2Indicates that this is a dialog-style popup.
RefreshOpener4Refresh the opener page upon save.
AllowMultiPopup8Do not force a mop-based target name thus allowing multiple popups for this MOP.
Inplace16Pop up should be presented in an in-place div rather than a new browser window.
NoDelete32Do not allow record deletion from popup.
AddOneOnly64Do not allow user to add more than one item from popup.
RequireOpener128Close popup window if user navigates away or closes opener window.
FromSubform256The page was popped up from a subform, but hosted by the subform's parent.
See Also