From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- .../-select-opt-group/-init-.html | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-opt-group/-init-.html (limited to 'docs/api/pl.treksoft.kvision.form.select/-select-opt-group/-init-.html') diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/-init-.html b/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/-init-.html deleted file mode 100644 index 7545e4e5..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/-init-.html +++ /dev/null @@ -1,27 +0,0 @@ - - - -SelectOptGroup.<init> - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectOptGroup / <init>
-
-

<init>

- -SelectOptGroup(label: String, options: List<StringPair>? = null, maxOptions: Int? = null, disabled: Boolean = false, classes: Set<String> = setOf()) -

Parameters

-

-label - the label of the group

-

-options - an optional list of options (label to value pairs) for the group

-

-maxOptions - maximal number of selected options in the group

-

-disabled - renders a disabled group

-

-classes - a set of CSS class names

-

Constructor
-

- - -- cgit