ScriptHelperAppendTooltip Method (HtmlGenericControl, String, String, Int32, Boolean) |
Appends tooltip to control.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 13.0.131
Syntax 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