UIHelper GetTooltipAttributes Method Kentico 8.0 API Reference
Gets tooltip onmouseover and onmouseout attributes.

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

Return Value

Type: OnlineString
Returns string in format 'onmouseout=\"UnTip()\" onmouseover=\"Tip('##TOOLTIP_BODY##', WIDTH, -##TOOLTIP_WIDTH##)\"'
See Also