From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001
From: Robert Jaros
+
-
<init>
-FieldLabel(forId: String, text: String? = null, rich: Boolean = false, classes: Set<String> = setOf("control-label"))
+FieldLabel(forId: String, content: String? = null, rich: Boolean = false, classes: Set<String> = setOf("control-label"))
Parameters
forId
- the value of for attributecontent
- the text of the labelrich
- determines if text can contain HTML coderich
- determines if content can contain HTML code
classes
- a set of CSS class names
Constructor
--
cgit