From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 26 Feb 2018 14:21:46 +0100 Subject: API documentation update --- .../-ajax-options/-init-.html | 4 +- .../-ajax-options/data-type.html | 2 +- .../-ajax-options/http-type.html | 2 +- .../-ajax-options/index.html | 6 +-- .../-d-a-t-a-t-y-p-e/-j-s-o-n-p.html | 14 ------ .../-d-a-t-a-t-y-p-e/-j-s-o-n.html | 14 ------ .../-d-a-t-a-t-y-p-e/-s-c-r-i-p-t.html | 14 ------ .../-d-a-t-a-t-y-p-e/-t-e-x-t.html | 14 ------ .../-d-a-t-a-t-y-p-e/-x-m-l.html | 14 ------ .../-d-a-t-a-t-y-p-e/index.html | 54 ---------------------- .../-data-type/-j-s-o-n-p.html | 14 ++++++ .../-data-type/-j-s-o-n.html | 14 ++++++ .../-data-type/-s-c-r-i-p-t.html | 14 ++++++ .../-data-type/-t-e-x-t.html | 14 ++++++ .../-data-type/-x-m-l.html | 14 ++++++ .../-data-type/index.html | 54 ++++++++++++++++++++++ .../-h-t-t-p-t-y-p-e/-g-e-t.html | 14 ------ .../-h-t-t-p-t-y-p-e/-p-o-s-t.html | 14 ------ .../-h-t-t-p-t-y-p-e/index.html | 33 ------------- .../-http-type/-g-e-t.html | 14 ++++++ .../-http-type/-p-o-s-t.html | 14 ++++++ .../-http-type/index.html | 33 +++++++++++++ .../-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/-a-u-t-o.html | 14 ------ .../-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/-f-i-t.html | 14 ------ .../-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/index.html | 33 ------------- .../-select-input/ajax-options.html | 6 +++ .../-select-input/autofocus.html | 6 +++ .../-select-input/disabled.html | 6 +++ .../-select-input/empty-option.html | 6 +++ .../-select-input/index.html | 6 +-- .../-select-input/live-search.html | 6 +++ .../-select-input/max-options.html | 6 +++ .../-select-input/multiple.html | 6 +++ .../-select-input/name.html | 6 +++ .../-select-input/placeholder.html | 6 +++ .../-select-input/select-width-type.html | 8 +++- .../-select-input/select-width.html | 6 +++ .../-select-input/size.html | 8 +++- .../-select-input/style.html | 8 +++- .../-select-input/value.html | 6 +++ .../-select-opt-group/disabled.html | 6 +++ .../-select-opt-group/label.html | 6 +++ .../-select-opt-group/max-options.html | 6 +++ .../-select-opt-group/options.html | 6 +++ .../-select-option/disabled.html | 6 +++ .../-select-option/divider.html | 6 +++ .../-select-option/icon.html | 6 +++ .../-select-option/index.html | 46 ++++++++++++++++++ .../-select-option/label.html | 6 +++ .../-select-option/subtext.html | 6 +++ .../-select-option/value.html | 6 +++ .../-select-width-type/-a-u-t-o.html | 14 ++++++ .../-select-width-type/-f-i-t.html | 14 ++++++ .../-select-width-type/index.html | 33 +++++++++++++ .../-select/index.html | 6 +-- .../-select/select-width-type.html | 2 +- .../-select/size.html | 2 +- .../-select/style.html | 2 +- .../api/pl.treksoft.kvision.form.select/index.html | 26 +++++------ 59 files changed, 468 insertions(+), 278 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-j-s-o-n-p.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-j-s-o-n.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-s-c-r-i-p-t.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-t-e-x-t.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-x-m-l.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/index.html create mode 100644 docs/api/pl.treksoft.kvision.form.select/-data-type/-j-s-o-n-p.html create mode 100644 docs/api/pl.treksoft.kvision.form.select/-data-type/-j-s-o-n.html create mode 100644 docs/api/pl.treksoft.kvision.form.select/-data-type/-s-c-r-i-p-t.html create mode 100644 docs/api/pl.treksoft.kvision.form.select/-data-type/-t-e-x-t.html create mode 100644 docs/api/pl.treksoft.kvision.form.select/-data-type/-x-m-l.html create mode 100644 docs/api/pl.treksoft.kvision.form.select/-data-type/index.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/-g-e-t.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/-p-o-s-t.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/index.html create mode 100644 docs/api/pl.treksoft.kvision.form.select/-http-type/-g-e-t.html create mode 100644 docs/api/pl.treksoft.kvision.form.select/-http-type/-p-o-s-t.html create mode 100644 docs/api/pl.treksoft.kvision.form.select/-http-type/index.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/-a-u-t-o.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/-f-i-t.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/index.html create mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-width-type/-a-u-t-o.html create mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-width-type/-f-i-t.html create mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-width-type/index.html (limited to 'docs/api/pl.treksoft.kvision.form.select') diff --git a/docs/api/pl.treksoft.kvision.form.select/-ajax-options/-init-.html b/docs/api/pl.treksoft.kvision.form.select/-ajax-options/-init-.html index e19ac29f..99d20a79 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-ajax-options/-init-.html +++ b/docs/api/pl.treksoft.kvision.form.select/-ajax-options/-init-.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.form.select / AjaxOptions / <init>

