All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xworker.javafx.control.TextArea.dml Maven / Gradle / Ivy

There is a newer version: 2.0.2
Show newest version



    Text input component that allows a user to enter multiple lines of plain text. Unlike in previous releases of JavaFX, support for single line input is not available as part of the TextArea control, however this is the sole-purpose of the TextField control. Additionally, if you want a form of rich-text editing, there is also the HTMLEditor control.

]]>
The preferred number of text columns.

]]>
The preferred number of text rows.

]]>
The number of pixels by which the content is horizontally scrolled.

]]>
The number of pixels by which the content is vertically scrolled.

]]>
If a run of text exceeds the width of the TextArea, then this variable indicates whether the text should wrap onto another line.

]]>
The textual content of this TextInputControl.

]]>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy