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-input/simple-select-input.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/pl.treksoft.kvision.form.select/-simple-select-input/simple-select-input.html (limited to 'api/pl.treksoft.kvision.form.select/-simple-select-input/simple-select-input.html') diff --git a/api/pl.treksoft.kvision.form.select/-simple-select-input/simple-select-input.html b/api/pl.treksoft.kvision.form.select/-simple-select-input/simple-select-input.html new file mode 100644 index 00000000..55cc36b7 --- /dev/null +++ b/api/pl.treksoft.kvision.form.select/-simple-select-input/simple-select-input.html @@ -0,0 +1,16 @@ + + + +SimpleSelectInput.simpleSelectInput - kvision + + + +kvision / pl.treksoft.kvision.form.select / SimpleSelectInput / simpleSelectInput
+
+

simpleSelectInput

+ +fun Container.simpleSelectInput(options: List<StringPair>? = null, value: String? = null, emptyOption: Boolean = false, classes: Set<String> = setOf(), init: (SimpleSelectInput.() -> Unit)? = null): SimpleSelectInput +

DSL builder extension function.

+

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

+ + -- cgit