<init>

- -AjaxOptions(url: String, preprocessData: (dynamic) -> dynamic, beforeSend: (JQueryXHR) -> dynamic = null, data: dynamic = null, httpType: HTTPTYPE = HTTPTYPE.GET, dataType: DATATYPE = DATATYPE.JSON, minLength: Int = 0, cache: Boolean = true, clearOnEmpty: Boolean = true, clearOnError: Boolean = true, emptyRequest: Boolean = false, requestDelay: Int = AJAX_REQUEST_DELAY, restoreOnError: Boolean = false) + +AjaxOptions(url: String, preprocessData: (dynamic) -> dynamic, beforeSend: (JQueryXHR) -> dynamic = null, data: dynamic = null, httpType: HttpType = HttpType.GET, dataType: DataType = DataType.JSON, minLength: Int = 0, cache: Boolean = true, clearOnEmpty: Boolean = true, clearOnError: Boolean = true, emptyRequest: Boolean = false, requestDelay: Int = AJAX_REQUEST_DELAY, restoreOnError: Boolean = false)

Parameters

url - the url address

diff --git a/docs/api/pl.treksoft.kvision.form.select/-ajax-options/data-type.html b/docs/api/pl.treksoft.kvision.form.select/-ajax-options/data-type.html index 01f60431..74f2511e 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-ajax-options/data-type.html +++ b/docs/api/pl.treksoft.kvision.form.select/-ajax-options/data-type.html @@ -9,6 +9,6 @@

dataType

-val dataType: DATATYPE +val dataType: DataType diff --git a/docs/api/pl.treksoft.kvision.form.select/-ajax-options/http-type.html b/docs/api/pl.treksoft.kvision.form.select/-ajax-options/http-type.html index 8b5247eb..a6739789 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-ajax-options/http-type.html +++ b/docs/api/pl.treksoft.kvision.form.select/-ajax-options/http-type.html @@ -9,6 +9,6 @@

httpType

-val httpType: HTTPTYPE +val httpType: HttpType diff --git a/docs/api/pl.treksoft.kvision.form.select/-ajax-options/index.html b/docs/api/pl.treksoft.kvision.form.select/-ajax-options/index.html index 3aada582..38bddbad 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-ajax-options/index.html +++ b/docs/api/pl.treksoft.kvision.form.select/-ajax-options/index.html @@ -18,7 +18,7 @@

<init>

