inputFormat (singleLine)

Node type: Attribute

Definition

Indicates that user input from a textInput field should be constrained to a single line.

Attribute Values

singleLine

Used in Elements

textInput (inline)

inputField

Code Sample

<fieldGroup>

<title paraID="1">Contributor’s Name and Information</title>

<textInput>

<inputField inputFormat="singleLine"/>

<fieldLabel paraID="2">Contributor’s Name</fieldLabel>

</textInput>

</fieldGroup>