helpText

Node type: Element (may contain text and/or other elements)

Whitespace: Protected

Definition

Defines content that electronic form developers could specify as mouse-over or “hover” text to assist users. Most commonly used within a button block or a textInput field.

Child Nodes or Content

Attribute: paraID

Attribute: highlight

Any combination:

Zero or more:

Icon identifying optional elements = Optional element or attribute

Code Sample

<button print="no">

<fieldLabel>Reset Form</fieldLabel>

<alertText>

<title>Confirm Form Reset</title>

<para>Are you sure you want to clear all of the fields in this form?</para>

</alertText>

<helpText>Click this button to clear all of the fields in this form.</helpText>

</button>

See Also