-AjaxOptions(url: String, preprocessData: (dynamic) -> dynamic, beforeSend: (JQueryXHR) -> dynamic = null, data: dynamic = null, httpType: HTTPTYPE = HTTPTYPE.GET, dataType: DATATYPE = DATATYPE.JSON, minLength: Int = 0, cache: Boolean = true, clearOnEmpty: Boolean = true, clearOnError: Boolean = true, emptyRequest: Boolean = false, requestDelay: Int = AJAX_REQUEST_DELAY, restoreOnError: Boolean = false) +AjaxOptions(url: String, preprocessData: (dynamic) -> dynamic, beforeSend: (JQueryXHR) -> dynamic = null, data: dynamic = null, httpType: HttpType = HttpType.GET, dataType: DataType = DataType.JSON, minLength: Int = 0, cache: Boolean = true, clearOnEmpty: Boolean = true, clearOnError: Boolean = true, emptyRequest: Boolean = false, requestDelay: Int = AJAX_REQUEST_DELAY, restoreOnError: Boolean = false) @@ -65,7 +65,7 @@

dataType

-val dataType: DATATYPE +val dataType: DataType @@ -79,7 +79,7 @@

httpType

-val httpType: HTTPTYPE +val httpType: HttpType diff --git a/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-j-s-o-n-p.html b/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-j-s-o-n-p.html deleted file mode 100644 index 95a5253a..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-j-s-o-n-p.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -DATATYPE.JSONP - kvision - - - -kvision / pl.treksoft.kvision.form.select / DATATYPE / JSONP
-
-

JSONP

- -JSONP - - diff --git a/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-j-s-o-n.html b/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-j-s-o-n.html deleted file mode 100644 index e8e22109..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-j-s-o-n.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -DATATYPE.JSON - kvision - - - -kvision / pl.treksoft.kvision.form.select / DATATYPE / JSON
-
-

JSON

- -JSON - - diff --git a/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-s-c-r-i-p-t.html b/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-s-c-r-i-p-t.html deleted file mode 100644 index fc0537af..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-s-c-r-i-p-t.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -DATATYPE.SCRIPT - kvision - - - -kvision / pl.treksoft.kvision.form.select / DATATYPE / SCRIPT
-
-

SCRIPT

- -SCRIPT - - diff --git a/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-t-e-x-t.html b/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-t-e-x-t.html deleted file mode 100644 index 8b2349be..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-t-e-x-t.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -DATATYPE.TEXT - kvision - - - -kvision / pl.treksoft.kvision.form.select / DATATYPE / TEXT
-
-

TEXT

- -TEXT - - diff --git a/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-x-m-l.html b/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-x-m-l.html deleted file mode 100644 index 11836f66..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/-x-m-l.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -DATATYPE.XML - kvision - - - -kvision / pl.treksoft.kvision.form.select / DATATYPE / XML
-
-

XML

- -XML - - diff --git a/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/index.html b/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/index.html deleted file mode 100644 index 1ac80e18..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-d-a-t-a-t-y-p-e/index.html +++ /dev/null @@ -1,54 +0,0 @@ - - - -DATATYPE - kvision - - - -kvision / pl.treksoft.kvision.form.select / DATATYPE
-
-

DATATYPE

-enum class DATATYPE -

Data type for the AJAX call.

-

Enum Values

- - - - - - - - - - - - - - - - - - - - - - - -
-

JSON

-
-
-

JSONP

-
-
-

XML

-
-
-

TEXT

-
-
-

SCRIPT

-
-
- - diff --git a/docs/api/pl.treksoft.kvision.form.select/-data-type/-j-s-o-n-p.html b/docs/api/pl.treksoft.kvision.form.select/-data-type/-j-s-o-n-p.html new file mode 100644 index 00000000..b6a4148e --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.select/-data-type/-j-s-o-n-p.html @@ -0,0 +1,14 @@ + + + +DataType.JSONP - kvision + + + +kvision / pl.treksoft.kvision.form.select / DataType / JSONP
+
+

JSONP

+ +JSONP + + diff --git a/docs/api/pl.treksoft.kvision.form.select/-data-type/-j-s-o-n.html b/docs/api/pl.treksoft.kvision.form.select/-data-type/-j-s-o-n.html new file mode 100644 index 00000000..00741d3e --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.select/-data-type/-j-s-o-n.html @@ -0,0 +1,14 @@ + + + +DataType.JSON - kvision + + + +kvision / pl.treksoft.kvision.form.select / DataType / JSON
+
+

