From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001
From: Robert Jaros
<init>
-
-TextArea(cols: Int? = null, rows: Int? = null, value: String? = null, label: String? = null, rich: Boolean = false)
+
+TextArea(cols: Int? = null, rows: Int? = null, value: String? = null, name: String? = null, label: String? = null, rich: Boolean = false)
Parameters
@@ -17,10 +17,12 @@
rows - number of rows
+name - the name attribute of the generated HTML input element
label - label text bound to the input element
-rich - determines if label can contain HTML code
rich - determines if label can contain HTML code
Constructor