From 00a6ddf04d61ab322a36123891573c35b41ab58a Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 12 Feb 2018 12:08:10 +0100 Subject: Updated API doc --- docs/api/pl.treksoft.kvision.form.select/-select-input/index.html | 4 ++-- .../pl.treksoft.kvision.form.select/-select-input/select-input.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.form.select/-select-input') 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 4f6bfb65..b7917e82 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 @@ -299,8 +299,8 @@

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): Unit -

DSL builder extension function

+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/select-input.html b/docs/api/pl.treksoft.kvision.form.select/-select-input/select-input.html index 10b8930d..208772db 100644 --- 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 @@ -9,8 +9,8 @@

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): Unit -

DSL builder extension function

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

-- cgit