JSON

+ +JSON + + diff --git a/docs/api/pl.treksoft.kvision.form.select/-data-type/-s-c-r-i-p-t.html b/docs/api/pl.treksoft.kvision.form.select/-data-type/-s-c-r-i-p-t.html new file mode 100644 index 00000000..f5693edb --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.select/-data-type/-s-c-r-i-p-t.html @@ -0,0 +1,14 @@ + + + +DataType.SCRIPT - kvision + + + +kvision / pl.treksoft.kvision.form.select / DataType / SCRIPT
+
+

SCRIPT

+ +SCRIPT + + diff --git a/docs/api/pl.treksoft.kvision.form.select/-data-type/-t-e-x-t.html b/docs/api/pl.treksoft.kvision.form.select/-data-type/-t-e-x-t.html new file mode 100644 index 00000000..e11b2056 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.select/-data-type/-t-e-x-t.html @@ -0,0 +1,14 @@ + + + +DataType.TEXT - kvision + + + +kvision / pl.treksoft.kvision.form.select / DataType / TEXT
+
+

TEXT

+ +TEXT + + diff --git a/docs/api/pl.treksoft.kvision.form.select/-data-type/-x-m-l.html b/docs/api/pl.treksoft.kvision.form.select/-data-type/-x-m-l.html new file mode 100644 index 00000000..6b9648af --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.select/-data-type/-x-m-l.html @@ -0,0 +1,14 @@ + + + +DataType.XML - kvision + + + +kvision / pl.treksoft.kvision.form.select / DataType / XML
+
+

XML

+ +XML + + diff --git a/docs/api/pl.treksoft.kvision.form.select/-data-type/index.html b/docs/api/pl.treksoft.kvision.form.select/-data-type/index.html new file mode 100644 index 00000000..9c60877a --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.select/-data-type/index.html @@ -0,0 +1,54 @@ + + + +DataType - kvision + + + +kvision / pl.treksoft.kvision.form.select / DataType
+
+

DataType

+enum class DataType +

Data type for the AJAX call.

+

Enum Values

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

JSON

+
+
+

JSONP

+
+
+

XML

+
+
+

TEXT

+
+
+

SCRIPT

+
+
+ + diff --git a/docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/-g-e-t.html b/docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/-g-e-t.html deleted file mode 100644 index 6ca1fa0d..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/-g-e-t.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -HTTPTYPE.GET - kvision - - - -kvision / pl.treksoft.kvision.form.select / HTTPTYPE / GET
-
-

GET

- -GET - - diff --git a/docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/-p-o-s-t.html b/docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/-p-o-s-t.html deleted file mode 100644 index fc45a9da..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/-p-o-s-t.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -HTTPTYPE.POST - kvision - - - -kvision / pl.treksoft.kvision.form.select / HTTPTYPE / POST
-
-

POST

- -POST - - diff --git a/docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/index.html b/docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/index.html deleted file mode 100644 index b138a353..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-h-t-t-p-t-y-p-e/index.html +++ /dev/null @@ -1,33 +0,0 @@ - - - -HTTPTYPE - kvision - - - -kvision / pl.treksoft.kvision.form.select / HTTPTYPE
-
-

HTTPTYPE

-enum class HTTPTYPE -

HTTP protocol type for the AJAX call.

-

Enum Values

- - - - - - - - - - - -
-

GET

-
-
-

POST

-
-
- - diff --git a/docs/api/pl.treksoft.kvision.form.select/-http-type/-g-e-t.html b/docs/api/pl.treksoft.kvision.form.select/-http-type/-g-e-t.html new file mode 100644 index 00000000..b15171a6 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.select/-http-type/-g-e-t.html @@ -0,0 +1,14 @@ + + + +HttpType.GET - kvision + + + +kvision / pl.treksoft.kvision.form.select / HttpType / GET
+
+

