Click or drag to resize
ScriptHelperRegisterEditScript Method
Registers cmsedit.js script to the page and ensures initialization

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void RegisterEditScript(
	Page page,
	bool ensureInit = true
)

Parameters

page
Type: System.Web.UIPage
Page to register
ensureInit (Optional)
Type: SystemBoolean
Indicates whether InitializePage() should be called
See Also