| CMSAbstractLayoutWebPartAppendAction Method | 
            Appends the given action
            
 
Namespace: CMS.PortalEngine.Web.UIAssembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
 Syntax
Syntaxprotected 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
See Also