From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 2 Apr 2018 01:35:47 +0200 Subject: API documentantion update --- api/pl.treksoft.kvision.form.text/-password/-init-.html | 8 +++++--- api/pl.treksoft.kvision.form.text/-password/index.html | 4 ++-- api/pl.treksoft.kvision.form.text/-password/password.html | 4 ++-- 3 files changed, 9 insertions(+), 7 deletions(-) (limited to 'api/pl.treksoft.kvision.form.text/-password') diff --git a/api/pl.treksoft.kvision.form.text/-password/-init-.html b/api/pl.treksoft.kvision.form.text/-password/-init-.html index 4b53587d..9b32386b 100644 --- a/api/pl.treksoft.kvision.form.text/-password/-init-.html +++ b/api/pl.treksoft.kvision.form.text/-password/-init-.html @@ -8,15 +8,17 @@ kvision / pl.treksoft.kvision.form.text / Password / <init>

<init>

- -Password(value: String? = null, label: String? = null, rich: Boolean = false) + +Password(value: String? = null, name: String? = null, label: String? = null, rich: Boolean = false)

Parameters

value - text input value

+

+name - the name attribute of the generated HTML input element

label - label text bound to the input element

-rich - determines if label can contain HTML code

+rich - determines if label can contain HTML code

Constructor

diff --git a/api/pl.treksoft.kvision.form.text/-password/index.html b/api/pl.treksoft.kvision.form.text/-password/index.html index 8e99a437..a6d9b6e0 100644 --- a/api/pl.treksoft.kvision.form.text/-password/index.html +++ b/api/pl.treksoft.kvision.form.text/-password/index.html @@ -18,7 +18,7 @@

<init>

-Password(value: String? = null, label: String? = null, rich: Boolean = false) +Password(value: String? = null, name: String? = null, label: String? = null, rich: Boolean = false) @@ -62,7 +62,7 @@

password

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

DSL builder extension function.

diff --git a/api/pl.treksoft.kvision.form.text/-password/password.html b/api/pl.treksoft.kvision.form.text/-password/password.html index d0d622c7..7a94a0b2 100644 --- a/api/pl.treksoft.kvision.form.text/-password/password.html +++ b/api/pl.treksoft.kvision.form.text/-password/password.html @@ -8,8 +8,8 @@ kvision / pl.treksoft.kvision.form.text / Password / password

password

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

DSL builder extension function.

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

-- cgit