AbstractCMSPageRegisterBodyModifyingScript Method |
Registers script that modified body element. (For IE7,8 compatibility reasons. See KB927917 for more information.)
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 9.0.0
Syntax 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