Click or drag to resize
CMSAbstractLayoutWebPartAppendAction Method
Appends the given action

Namespace: CMS.PortalEngine.Web.UI
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 11.0.0
Syntax
C#
protected void AppendAction(
	string script,
	string iconClass,
	string title,
	string text = null
)

Parameters

script
Type: SystemString
Script to execute on click
iconClass
Type: SystemString
Icon class
title
Type: SystemString
Action title (tooltip)
text (Optional)
Type: SystemString
Action text
See Also