multiLine

Specifies whether the text may span multiple lines.

The multiLine property is useful for clients such as HTML browsers that have two types of text editing interfaces.

Syntax

Reference_Syntax.multiLine = "1 | 0"

Values

Type

Values

String

  • 1 (default)

  • 0

The text may span multiple lines.

  • 0

The text is limited to a single line.

Applies to

Version

XFA 2.1

Examples

JavaScript

TextField1.resolveNode("ui.#textEdit").multiLine = "0";

FormCalc

TextField1.ui.#textEdit.multiLine = "0"

// Ethnio survey code removed