textField
Add a TextField to this container.
Return
the control added.
Create a TextField with configuration block.
Return
the control created.
Parameters
configuration
the configuration block.
inline fun NodeContainer.textField(text: String = "", configuration: TextField.() -> Unit): TextField
Add a TextField with configuration block to this container.
Return
the control added.
Parameters
configuration
the configuration block.