From d8cd67062b8de6e8398dc6dfd00d201200c82414 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Fri, 9 Feb 2018 13:40:35 +0100 Subject: API doc and readme --- .../-text/-init-.html | 25 ++++++++++++++++++++++ 1 file changed, 25 insertions(+) create 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 new file mode 100644 index 00000000..cb258dfb --- /dev/null +++ b/docs/api/pl.treksoft.kvision.form.text/-text/-init-.html @@ -0,0 +1,25 @@ + + + +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