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.
SyntaxReference_Syntax.multiLine = "1 | 0"
Values
Type
|
Values
|
String
|
The text may span
multiple lines.
The
text is limited to a single line.
|
JavaScriptTextField1.resolveNode("ui.#textEdit").multiLine = "0";
FormCalcTextField1.ui.#textEdit.multiLine = "0"
|
|
|