From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- .../-select-input/-init-.html | 27 -- .../-select-input/add-all.html | 21 -- .../-select-input/add.html | 21 -- .../-select-input/after-insert.html | 16 -- .../-select-input/ajax-options.html | 21 -- .../-select-input/autofocus.html | 21 -- .../-select-input/disabled.html | 21 -- .../-select-input/empty-option.html | 21 -- .../-select-input/get-sn-attrs.html | 18 -- .../-select-input/get-sn-class.html | 18 -- .../-select-input/hide-options.html | 15 - .../-select-input/index.html | 309 --------------------- .../-select-input/live-search.html | 21 -- .../-select-input/max-options.html | 21 -- .../-select-input/multiple.html | 21 -- .../-select-input/name.html | 21 -- .../-select-input/placeholder.html | 21 -- .../-select-input/remove-all.html | 18 -- .../-select-input/remove.html | 21 -- .../-select-input/render.html | 18 -- .../-select-input/select-input.html | 16 -- .../-select-input/select-width-type.html | 21 -- .../-select-input/select-width.html | 21 -- .../-select-input/show-options.html | 15 - .../-select-input/size.html | 21 -- .../-select-input/style.html | 21 -- .../-select-input/toggle-options.html | 15 - .../-select-input/value.html | 21 -- 28 files changed, 842 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/-init-.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/add-all.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/add.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/after-insert.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/ajax-options.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/autofocus.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/disabled.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/empty-option.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/get-sn-attrs.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/get-sn-class.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/hide-options.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/index.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/live-search.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/max-options.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/multiple.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/name.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/placeholder.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/remove-all.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/remove.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/render.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/select-input.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/select-width-type.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/select-width.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/show-options.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/size.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/style.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/toggle-options.html delete mode 100644 docs/api/pl.treksoft.kvision.form.select/-select-input/value.html (limited to 'docs/api/pl.treksoft.kvision.form.select/-select-input') diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/-init-.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/-init-.html deleted file mode 100644 index 1ea1cc60..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/-init-.html +++ /dev/null @@ -1,27 +0,0 @@ - - - -SelectInput.<init> - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / <init>
-
-

<init>

- -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

-

-value - selected value

-

-multiple - allows multiple value selection (multiple values are comma delimited)

-

-ajaxOptions - additional options for remote (AJAX) data source

-

-classes - a set of CSS class names

-

Constructor
-

- - diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/add-all.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/add-all.html deleted file mode 100644 index 5becd914..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/add-all.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -SelectInput.addAll - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / addAll
-
-

addAll

- -open fun addAll(children: List<Component>): SimplePanel -

Overrides SimplePanel.addAll

-

Adds a list of components to the current container.

-

Parameters

-

-children - list of child components

-

Return
-current container

- - diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/add.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/add.html deleted file mode 100644 index 39171a2a..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/add.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -SelectInput.add - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / add
-
-

add

- -open fun add(child: Component): SimplePanel -

Overrides SimplePanel.add

-

Adds given component to the current container.

-

Parameters

-

-child - child component

-

Return
-current container

- - diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/after-insert.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/after-insert.html deleted file mode 100644 index aab8ccb0..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/after-insert.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -SelectInput.afterInsert - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / afterInsert
-
-

afterInsert

- -protected open fun afterInsert(node: VNode): Unit -

Overrides Widget.afterInsert

-

Method called after inserting Snabbdom vnode into the DOM.

- - 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 deleted file mode 100644 index b08163f4..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/ajax-options.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -SelectInput.ajaxOptions - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / ajaxOptions
-
-

ajaxOptions

- -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 deleted file mode 100644 index cf5cb1ba..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/autofocus.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -SelectInput.autofocus - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / autofocus
-
-

autofocus

- -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 deleted file mode 100644 index d35f83fa..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/disabled.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -SelectInput.disabled - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / disabled
-
-

disabled

- -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 deleted file mode 100644 index 01cb6058..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/empty-option.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -SelectInput.emptyOption - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / emptyOption
-
-

emptyOption

