| 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: 13.0.131
 Syntax
Syntaxprotected 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
See Also