GET

+ +GET + + diff --git a/docs/api/pl.treksoft.kvision.form.select/-http-type/-p-o-s-t.html b/docs/api/pl.treksoft.kvision.form.select/-http-type/-p-o-s-t.html new file mode 100644 index 00000000..28948f81 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.select/-http-type/-p-o-s-t.html @@ -0,0 +1,14 @@ + + + +HttpType.POST - kvision + + + +kvision / pl.treksoft.kvision.form.select / HttpType / POST
+
+

POST

+ +POST + + diff --git a/docs/api/pl.treksoft.kvision.form.select/-http-type/index.html b/docs/api/pl.treksoft.kvision.form.select/-http-type/index.html new file mode 100644 index 00000000..733a08b9 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.select/-http-type/index.html @@ -0,0 +1,33 @@ + + + +HttpType - kvision + + + +kvision / pl.treksoft.kvision.form.select / HttpType
+
+

HttpType

+enum class HttpType +

HTTP protocol type for the AJAX call.

+

Enum Values

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

GET

+
+
+

POST

+
+
+ + diff --git a/docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/-a-u-t-o.html b/docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/-a-u-t-o.html deleted file mode 100644 index 74748eca..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/-a-u-t-o.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -SELECTWIDTHTYPE.AUTO - kvision - - - -kvision / pl.treksoft.kvision.form.select / SELECTWIDTHTYPE / AUTO
-
-

AUTO

- -AUTO - - diff --git a/docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/-f-i-t.html b/docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/-f-i-t.html deleted file mode 100644 index fd81fde8..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/-f-i-t.html +++ /dev/null @@ -1,14 +0,0 @@ - - - -SELECTWIDTHTYPE.FIT - kvision - - - -kvision / pl.treksoft.kvision.form.select / SELECTWIDTHTYPE / FIT
-
-

FIT

- -FIT - - diff --git a/docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/index.html b/docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/index.html deleted file mode 100644 index b7342852..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/index.html +++ /dev/null @@ -1,33 +0,0 @@ - - - -SELECTWIDTHTYPE - kvision - - - -kvision / pl.treksoft.kvision.form.select / SELECTWIDTHTYPE
-
-

SELECTWIDTHTYPE

-enum class SELECTWIDTHTYPE -

Select width types. See Bootstrap Select width.

-

Enum Values

- - - - - - - - - - - -
-

AUTO

-
-
-

FIT

-
-
- - diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/ajax-options.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/ajax-options.html index b6d2e986..b08163f4 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/ajax-options.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/ajax-options.html @@ -11,5 +11,11 @@ var ajaxOptions: AjaxOptions?

Additional options for remote (AJAX) data source.

+

Getter
+

Additional options for remote (AJAX) data source.

+

+

Setter
+

Additional options for remote (AJAX) data source.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/autofocus.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/autofocus.html index 2601d67f..cf5cb1ba 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/autofocus.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/autofocus.html @@ -11,5 +11,11 @@ var autofocus: Boolean?

Determines if the select is automatically focused.

+

Getter
+

Determines if the select is automatically focused.

+

+

Setter
+

Determines if the select is automatically focused.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/disabled.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/disabled.html index 286f35da..d35f83fa 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/disabled.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/disabled.html @@ -11,5 +11,11 @@ var disabled: Boolean

Determines if the field is disabled.

+

Getter
+

Determines if the field is disabled.

+

+

Setter
+

Determines if the field is disabled.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/empty-option.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/empty-option.html index 0e2457a8..01cb6058 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/empty-option.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/empty-option.html @@ -11,5 +11,11 @@ var emptyOption: Boolean

Determines if an empty option is automatically generated.

+

Getter
+

Determines if an empty option is automatically generated.

+

+

Setter
+

Determines if an empty option is automatically generated.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/index.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/index.html index b7917e82..2a968dd0 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/index.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/index.html @@ -122,7 +122,7 @@

selectWidthType

-var selectWidthType: SELECTWIDTHTYPE? +var selectWidthType: SelectWidthType?

