From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- .../api/pl.treksoft.kvision.form.select/index.html | 104 --------------------- 1 file changed, 104 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.form.select/index.html (limited to 'docs/api/pl.treksoft.kvision.form.select/index.html') diff --git a/docs/api/pl.treksoft.kvision.form.select/index.html b/docs/api/pl.treksoft.kvision.form.select/index.html deleted file mode 100644 index 170d1d0f..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/index.html +++ /dev/null @@ -1,104 +0,0 @@ - - - -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