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