From 61545b3f1fb1844af350d187edd26285e98f0466 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 26 Feb 2018 14:21:46 +0100 Subject: API documentation update --- docs/api/pl.treksoft.kvision.form.text/-text/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/api/pl.treksoft.kvision.form.text/-text/index.html') diff --git a/docs/api/pl.treksoft.kvision.form.text/-text/index.html b/docs/api/pl.treksoft.kvision.form.text/-text/index.html index 8ad303d5..d05d0542 100644 --- a/docs/api/pl.treksoft.kvision.form.text/-text/index.html +++ b/docs/api/pl.treksoft.kvision.form.text/-text/index.html @@ -18,7 +18,7 @@

<init>

-Text(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, label: String? = null, rich: Boolean = false) +Text(type: TextInputType = TextInputType.TEXT, value: String? = null, label: String? = null, rich: Boolean = false) @@ -48,7 +48,7 @@

type

-var type: TEXTINPUTTYPE +var type: TextInputType

Text input type.

@@ -143,7 +143,7 @@

size

-open var size: INPUTSIZE? +open var size: InputSize?

Input control size.

@@ -236,7 +236,7 @@

text

-fun Container.text(type: TEXTINPUTTYPE = TEXTINPUTTYPE.TEXT, value: String? = null, label: String? = null, rich: Boolean = false, init: Text.() -> Unit = null): Text +fun Container.text(type: TextInputType = TextInputType.TEXT, value: String? = null, label: String? = null, rich: Boolean = false, init: Text.() -> Unit = null): Text

DSL builder extension function.

-- cgit