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 --- .../-select-input/-init-.html | 2 +- .../-select-input/blur.html | 1 + .../-select-input/focus.html | 1 + .../-select-input/index.html | 9 +++++++++ .../-select-input/options.html | 21 +++++++++++++++++++++ 5 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 api/pl.treksoft.kvision.form.select/-select-input/options.html (limited to 'api/pl.treksoft.kvision.form.select/-select-input') diff --git a/api/pl.treksoft.kvision.form.select/-select-input/-init-.html b/api/pl.treksoft.kvision.form.select/-select-input/-init-.html index 1ea1cc60..ec1c6cd0 100644 --- a/api/pl.treksoft.kvision.form.select/-select-input/-init-.html +++ b/api/pl.treksoft.kvision.form.select/-select-input/-init-.html @@ -12,7 +12,7 @@ SelectInput(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf())

Parameters

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

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

value - selected value

diff --git a/api/pl.treksoft.kvision.form.select/-select-input/blur.html b/api/pl.treksoft.kvision.form.select/-select-input/blur.html index 1854eaec..ebeefc35 100644 --- a/api/pl.treksoft.kvision.form.select/-select-input/blur.html +++ b/api/pl.treksoft.kvision.form.select/-select-input/blur.html @@ -10,6 +10,7 @@

blur

open fun blur(): Unit +

Overrides FormInput.blur

Makes the input element blur.

diff --git a/api/pl.treksoft.kvision.form.select/-select-input/focus.html b/api/pl.treksoft.kvision.form.select/-select-input/focus.html index fe406ef8..0c6b801d 100644 --- a/api/pl.treksoft.kvision.form.select/-select-input/focus.html +++ b/api/pl.treksoft.kvision.form.select/-select-input/focus.html @@ -10,6 +10,7 @@

focus

open fun focus(): Unit +

Overrides FormInput.focus

Makes the input element focused.

diff --git a/api/pl.treksoft.kvision.form.select/-select-input/index.html b/api/pl.treksoft.kvision.form.select/-select-input/index.html index 9d1cd6b8..d3cdf4f2 100644 --- a/api/pl.treksoft.kvision.form.select/-select-input/index.html +++ b/api/pl.treksoft.kvision.form.select/-select-input/index.html @@ -101,6 +101,15 @@ +

options

+ + +var options: List<StringPair>? +

A list of options (value to label pairs) for the select control.

+ + + +

placeholder

diff --git a/api/pl.treksoft.kvision.form.select/-select-input/options.html b/api/pl.treksoft.kvision.form.select/-select-input/options.html new file mode 100644 index 00000000..cd916932 --- /dev/null +++ b/api/pl.treksoft.kvision.form.select/-select-input/options.html @@ -0,0 +1,21 @@ + + + +SelectInput.options - kvision + + + +kvision / pl.treksoft.kvision.form.select / SelectInput / options
+
+

options

+ +var options: List<StringPair>? +

A list of options (value to label pairs) for the select control.

+

Getter
+

A list of options (value to label pairs) for the select control.

+

+

Setter
+

A list of options (value to label pairs) for the select control.

+

+ + -- cgit