From 35ba11a0343f626aa1832b4ba43a0ed2363fc265 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 6 Apr 2019 19:36:32 +0200 Subject: Dokka upgrade to 0.9.18 --- api/pl.treksoft.kvision.form.text/-text-area/index.html | 2 +- api/pl.treksoft.kvision.form.text/-text-area/text-area.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'api/pl.treksoft.kvision.form.text/-text-area') diff --git a/api/pl.treksoft.kvision.form.text/-text-area/index.html b/api/pl.treksoft.kvision.form.text/-text-area/index.html index 608ba110..dca797f7 100644 --- a/api/pl.treksoft.kvision.form.text/-text-area/index.html +++ b/api/pl.treksoft.kvision.form.text/-text-area/index.html @@ -218,7 +218,7 @@

textArea

-fun Container.textArea(cols: Int? = null, rows: Int? = null, value: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: TextArea.() -> Unit = null): TextArea +fun Container.textArea(cols: Int? = null, rows: Int? = null, value: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: (TextArea.() -> Unit)? = null): TextArea

DSL builder extension function.

diff --git a/api/pl.treksoft.kvision.form.text/-text-area/text-area.html b/api/pl.treksoft.kvision.form.text/-text-area/text-area.html index 0aa43c36..17bd0fdf 100644 --- a/api/pl.treksoft.kvision.form.text/-text-area/text-area.html +++ b/api/pl.treksoft.kvision.form.text/-text-area/text-area.html @@ -9,7 +9,7 @@

textArea

-fun Container.textArea(cols: Int? = null, rows: Int? = null, value: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: TextArea.() -> Unit = null): TextArea +fun Container.textArea(cols: Int? = null, rows: Int? = null, value: String? = null, name: String? = null, label: String? = null, rich: Boolean = false, init: (TextArea.() -> Unit)? = null): TextArea

DSL builder extension function.

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

-- cgit