- -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/get-sn-attrs.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/get-sn-attrs.html deleted file mode 100644 index 371b3bd7..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/get-sn-attrs.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -SelectInput.getSnAttrs - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / getSnAttrs
-
-

getSnAttrs

- -protected open fun getSnAttrs(): List<StringPair> -

Overrides Widget.getSnAttrs

-

Returns list of element attributes in the form of a List.

-

Return
-list of element attributes

- - diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/get-sn-class.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/get-sn-class.html deleted file mode 100644 index 28b40573..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/get-sn-class.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -SelectInput.getSnClass - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / getSnClass
-
-

getSnClass

- -protected open fun getSnClass(): List<StringBoolPair> -

Overrides Widget.getSnClass

-

Returns list of CSS class names for current widget in the form of a List.

-

Return
-list of CSS class names

- - diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/hide-options.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/hide-options.html deleted file mode 100644 index d1b371ec..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/hide-options.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -SelectInput.hideOptions - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / hideOptions
-
-

hideOptions

- -open fun hideOptions(): Unit -

Hides dropdown with options.

- - 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 deleted file mode 100644 index 2a968dd0..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/index.html +++ /dev/null @@ -1,309 +0,0 @@ - - - -SelectInput - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput
-
-

SelectInput

-open class SelectInput : SimplePanel -

The basic component for Select control.

-

The select control can be populated directly from options parameter or manually by adding -SelectOption or SelectOptGroup components to the container.

-

Constructors

- - - - - - - -
-

<init>

-
-SelectInput(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf())
-

Properties

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

ajaxOptions

-
-var ajaxOptions: AjaxOptions? -

Additional options for remote (AJAX) data source.

-
-

autofocus

-
-var autofocus: Boolean? -

Determines if the select is automatically focused.

-
-

disabled

-
-var disabled: Boolean -

Determines if the field is disabled.

-
-

emptyOption

-
-var emptyOption: Boolean -

Determines if an empty option is automatically generated.

-
-

liveSearch

-
-var liveSearch: Boolean -

Determines if live search is available.

-
-

maxOptions

-
-var maxOptions: Int? -

Maximal number of selected options.

-
-

multiple

-
-var multiple: Boolean -

Determines if multiple value selection is allowed.

-
-

name

-
-var name: String? -

The name attribute of the generated HTML select element.

-
-

placeholder

-
-var placeholder: String? -

The placeholder for the select control.

-
-

selectWidth

-
-var selectWidth: CssSize? -

The width of the select control.

-
-

selectWidthType

-
-var selectWidthType: SelectWidthType? -

The width type of the select control.

-
-

size

-
-var size: InputSize? -

The size of the input.

-
-

style

-
-var style: ButtonStyle? -

The style of the select control.

-
-

value

-
-var value: String? -

A value of the selected option.

-
-

Functions

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

add

-
-open fun add(child: Component): SimplePanel -

Adds given component to the current container.

-
-

addAll

-
-open fun addAll(children: List<Component>): SimplePanel -

Adds a list of components to the current container.

-
-

afterInsert

-
-open fun afterInsert(node: VNode): Unit -

Method called after inserting Snabbdom vnode into the DOM.

-
-

getSnAttrs

-
-open fun getSnAttrs(): List<StringPair> -

Returns list of element attributes in the form of a List.

-
-

getSnClass

-
-open fun getSnClass(): List<StringBoolPair> -

Returns list of CSS class names for current widget in the form of a List.

-
-

hideOptions

-
-open fun hideOptions(): Unit -

Hides dropdown with options.

-
-

remove

-
-open fun remove(child: Component): SimplePanel -

Removes given component from the current container.

-
-

removeAll

-
-open fun removeAll(): SimplePanel -

Removes all children from the current container.

-
-

render

-
-open fun render(): VNode -

Renders current component as a Snabbdom vnode.

-
-

showOptions

-
-open fun showOptions(): Unit -

Opens dropdown with options.

-
-

toggleOptions

-
-open fun toggleOptions(): Unit -

Toggles visibility of dropdown with options.

-
-

Inherited Functions

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

addInternal

