textArea

fun NodeManager.textArea(text: String = ""): TextArea

Add a TextArea to this manager.

Return

the control added.


inline fun textArea(text: String = "", configuration: TextArea.() -> Unit): TextArea

Create a TextArea with configuration block.

Return

the control created.

Parameters

configuration

the configuration block.


inline fun NodeManager.textArea(text: String = "", configuration: TextArea.() -> Unit): TextArea

Add a TextArea with configuration block to this manager.

Return

the control added.

Parameters

configuration

the configuration block.