CMSAbstractLayoutWebPartAppendAction Method |
Appends the given action
Namespace: CMS.PortalControlsAssembly: CMS.PortalControls (in CMS.PortalControls.dll) Version: 8.2.23
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