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.
Reference_Syntax.multiLine = "1 | 0"
Type
Values
String
1 (default)
0
The text may span multiple lines.
The text is limited to a single line.
Model
Object
Form Model
textEdit
XFA 2.1
TextField1.resolveNode("ui.#textEdit").multiLine = "0";
TextField1.ui.#textEdit.multiLine = "0"
Concatenating data values
Legal Notices | Online Privacy Policy
Content from Scripting Reference (10).
Other versions: