CMSMultiButtonBaseGetActionOnClientClick Method |
Creates javascript code which triggers postback to this control and optionally additional client code specified by the CMSButtonAction OnClientClick property.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax protected virtual string GetActionOnClientClick(
CMSButtonAction action
)
Parameters
- action
- Type: CMS.Base.Web.UICMSButtonAction
Script's action
Return Value
Type:
StringClient script which should be triggered after clicking on the specified action
See Also