Click or drag to resize
CMSMultiButtonBaseGetActionOnClientClick Method
Creates javascript code which triggers postback to this control and optionally additional client code specified by the CMSButtonAction OnClientClick property.

Namespace: CMS.ExtendedControls
Assembly: CMS.ExtendedControls (in CMS.ExtendedControls.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetActionOnClientClick(
	CMSButtonAction action
)

Parameters

action
Type: CMS.ExtendedControlsCMSButtonAction
Script's action

Return Value

Type: String
Client script which should be triggered after clicking on the specified action
See Also