kvision / pl.treksoft.kvision.form.text / TextArea / <init>

<init>

TextArea(cols: Int? = null, rows: Int? = null, value: String? = null, label: String? = null, rich: Boolean = false)

Parameters

cols - number of columns

rows - number of rows

value - text input value

label - label text bound to the input element

rich - determines if label can contain HTML code

Constructor