From a8ff23c5e58394c21e2e7c2a4880302b43b60dfd Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 16 May 2019 15:06:28 +0200 Subject: API documentation for KVision 0.0.36 --- .../-simple-select/-init-.html | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 api/pl.treksoft.kvision.form.select/-simple-select/-init-.html (limited to 'api/pl.treksoft.kvision.form.select/-simple-select/-init-.html') diff --git a/api/pl.treksoft.kvision.form.select/-simple-select/-init-.html b/api/pl.treksoft.kvision.form.select/-simple-select/-init-.html new file mode 100644 index 00000000..2d31d4bb --- /dev/null +++ b/api/pl.treksoft.kvision.form.select/-simple-select/-init-.html @@ -0,0 +1,29 @@ + + + +SimpleSelect.<init> - kvision + + + +kvision / pl.treksoft.kvision.form.select / SimpleSelect / <init>
+
+

<init>

+ +SimpleSelect(options: List<StringPair>? = null, value: String? = null, emptyOption: Boolean = false, name: String? = null, label: String? = null, rich: Boolean = false) +

Parameters

+

+options - an optional list of options (value to label pairs) for the select control

+

+value - selected value

+

+emptyOption - determines if an empty option is automatically generated

+

+name - the name attribute of the generated HTML input element

+

+label - label text bound to the input element

+

+rich - determines if label can contain HTML code

+

Constructor
+

+ + -- cgit