inputFormat (multiLine)

Node type: Attribute

Definition

Indicates allowance for free-form, multi-line input in a textInput field of a form.

Attribute Values

multiLine

Used in Elements

inputField

Code Sample

<textInput>

<inputField inputFormat="multiLine" minRows="3"/>

<fieldLabel paraID="1">Comments</fieldLabel>

</textInput>