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