kvision / pl.treksoft.kvision.form.text / TextArea / textArea

textArea

fun Container.textArea(cols: Int? = null, rows: Int? = null, value: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: (TextArea.() -> Unit)? = null): TextArea

DSL builder extension function.

It takes the same parameters as the constructor of the built component.