Click or drag to resize
ScriptHelperRegisterDialogScript Method
Registers the script for modal dialogs. Provides function modalDialog(url, name, width, height, otherParams, noWopener).

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void RegisterDialogScript(
	Page page
)

Parameters

page
Type: System.Web.UIPage
Page to register
See Also