The width type of the select control.

@@ -131,7 +131,7 @@

size

-var size: INPUTSIZE? +var size: InputSize?

The size of the input.

@@ -140,7 +140,7 @@

style

-var style: BUTTONSTYLE? +var style: ButtonStyle?

The style of the select control.

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/live-search.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/live-search.html index 8a4991a4..8b506a54 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/live-search.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/live-search.html @@ -11,5 +11,11 @@ var liveSearch: Boolean

Determines if live search is available.

+

Getter
+

Determines if live search is available.

+

+

Setter
+

Determines if live search is available.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/max-options.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/max-options.html index 94af9393..76349c48 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/max-options.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/max-options.html @@ -11,5 +11,11 @@ var maxOptions: Int?

Maximal number of selected options.

+

Getter
+

Maximal number of selected options.

+

+

Setter
+

Maximal number of selected options.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/multiple.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/multiple.html index c153f784..f7f2b1ba 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/multiple.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/multiple.html @@ -11,5 +11,11 @@ var multiple: Boolean

Determines if multiple value selection is allowed.

+

Getter
+

Determines if multiple value selection is allowed.

+

+

Setter
+

Determines if multiple value selection is allowed.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/name.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/name.html index 7fb56e4e..28f69d76 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/name.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/name.html @@ -11,5 +11,11 @@ var name: String?

The name attribute of the generated HTML select element.

+

Getter
+

The name attribute of the generated HTML select element.

+

+

Setter
+

The name attribute of the generated HTML select element.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/placeholder.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/placeholder.html index ff134007..7ec7138b 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/placeholder.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/placeholder.html @@ -11,5 +11,11 @@ var placeholder: String?

The placeholder for the select control.

+

Getter
+

The placeholder for the select control.

+

+

Setter
+

The placeholder for the select control.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/select-width-type.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/select-width-type.html index 0bc69205..e0cb223d 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/select-width-type.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/select-width-type.html @@ -9,7 +9,13 @@

selectWidthType

-var selectWidthType: SELECTWIDTHTYPE? +var selectWidthType: SelectWidthType?

The width type of the select control.

+

Getter
+

The width type of the select control.

+

+

Setter
+

The width type of the select control.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/select-width.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/select-width.html index b2303fc0..65dd9467 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/select-width.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/select-width.html @@ -11,5 +11,11 @@ var selectWidth: CssSize?

The width of the select control.

+

Getter
+

The width of the select control.

+

+

Setter
+

The width of the select control.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/size.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/size.html index 5a085e4b..b1069294 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/size.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/size.html @@ -9,7 +9,13 @@

size

-var size: INPUTSIZE? +var size: InputSize?

The size of the input.

+

Getter
+

The size of the input.

+

+

Setter
+

The size of the input.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/style.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/style.html index 4efe941a..aae942c5 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/style.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/style.html @@ -9,7 +9,13 @@

style

-var style: BUTTONSTYLE? +var style: ButtonStyle?

The style of the select control.

+

Getter
+

The style of the select control.

+

+

Setter
+

The style of the select control.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/value.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/value.html index 891f1f9f..19e13af6 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/value.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-input/value.html @@ -11,5 +11,11 @@ var value: String?

A value of the selected option.

+

Getter
+

A value of the selected option.

+

+

Setter
+

A value of the selected option.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/disabled.html b/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/disabled.html index ec1396bd..dda6a5fb 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/disabled.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/disabled.html @@ -11,5 +11,11 @@ var disabled: Boolean

Determines if the group is disabled.

+

Getter
+

Determines if the group is disabled.

+

+

Setter
+

Determines if the group is disabled.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/label.html b/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/label.html index 491fb265..c529f600 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/label.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/label.html @@ -11,5 +11,11 @@ var label: String

A label for the group.

+

Getter
+

A label for the group.

+

+

Setter
+

A label for the group.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/max-options.html b/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/max-options.html index 124a6e92..5f791541 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/max-options.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/max-options.html @@ -11,5 +11,11 @@ var maxOptions: Int?

