From eb930482e9972a21d39f2aea8b813acf58ff5b64 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 22 Oct 2018 00:01:39 +0200 Subject: API documentation for KVision 0.0.19 --- .../-select-opt-group/-init-.html | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 api/pl.treksoft.kvision.form.select/-select-opt-group/-init-.html (limited to 'api/pl.treksoft.kvision.form.select/-select-opt-group/-init-.html') diff --git a/api/pl.treksoft.kvision.form.select/-select-opt-group/-init-.html b/api/pl.treksoft.kvision.form.select/-select-opt-group/-init-.html new file mode 100644 index 00000000..7545e4e5 --- /dev/null +++ b/api/pl.treksoft.kvision.form.select/-select-opt-group/-init-.html @@ -0,0 +1,27 @@ + + + +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