From f23e74c2eb0cae2f6ce674881e86ab5d5659ad77 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Tue, 29 Jan 2019 23:41:38 +0100 Subject: API documentation for KVision 0.0.23 --- .../-select-opt-group/index.html | 15 +++++++++++++++ .../-select-opt-group/select-opt-group.html | 18 ++++++++++++++++++ 2 files changed, 33 insertions(+) create mode 100644 api/pl.treksoft.kvision.form.select/-select-opt-group/select-opt-group.html (limited to 'api/pl.treksoft.kvision.form.select/-select-opt-group') diff --git a/api/pl.treksoft.kvision.form.select/-select-opt-group/index.html b/api/pl.treksoft.kvision.form.select/-select-opt-group/index.html index f3a5bc45..21c5859f 100644 --- a/api/pl.treksoft.kvision.form.select/-select-opt-group/index.html +++ b/api/pl.treksoft.kvision.form.select/-select-opt-group/index.html @@ -156,5 +156,20 @@ +

Companion Object Functions

+ + + + + + + +
+

selectOptGroup

+
+fun Select.selectOptGroup(label: String, options: List<StringPair>? = null, maxOptions: Int? = null, disabled: Boolean = false, classes: Set<String> = setOf(), init: SelectOptGroup.() -> Unit = null): SelectOptGroup
+fun SelectInput.selectOptGroup(label: String, options: List<StringPair>? = null, maxOptions: Int? = null, disabled: Boolean = false, classes: Set<String> = setOf(), init: SelectOptGroup.() -> Unit = null): SelectOptGroup +

DSL builder extension function.

+
diff --git a/api/pl.treksoft.kvision.form.select/-select-opt-group/select-opt-group.html b/api/pl.treksoft.kvision.form.select/-select-opt-group/select-opt-group.html new file mode 100644 index 00000000..31165db2 --- /dev/null +++ b/api/pl.treksoft.kvision.form.select/-select-opt-group/select-opt-group.html @@ -0,0 +1,18 @@ + + + +SelectOptGroup.selectOptGroup - kvision + + + +kvision / pl.treksoft.kvision.form.select / SelectOptGroup / selectOptGroup
+
+

selectOptGroup

+ +fun Select.selectOptGroup(label: String, options: List<StringPair>? = null, maxOptions: Int? = null, disabled: Boolean = false, classes: Set<String> = setOf(), init: SelectOptGroup.() -> Unit = null): SelectOptGroup
+ +fun SelectInput.selectOptGroup(label: String, options: List<StringPair>? = null, maxOptions: Int? = null, disabled: Boolean = false, classes: Set<String> = setOf(), init: SelectOptGroup.() -> Unit = null): SelectOptGroup +

DSL builder extension function.

+

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

+ + -- cgit