Maximal number of selected options in the group.

+

Getter
+

Maximal number of selected options in the group.

+

+

Setter
+

Maximal number of selected options in the group.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/options.html b/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/options.html index 4b9eccfe..cc45b6be 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/options.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-opt-group/options.html @@ -11,5 +11,11 @@ var options: List<StringPair>?

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

+

Getter
+

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

+

+

Setter
+

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

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-option/disabled.html b/docs/api/pl.treksoft.kvision.form.select/-select-option/disabled.html index 0866318c..0852372b 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-option/disabled.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-option/disabled.html @@ -11,5 +11,11 @@ var disabled: Boolean

Determines if the option should be disabled.

+

Getter
+

Determines if the option should be disabled.

+

+

Setter
+

Determines if the option should be disabled.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-option/divider.html b/docs/api/pl.treksoft.kvision.form.select/-select-option/divider.html index 8cde2f8a..262acbc5 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-option/divider.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-option/divider.html @@ -11,5 +11,11 @@ var divider: Boolean

Determines if the option should be rendered as divider.

+

Getter
+

Determines if the option should be rendered as divider.

+

+

Setter
+

Determines if the option should be rendered as divider.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-option/icon.html b/docs/api/pl.treksoft.kvision.form.select/-select-option/icon.html index beda6b21..a40159bc 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-option/icon.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-option/icon.html @@ -11,5 +11,11 @@ var icon: String?

The icon before the label of the option.

+

Getter
+

The icon before the label of the option.

+

+

Setter
+

The icon before the label of the option.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-option/index.html b/docs/api/pl.treksoft.kvision.form.select/-select-option/index.html index 7fd1a7f3..2cbb5142 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-option/index.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-option/index.html @@ -86,6 +86,15 @@ +

draggable

+ + +var draggable: Boolean? +

Determines if the current widget is draggable.

+ + + +

id

@@ -213,6 +222,15 @@ +

clearDragDropData

+ + +open fun clearDragDropData(): Unit +

Clears D&D data for the current widget. It also makes it not draggable.

+ + + +

getElement

@@ -313,6 +331,34 @@ +

setDragDropData

+ + +open fun setDragDropData(format: String, data: String): Unit +

Sets D&D data for the current widget. It also makes it draggable.

+ + + + +

setDropTarget

+ + +open fun setDropTarget(format: String, callback: (DragEvent) -> Unit): Unit
+open fun setDropTarget(formats: Set<String>? = null, callback: (DragEvent) -> Unit): Unit +

Sets the current widget as a D&D drop target.

+ + + + +

setDropTargetData

+ + +open fun setDropTargetData(format: String, callback: (String?) -> Unit): Unit +

Sets the current widget as a D&D drop target with helper callback accepting String data.

+ + + +

setEventListener

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-option/label.html b/docs/api/pl.treksoft.kvision.form.select/-select-option/label.html index 119a42ed..ddc9572d 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-option/label.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-option/label.html @@ -11,5 +11,11 @@ var label: String?

The label of the option.

+

Getter
+

The label of the option.

+

+

Setter
+

The label of the option.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-option/subtext.html b/docs/api/pl.treksoft.kvision.form.select/-select-option/subtext.html index 44e6e06e..276a4323 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-option/subtext.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-option/subtext.html @@ -11,5 +11,11 @@ var subtext: String?

The subtext after the label of the option.

+

Getter
+

The subtext after the label of the option.

+

+

Setter
+

The subtext after the label of the option.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-option/value.html b/docs/api/pl.treksoft.kvision.form.select/-select-option/value.html index c557edae..c31c0ece 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select-option/value.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select-option/value.html @@ -11,5 +11,11 @@ var value: String?

The value of the option.

+

Getter
+

The value of the option.

+

+

Setter
+

The value of the option.

