title - Advisory Title

Provides a screen readable title for a control.

Category

accessibility

Syntax

title="title"

Usage

In Design mode, click All Properties and look for title under accessibility.

At run time, the title displays in a box when the user hovers over the control.

Examples

This Edit Box control provides a title.
<xp:inputText id="inputText1" value="#{document1.subject}"
	title="Subject edit box">
/xp:inputText>