Click or drag to resize
ScriptHelperAppendTooltip Method (HtmlGenericControl, String, String, Int32, Boolean)
Appends tooltip to control.

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 8.2.23
Syntax
C#
public static void AppendTooltip(
	HtmlGenericControl control,
	string tooltipText,
	string cursor,
	int width = 0,
	bool encode = false
)

Parameters

control
Type: System.Web.UI.HtmlControlsHtmlGenericControl
Control
tooltipText
Type: SystemString
Tooltip
cursor
Type: SystemString
Mouse pointer
width (Optional)
Type: SystemInt32
Width of the tooltip
encode (Optional)
Type: SystemBoolean
Indicates if the tooltip text should be encoded
See Also