+

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-width-type/-a-u-t-o.html b/docs/api/pl.treksoft.kvision.form.select/-select-width-type/-a-u-t-o.html new file mode 100644 index 00000000..8d9c0749 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.select/-select-width-type/-a-u-t-o.html @@ -0,0 +1,14 @@ + + + +SelectWidthType.AUTO - kvision + + + +kvision / pl.treksoft.kvision.form.select / SelectWidthType / AUTO
+
+

AUTO

+ +AUTO + + diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-width-type/-f-i-t.html b/docs/api/pl.treksoft.kvision.form.select/-select-width-type/-f-i-t.html new file mode 100644 index 00000000..11170c69 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.select/-select-width-type/-f-i-t.html @@ -0,0 +1,14 @@ + + + +SelectWidthType.FIT - kvision + + + +kvision / pl.treksoft.kvision.form.select / SelectWidthType / FIT
+
+

FIT

+ +FIT + + diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-width-type/index.html b/docs/api/pl.treksoft.kvision.form.select/-select-width-type/index.html new file mode 100644 index 00000000..e92a8bd9 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.select/-select-width-type/index.html @@ -0,0 +1,33 @@ + + + +SelectWidthType - kvision + + + +kvision / pl.treksoft.kvision.form.select / SelectWidthType
+
+

SelectWidthType

+enum class SelectWidthType +

Select width types. See Bootstrap Select width.

+

Enum Values

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

AUTO

+
+
+

FIT

+
+
+ + diff --git a/docs/api/pl.treksoft.kvision.form.select/-select/index.html b/docs/api/pl.treksoft.kvision.form.select/-select/index.html index d9f63311..e5055168 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select/index.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select/index.html @@ -167,7 +167,7 @@

selectWidthType

-var selectWidthType: SELECTWIDTHTYPE? +var selectWidthType: SelectWidthType?

The width type of the select control.

@@ -176,7 +176,7 @@

size

-open var size: INPUTSIZE? +open var size: InputSize?

Input control size.

@@ -185,7 +185,7 @@

style

-var style: BUTTONSTYLE? +var style: ButtonStyle?

The style of the select control.

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select/select-width-type.html b/docs/api/pl.treksoft.kvision.form.select/-select/select-width-type.html index d0855aa5..d9cc7552 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select/select-width-type.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select/select-width-type.html @@ -9,7 +9,7 @@

selectWidthType

-var selectWidthType: SELECTWIDTHTYPE? +var selectWidthType: SelectWidthType?

The width type of the select control.

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select/size.html b/docs/api/pl.treksoft.kvision.form.select/-select/size.html index cf50994b..fb362ba2 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select/size.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select/size.html @@ -9,7 +9,7 @@

size

-open var size: INPUTSIZE? +open var size: InputSize?

Overrides FormControl.size

Input control size.

Getter
diff --git a/docs/api/pl.treksoft.kvision.form.select/-select/style.html b/docs/api/pl.treksoft.kvision.form.select/-select/style.html index 0fa3e464..14b2e480 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select/style.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select/style.html @@ -9,7 +9,7 @@

style

-var style: BUTTONSTYLE? +var style: ButtonStyle?

The style of the select control.

diff --git a/docs/api/pl.treksoft.kvision.form.select/index.html b/docs/api/pl.treksoft.kvision.form.select/index.html index 4a35420a..170d1d0f 100644 --- a/docs/api/pl.treksoft.kvision.form.select/index.html +++ b/docs/api/pl.treksoft.kvision.form.select/index.html @@ -23,33 +23,24 @@ -

DATATYPE

+

DataType

-enum class DATATYPE +enum class DataType

Data type for the AJAX call.

-

HTTPTYPE

+

HttpType

-enum class HTTPTYPE +enum class HttpType

HTTP protocol type for the AJAX call.

-

SELECTWIDTHTYPE

- - -enum class SELECTWIDTHTYPE -

Select width types. See Bootstrap Select width.

- - - -

Select

@@ -84,6 +75,15 @@

The helper component for adding options to Select or SelectOptGroup.

+ + +

SelectWidthType

+ + +enum class SelectWidthType +

Select width types. See Bootstrap Select width.

+ +

Functions

-- cgit