From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- .../-text/-init-.html | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.form.text/-text/-init-.html (limited to 'docs/api/pl.treksoft.kvision.form.text/-text/-init-.html') diff --git a/docs/api/pl.treksoft.kvision.form.text/-text/-init-.html b/docs/api/pl.treksoft.kvision.form.text/-text/-init-.html deleted file mode 100644 index 8f3af2ba..00000000 --- a/docs/api/pl.treksoft.kvision.form.text/-text/-init-.html +++ /dev/null @@ -1,25 +0,0 @@ - - - -Text.<init> - kvision - - - -kvision / pl.treksoft.kvision.form.text / Text / <init>
-
-

<init>

- -Text(type: TextInputType = TextInputType.TEXT, value: String? = null, label: String? = null, rich: Boolean = false) -

Parameters

-

-type - text input type (default "text")

-

-value - text input value

-

-label - label text bound to the input element

-

-rich - determines if label can contain HTML code

-

Constructor
-

- - -- cgit