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/index.html | 4 ++-- docs/api/pl.treksoft.kvision.form.select/-select/select.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.form.select/-select') 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 dfbe69e7..d9f63311 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select/index.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select/index.html @@ -382,8 +382,8 @@

select

-fun Container.select(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: Select.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.select(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: Select.() -> Unit = null): Select +

DSL builder extension function.

diff --git a/docs/api/pl.treksoft.kvision.form.select/-select/select.html b/docs/api/pl.treksoft.kvision.form.select/-select/select.html index 7d2755d5..047f4755 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select/select.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select/select.html @@ -9,8 +9,8 @@

select

-fun Container.select(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: Select.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.select(options: List<StringPair>? = null, value: String? = null, multiple: Boolean = false, ajaxOptions: AjaxOptions? = null, label: String? = null, rich: Boolean = false, init: Select.() -> Unit = null): Select +

DSL builder extension function.

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

-- cgit