lib
lib
/
com.github.mnemotechnician.mkui.extensions.dsl
/
textArea
text
Area
inline
fun
Table
.
textArea
(
text
:
String
=
""
,
style
:
TextField.TextFieldStyle
=
Styles.areaField
,
crossinline
onchange
:
TextArea
.
(
String
)
->
Unit
=
{}
)
:
Cell
<
TextArea
>
Adds a multi-line TextArea to the table and returns thencreated cell.