Click or drag to resize
AbstractCMSPageRegisterBodyModifyingScript Method
Registers script that modified body element. (For IE7,8 compatibility reasons. See KB927917 for more information.)

Namespace: CMS.UIControls
Assembly: CMS.UIControls (in CMS.UIControls.dll) Version: 10.0.0
Syntax
C#
public void RegisterBodyModifyingScript(
	Type type,
	string key,
	string script,
	bool addScriptTags
)

Parameters

type
Type: SystemType
Type
key
Type: SystemString
Key
script
Type: SystemString
Script
addScriptTags
Type: SystemBoolean
True to enclose the script block in script and /script tags, otherwise false
See Also