| Problem Summary: Additional information or an example is helpful. | Approved: Brazos R1 |
| Related Patterns: ToolTip Help (for icon buttons), Popup Help (for help too large for a hint). See "Use When." | Coding: Use SmartControl. |
Example:
Use When:
- Something could be a bit difficult to understand without further explanation or an example.
- There is room on the page for the information needed and it won't be too cluttered. If not, consider Popup Help.
- Links or other functional HTML are not needed in the hint. If they are needed, consider Popup Help.
- A hint is preferred if the information is important, because the customer is more likely to see it.
- Do not use a hint where it is not needed, e.g. to merely restate a field label or state the obvious.
Solution: Use a hint, which is read-only text that follows the field, as shown above.
- Hints are displayed even when the field is read only, which could happen because of the state of the application or the permissions of the customer who is logged in.
- Hints should be brief.
Rationale: People prefer the fewest words that clearly convey the necessary information. - Examples are preceded by Example: or Ex: in italics.
- The font color of the hint is 50% gray, hex 808080.
Rationale: NA
Accessibility: See Accessibility
Internationalization: See Internationalization
Supporting Examples: None
Where Used: To be supplied
Items of Note: None
More for use when
The hint is really just read only, short text, that appears to the right of or below the data entry field.
It would not appear if the field was set to read only mode (I don't think), just data entry.
Pop-up help would also be used if there needed to be a link or some other functional html for example.