From 5c87c4a52e95c942c413324e21034a52fff0ccb3 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sun, 17 Mar 2019 01:38:43 +0100 Subject: API Documentation for KVision 0.0.30 --- .../-field-label/field-label.html | 16 ++++++++++++++++ api/pl.treksoft.kvision.form/-field-label/index.html | 14 ++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 api/pl.treksoft.kvision.form/-field-label/field-label.html (limited to 'api/pl.treksoft.kvision.form/-field-label') diff --git a/api/pl.treksoft.kvision.form/-field-label/field-label.html b/api/pl.treksoft.kvision.form/-field-label/field-label.html new file mode 100644 index 00000000..4bdcb3f7 --- /dev/null +++ b/api/pl.treksoft.kvision.form/-field-label/field-label.html @@ -0,0 +1,16 @@ + + + +FieldLabel.fieldLabel - kvision + + + +kvision / pl.treksoft.kvision.form / FieldLabel / fieldLabel
+
+

fieldLabel

+ +fun Container.fieldLabel(forId: String, content: String? = null, rich: Boolean = false, classes: Set<String> = setOf("control-label"), init: FieldLabel.() -> Unit = null): FieldLabel +

DSL builder extension function.

+

It takes the same parameters as the constructor of the built component.

+ + diff --git a/api/pl.treksoft.kvision.form/-field-label/index.html b/api/pl.treksoft.kvision.form/-field-label/index.html index b579bd1e..88717b91 100644 --- a/api/pl.treksoft.kvision.form/-field-label/index.html +++ b/api/pl.treksoft.kvision.form/-field-label/index.html @@ -125,6 +125,20 @@ +

Companion Object Functions

+ + + + + + + +
+

fieldLabel

+
+fun Container.fieldLabel(forId: String, content: String? = null, rich: Boolean = false, classes: Set<String> = setOf("control-label"), init: FieldLabel.() -> Unit = null): FieldLabel +

DSL builder extension function.

+

Extension Functions

-- cgit