staticValue

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

Whitespace: Protected

Definition

Marks text that might be concatenated to, or used in lieu of, textual input from a form user.

Parent Elements

textInput (block)

Code Sample

<textInput>

<inputField inputFormat="singleLine" maxCharacters="11"/>

<fieldLabel paraID="4">Rate of pay</fieldLabel>

<staticValue>$</staticValue>

<list listFormat="singleSelect">

<listItem>

<option paraID="5">Monthly</option>

</listItem>

<listItem>

<option paraID="6">Hourly</option>

</listItem>

</list>

<helpText paraID="7">For full-time employees, give the rate of pay as a monthly amount. For part-time employees, give the hourly amount.</helpText>

</textInput>