Click or drag to resize
BaseEditMenuAddScript Method
Adds the script to the output request window.

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected void AddScript(
	string script
)

Parameters

script
Type: SystemString
Script to add
See Also