Node type: Element (may contain text and/or other elements)
Whitespace: Protected
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.
= Optional element or attribute
<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>