< tooltip />
< tooltip />
Action buttons can have a tool tip defined in the AXVW.
<action>
<title>Approve</title>
<tooltip>Approve the current project</tooltip>
<command type="callFunction" functionName="approveProject"/>
</action>
Image fields in grid panels can also have a tool tip:
<panel type="grid" ...>
<field id="approve">
<title>Approve</title>
<tooltip>Approve the current project</tooltip>
</field>
</panel>
Enclosing Element
This tag is a direct child of the
<action>
element or the <field> element.
By default, the enclosed content is translatable. Translatable text must be in "XML-safe" format. For example, double-quote (") characters are not allowed in translatable text. Single quotes are allowed. HTML tags may be incorporated into instruction text by substituting the '<' and '>' with square brackets.
Encloses
This element encloses the text to be displayed.
Attributes
none