ScriptHelper FormatTooltipString Method Kentico 8.0 API Reference
Formats string to be used for tooltip.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.0.0.0 (8.0.5239.26125)

Parameters

text
Type: OnlineSystem String
Tooltip string
encode (Optional)
Type: OnlineSystem Boolean
Indicates whether the tooltip text should be encoded
escape (Optional)
Type: OnlineSystem Boolean
Indicates if apostrophes and backshlashes shoud be escaped

Return Value

Type: OnlineString
See Also