Sets the particular action data.
Namespace: CMS.UIControlsAssembly: CMS.UIControls (in CMS.UIControls.dll) Version: 12.0.0
Syntax public void SetAction(
int index,
string text,
string targetUrl,
string javascript = null,
string tooltip = null
)
Parameters
- index
- Type: SystemInt32
Index of the action - text
- Type: SystemString
Text of the actions - targetUrl
- Type: SystemString
Target URL - javascript (Optional)
- Type: SystemString
Java-script to execute on click - tooltip (Optional)
- Type: SystemString
Tooltip of the action
See Also