PopupWindowManager.GenerateModalOpeningScript(WebControl, PopupWindowShowAction, Int32, Int32, Boolean, String, Boolean, Boolean) Method
In This Article
OBSOLETE
Use the Get
This method is obsolete (use the GetShowPopupWindowScript method instead).
Namespace: DevExpress.ExpressApp.Web
Assembly: DevExpress.ExpressApp.Web.v24.2.dll
NuGet Package: DevExpress.ExpressApp.Web
#Declaration
[Browsable(false)]
[Obsolete("Use the GetShowPopupWindowScript method instead")]
public string GenerateModalOpeningScript(
WebControl control,
PopupWindowShowAction action,
int windowWidth,
int windowHeight,
bool forcePostBack,
string callBackFuncName,
bool useFindTemplate,
bool showInFindPopup
)
#Parameters
Name | Type |
---|---|
control | Web |
action | Popup |
window |
Int32 |
window |
Int32 |
force |
Boolean |
call |
String |
use |
Boolean |
show |
Boolean |
#Returns
Type |
---|
String |
See Also