Click or drag to resize
FormattedTextOnClientClick Method
Adds JavaScript that gets called when text is clicked.

Namespace: CMS.Helpers.Markup
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 9.0.0
Syntax
C#
public FormattedText OnClientClick(
	string javascript
)

Parameters

javascript
Type: SystemString

Return Value

Type: FormattedText
See Also