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 --- .../-select-input/ajax-options.html | 6 ++++++ .../pl.treksoft.kvision.form.select/-select-input/autofocus.html | 6 ++++++ .../pl.treksoft.kvision.form.select/-select-input/disabled.html | 6 ++++++ .../-select-input/empty-option.html | 6 ++++++ docs/api/pl.treksoft.kvision.form.select/-select-input/index.html | 6 +++--- .../-select-input/live-search.html | 6 ++++++ .../-select-input/max-options.html | 6 ++++++ .../pl.treksoft.kvision.form.select/-select-input/multiple.html | 6 ++++++ docs/api/pl.treksoft.kvision.form.select/-select-input/name.html | 6 ++++++ .../-select-input/placeholder.html | 6 ++++++ .../-select-input/select-width-type.html | 8 +++++++- .../-select-input/select-width.html | 6 ++++++ docs/api/pl.treksoft.kvision.form.select/-select-input/size.html | 8 +++++++- docs/api/pl.treksoft.kvision.form.select/-select-input/style.html | 8 +++++++- docs/api/pl.treksoft.kvision.form.select/-select-input/value.html | 6 ++++++ 15 files changed, 90 insertions(+), 6 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.form.select/-select-input') 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.

+

-- cgit