Hint (attribute of property)
From JRapid
(Redirected from Hint)
The hint attribute can be used to add an explanatory o informative text at the bottom of a field in a form.
Usage
<property name = NAME label = LABEL hint = HINT />
Example
When using the widget combo attribute it is often useful to tell the user that choices will appear if he double clicks or starts typing inside the field.
<property label="Responsable" name="responsable" entity="Seller" hint="Start typing or double click to see suggestions." widget="combo" comboproperty="surname" />