-
-fun addInternal(child: Component): SimplePanel -

Protected and final method to add given component to the current container.

-
-

childrenVNodes

-
-open fun childrenVNodes(): Array<VNode> -

Returns the array of the children Snabbdom vnodes.

-
-

getChildren

-
-open fun getChildren(): List<Component> -

Returns a list of children of the current container.

-
-

Companion Object Functions

- - - - - - - -
-

selectInput

-
-fun Container.selectInput(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf(), init: SelectInput.() -> Unit = null): SelectInput -

DSL builder extension function.

-
- - 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 deleted file mode 100644 index 8b506a54..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/live-search.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -SelectInput.liveSearch - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / liveSearch
-
-

liveSearch

- -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 deleted file mode 100644 index 76349c48..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/max-options.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -SelectInput.maxOptions - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / maxOptions
-
-

maxOptions

- -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 deleted file mode 100644 index f7f2b1ba..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/multiple.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -SelectInput.multiple - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / multiple
-
-

multiple

- -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 deleted file mode 100644 index 28f69d76..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/name.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -SelectInput.name - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / name
-
-

name

- -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 deleted file mode 100644 index 7ec7138b..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/placeholder.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -SelectInput.placeholder - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / placeholder
-
-

placeholder

- -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/remove-all.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/remove-all.html deleted file mode 100644 index ea8cda8e..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/remove-all.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -SelectInput.removeAll - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / removeAll
-
-

removeAll

- -open fun removeAll(): SimplePanel -

Overrides SimplePanel.removeAll

-

Removes all children from the current container.

-

Return
-current container

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

remove

- -open fun remove(child: Component): SimplePanel -

Overrides SimplePanel.remove

-

Removes given component from the current container.

-

Parameters

-

-child - child component

-

Return
-current container

- - diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/render.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/render.html deleted file mode 100644 index 105094e3..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/render.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -SelectInput.render - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / render
-
-

render

- -protected open fun render(): VNode -

Overrides SimplePanel.render

-

Renders current component as a Snabbdom vnode.

-

Return
-Snabbdom vnode

- - diff --git a/docs/api/pl.treksoft.kvision.form.select/-select-input/select-input.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/select-input.html deleted file mode 100644 index 208772db..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/select-input.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -SelectInput.selectInput - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / selectInput
-
-

selectInput

- -fun Container.selectInput(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, classes: Set<String> = setOf(), init: SelectInput.() -> Unit = null): SelectInput -

DSL builder extension function.

-

It takes the same parameters as the constructor of the built component.

- - 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 deleted file mode 100644 index e0cb223d..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/select-width-type.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -SelectInput.selectWidthType - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / 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 deleted file mode 100644 index 65dd9467..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/select-width.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -SelectInput.selectWidth - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / selectWidth
-
-

selectWidth

- -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/show-options.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/show-options.html deleted file mode 100644 index d3f371c8..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/show-options.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -SelectInput.showOptions - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / showOptions
-
-

showOptions

- -open fun showOptions(): Unit -

Opens dropdown with options.

- - 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 deleted file mode 100644 index b1069294..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/size.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -SelectInput.size - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / size
-
-

size

- -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 deleted file mode 100644 index aae942c5..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/style.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -SelectInput.style - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / style
-
-

style

- -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/toggle-options.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/toggle-options.html deleted file mode 100644 index 725c5cc7..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/toggle-options.html +++ /dev/null @@ -1,15 +0,0 @@ - - - -SelectInput.toggleOptions - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / toggleOptions
-
-

toggleOptions

- -open fun toggleOptions(): Unit -

Toggles visibility of dropdown with options.

- - 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 deleted file mode 100644 index 19e13af6..00000000 --- a/docs/api/pl.treksoft.kvision.form.select/-select-input/value.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -SelectInput.value - kvision - - - -kvision / pl.treksoft.kvision.form.select / SelectInput / value
-
-

value

- -var value: String? -

A value of the selected option.

-

Getter
-

A value of the selected option.

-

-

Setter
-

A value of the selected option.

-

- - -- cgit