alertText

Node type: Block element (can contain only other elements)

Whitespace: Not protected

Definition

Marks advisory or alert messaging content associated with the use of a textInput or button field in a form.

Child Nodes or Content

One or more:

para

Icon identifying optional elements = Optional element or attribute

Code Sample

<button print="no">

<fieldLabel paraID="1">Reset Form</fieldLabel>

<alertText>

<title paraID="2">Confirm Form Reset</title>

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

</alertText>

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

</button>

Notes

alertText is not to be confused with the helpText element, which would be most commonly used to mark text that would appear upon a user’s mouse-hover-over action while completing an electronic form.

See Also