From 415afec335659ca6bc206b34bdd3c2fe4635718f Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 1 Mar 2018 15:19:44 +0100 Subject: KVision site with Jekyll --- api/pl.treksoft.kvision.form.select/index.html | 104 +++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 api/pl.treksoft.kvision.form.select/index.html (limited to 'api/pl.treksoft.kvision.form.select/index.html') diff --git a/api/pl.treksoft.kvision.form.select/index.html b/api/pl.treksoft.kvision.form.select/index.html new file mode 100644 index 00000000..170d1d0f --- /dev/null +++ b/api/pl.treksoft.kvision.form.select/index.html @@ -0,0 +1,104 @@ + + + +pl.treksoft.kvision.form.select - kvision + + + +kvision / pl.treksoft.kvision.form.select
+
+

Package pl.treksoft.kvision.form.select

+

Full-featured select component with support for remote (AJAX) data source.

+

Types

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

AjaxOptions

+
+data class AjaxOptions +

Data class for AJAX options.

+
+

DataType

+
+enum class DataType +

Data type for the AJAX call.

+
+

HttpType

+
+enum class HttpType +

HTTP protocol type for the AJAX call.

+
+

Select

+
+open class Select : SimplePanel, StringFormControl +

The form field component for Select control.

+
+

SelectInput

+
+open class SelectInput : SimplePanel +

The basic component for Select control.

+
+

SelectOptGroup

+
+open class SelectOptGroup : SimplePanel +

The helper container for adding option groups to Select.

+
+

SelectOption

+
+open class SelectOption : Widget +

The helper component for adding options to Select or SelectOptGroup.

+
+

SelectWidthType

+
+enum class SelectWidthType +

Select width types. See Bootstrap Select width.

+
+

Functions

+ + + + + + + +
+

toJs

+
+fun AjaxOptions.toJs(emptyOption: Boolean): dynamic +

Convert AjaxOptions to JavaScript JSON object.

+
+ + -- cgit