![]() |
Previous | Next |
The toolTip attribute specifies or retrieves the ToolTip text for the text control.
Syntax
elementID.toolTip
Possible Values
This attribute is a read/write String with a maximum length of 1024 characters. It has no default value.
Remarks
If this attribute is not specified, and the text in the value attribute is truncated in the Text control, or wordWrap is set to true, the ToolTip will display the full text of the value attribute.
If no ToolTip is desired, set toolTip to "" (the empty String).
Example
Please see the value attribute for a sample illustrating how the attributes of the TEXT element are used.
See Also
Previous | Next |