ShowPopup(PopupWindowShowAction, Boolean, WebWindow, String, Boolean, String, Boolean, Boolean)
|
action, isSizeable, webWindow, callBackFuncName, forcePostBack, targetControlId, useFindTemplate, showInFindPopup
|
Registers the client script that is automatically executed when processing of the current request is complete. This script displays the pop-up window using the ASPxPopupControl.
|
ShowPopup(PopupWindowShowAction, Boolean, WebWindow, String, Boolean, String)
|
action, isSizeable, webWindow, callBackFuncName, forcePostBack, targetControlId
|
For internal use.
|
ShowPopup(PopupWindowShowAction, String)
|
action, targetControlId
|
For internal use.
|
ShowPopup(View, Action, Action, String, String)
|
view, okDelegate, cancelDelegate, okButtonCaption, cancelButtonCaption
|
|
ShowPopup(WebWindow, WebWindow, ShowViewSource)
|
windowToShow, currentRequestWindow, showViewSource
|
For internal use.
|
ShowPopup(WebWindow, WebWindow, Boolean, ShowViewSource)
|
windowToShow, currentRequestWindow, showInFindPopup, showViewSource
|
For internal use.
|
ShowPopup(WebWindow, WebWindow, Boolean, String, ShowViewSource, Boolean)
|
windowToShow, currentRequestWindow, showInFindPopup, closeScript, showViewSource, useFindTemplate
|
For internal use.
|
ShowPopup(WebWindow, WebWindow, Boolean, String, ShowViewSource)
|
windowToShow, currentRequestWindow, showInFindPopup, closeScript, showViewSource
|
For internal use.
|
ShowPopup(WebWindow, WebWindow, Boolean, String)
|
windowToShow, currentRequestWindow, showInFindPopup, closeScript
|
For internal use.
|
ShowPopup(WebWindow, WebWindow, Boolean)
|
windowToShow, currentRequestWindow, showInFindPopup
|
For internal use.
|
ShowPopup(WebWindow, WebWindow)
|
windowToShow, currentRequestWindow
|
For internal use.
|
ShowPopup(WebWindow, Boolean, WebWindow, String, Boolean, String, ShowViewSource)
|
windowToShow, isSizeable, currentRequestWindow, callBackFuncName, forcePostBack, targetControlId, showViewSource
|
For internal use.
|
ShowPopup(WebWindow, Boolean, WebWindow, String, Boolean, String)
|
windowToShow, isSizeable, currentRequestWindow, callBackFuncName, forcePostBack, targetControlId
|
For internal use.
|