From d8cd67062b8de6e8398dc6dfd00d201200c82414 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 9 Feb 2018 13:40:35 +0100 Subject: API doc and readme --- .../-field-label/-init-.html | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 docs/api/pl.treksoft.kvision.form/-field-label/-init-.html (limited to 'docs/api/pl.treksoft.kvision.form/-field-label/-init-.html') diff --git a/docs/api/pl.treksoft.kvision.form/-field-label/-init-.html b/docs/api/pl.treksoft.kvision.form/-field-label/-init-.html new file mode 100644 index 00000000..329b7a8a --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form/-field-label/-init-.html @@ -0,0 +1,25 @@ + + + +FieldLabel.<init> - kvision + + + +kvision / pl.treksoft.kvision.form / FieldLabel / <init>
+
+

<init>

+ +FieldLabel(forId: String, text: String? = null, rich: Boolean = false, classes: Set<String> = setOf("control-label")) +

Parameters

+

+forId - the value of for attribute

+

+text - the text of the label

+

+rich - determines if text can contain HTML code

+

+classes - a set of CSS class names

+

Constructor
+

+ + -- cgit