ScriptHelperAppendTooltip Method (WebControl, 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(
WebControl control,
string tooltipText,
string cursor,
int width,
bool encode
)
Parameters
- control
- Type: System.Web.UI.WebControlsWebControl
Control - tooltipText
- Type: SystemString
Tooltip - cursor
- Type: SystemString
Mouse pointer - width
- Type: SystemInt32
Width of the tooltip - encode
- Type: SystemBoolean
Indicates if the tooltip text should be encoded
See Also