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.text/-password/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.form.text/-password/index.html') diff --git a/docs/api/pl.treksoft.kvision.form.text/-password/index.html b/docs/api/pl.treksoft.kvision.form.text/-password/index.html index 73672ebb..6167f784 100644 --- a/docs/api/pl.treksoft.kvision.form.text/-password/index.html +++ b/docs/api/pl.treksoft.kvision.form.text/-password/index.html @@ -62,8 +62,8 @@

password

-fun Container.password(value: String? = null, label: String? = null, rich: Boolean = false, init: Password.() -> Unit = null): Unit -

DSL builder extension function

+fun Container.password(value: String? = null, label: String? = null, rich: Boolean = false, init: Password.() -> Unit = null): Password +

DSL builder extension function.

-- cgit