Tooltip (attribute of property)
From JRapid
The tooltip attribute sets the text for the tooltip for the specified property. Tooltips appear when the property gets the focus.
Usage
<property name = NAME label = LABEL tooltip = TOOLTIP />
Example
Tootips are useful to clarify the meaning of a field.
<property label="Comments" name="comments" type="text" tooltip="Comment's for this company."/>
