minRows

Node type: Attribute

Definition

Indicates the minimum line depth of a multi-line textInput field.

Attribute Values

Value/Content format: Positive numbers (1, 2, 3, etc.)

Used in Elements

inputField

Code Sample

<textInput>

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

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

</textInput>