From bfd5aa358e141d6c86d476d8bb66b104a80a3b96 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 21 May 2020 00:13:50 +0200 Subject: API documentation for KVision 3.10.0 --- api/pl.treksoft.kvision.form.select/select-opt-group.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'api/pl.treksoft.kvision.form.select/select-opt-group.html') diff --git a/api/pl.treksoft.kvision.form.select/select-opt-group.html b/api/pl.treksoft.kvision.form.select/select-opt-group.html index 21ff28cb..fc2ab609 100644 --- a/api/pl.treksoft.kvision.form.select/select-opt-group.html +++ b/api/pl.treksoft.kvision.form.select/select-opt-group.html @@ -8,10 +8,10 @@ kvision / pl.treksoft.kvision.form.select / selectOptGroup

selectOptGroup

-(js) -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 +(js) +fun Select.selectOptGroup(label: String, options: List<StringPair>? = null, maxOptions: Int? = null, disabled: Boolean = false, classes: Set<String>? = null, className: String? = null, init: (SelectOptGroup.() -> Unit)? = null): SelectOptGroup
+ +fun SelectInput.selectOptGroup(label: String, options: List<StringPair>? = null, maxOptions: Int? = null, disabled: Boolean = false, classes: Set<String>? = null, className: String? = null, init: (SelectOptGroup.() -> Unit)? = null): SelectOptGroup

DSL builder extension function.

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

-- cgit