aboutsummaryrefslogtreecommitdiff
path: root/docs/api/pl.treksoft.kvision.form.text/-abstract-text
diff options
context:
space:
mode:
Diffstat (limited to 'docs/api/pl.treksoft.kvision.form.text/-abstract-text')
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/-init-.html21
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/autofocus.html15
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/blur.html15
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/disabled.html22
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/flabel.html16
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/focus.html15
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/get-sn-class.html18
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/index.html345
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/input.html16
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/label.html15
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/maxlength.html15
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/name.html15
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/placeholder.html15
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/readonly.html15
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/remove-event-listeners.html18
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/rich.html15
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/set-event-listener.html54
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/size.html22
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/start-value.html17
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/validation-info.html16
-rw-r--r--docs/api/pl.treksoft.kvision.form.text/-abstract-text/value.html22
21 files changed, 0 insertions, 722 deletions
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/-init-.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/-init-.html
deleted file mode 100644
index 42fd6dce..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/-init-.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.<init> - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./-init-.html">&lt;init&gt;</a><br/>
-<br/>
-<h1>&lt;init&gt;</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$&lt;init&gt;(kotlin.String, kotlin.Boolean)"></a>
-<code><span class="identifier">AbstractText</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.text.AbstractText$<init>(kotlin.String, kotlin.Boolean)/label">label</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.text.AbstractText$<init>(kotlin.String, kotlin.Boolean)/rich">rich</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a>&nbsp;<span class="symbol">=</span>&nbsp;false<span class="symbol">)</span></code>
-<h3>Parameters</h3>
-<p><a name="label"></a>
-<code>label</code> - label text bound to the input element</p>
-<p><a name="rich"></a>
-<code>rich</code> - determines if <a href="-init-.html#pl.treksoft.kvision.form.text.AbstractText$<init>(kotlin.String, kotlin.Boolean)/label">label</a> can contain HTML code</p>
-<p><strong>Constructor</strong><br/>
-</p>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/autofocus.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/autofocus.html
deleted file mode 100644
index 15351f6f..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/autofocus.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.autofocus - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./autofocus.html">autofocus</a><br/>
-<br/>
-<h1>autofocus</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$autofocus"></a>
-<code><span class="keyword">var </span><span class="identifier">autofocus</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code>
-<p>Determines if the text input is automatically focused.</p>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/blur.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/blur.html
deleted file mode 100644
index 6d996135..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/blur.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.blur - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./blur.html">blur</a><br/>
-<br/>
-<h1>blur</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$blur()"></a>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">blur</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
-<p>Makes the input element blur.</p>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/disabled.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/disabled.html
deleted file mode 100644
index b9fbde8e..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/disabled.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.disabled - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./disabled.html">disabled</a><br/>
-<br/>
-<h1>disabled</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$disabled"></a>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">disabled</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
-<p>Overrides <a href="../../pl.treksoft.kvision.form/-form-control/disabled.html">FormControl.disabled</a></p>
-<p>Determines if the field is disabled.</p>
-<p><strong>Getter</strong><br/>
-<p>Determines if the field is disabled.</p>
-</p>
-<p><strong>Setter</strong><br/>
-<p>Determines if the field is disabled.</p>
-</p>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/flabel.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/flabel.html
deleted file mode 100644
index 733fcfc8..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/flabel.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.flabel - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./flabel.html">flabel</a><br/>
-<br/>
-<h1>flabel</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$flabel"></a>
-<code><span class="keyword">val </span><span class="identifier">flabel</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-field-label/index.html"><span class="identifier">FieldLabel</span></a></code>
-<p>Overrides <a href="../../pl.treksoft.kvision.form/-form-control/flabel.html">FormControl.flabel</a></p>
-<p>Form field label.</p>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/focus.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/focus.html
deleted file mode 100644
index 8efcf47a..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/focus.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.focus - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./focus.html">focus</a><br/>
-<br/>
-<h1>focus</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$focus()"></a>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">focus</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
-<p>Makes the input element focused.</p>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/get-sn-class.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/get-sn-class.html
deleted file mode 100644
index c08d18b0..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/get-sn-class.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.getSnClass - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./get-sn-class.html">getSnClass</a><br/>
-<br/>
-<h1>getSnClass</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$getSnClass()"></a>
-<code><span class="keyword">protected</span> <span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnClass</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol">&lt;</span><a href="../../pl.treksoft.kvision.core/-string-bool-pair.html"><span class="identifier">StringBoolPair</span></a><span class="symbol">&gt;</span></code>
-<p>Overrides <a href="../../pl.treksoft.kvision.core/-widget/get-sn-class.html">Widget.getSnClass</a></p>
-<p>Returns list of CSS class names for current widget in the form of a List.</p>
-<p><strong>Return</strong><br/>
-list of CSS class names</p>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/index.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/index.html
deleted file mode 100644
index 4f47f621..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/index.html
+++ /dev/null
@@ -1,345 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="./index.html">AbstractText</a><br/>
-<br/>
-<h1>AbstractText</h1>
-<code><span class="keyword">abstract</span> <span class="keyword">class </span><span class="identifier">AbstractText</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a><span class="symbol">, </span><a href="../../pl.treksoft.kvision.form/-string-form-control/index.html"><span class="identifier">StringFormControl</span></a></code>
-<p>Base class for form field text components.</p>
-<h3>Constructors</h3>
-<table>
-<tbody>
-<tr>
-<td>
-<p><a href="-init-.html">&lt;init&gt;</a></p>
-</td>
-<td>
-<code><span class="identifier">AbstractText</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.text.AbstractText$<init>(kotlin.String, kotlin.Boolean)/label">label</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span>&nbsp;<span class="symbol">=</span>&nbsp;null<span class="symbol">, </span><span class="identifier" id="pl.treksoft.kvision.form.text.AbstractText$<init>(kotlin.String, kotlin.Boolean)/rich">rich</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a>&nbsp;<span class="symbol">=</span>&nbsp;false<span class="symbol">)</span></code></td>
-</tr>
-</tbody>
-</table>
-<h3>Properties</h3>
-<table>
-<tbody>
-<tr>
-<td>
-<p><a href="autofocus.html">autofocus</a></p>
-</td>
-<td>
-<code><span class="keyword">var </span><span class="identifier">autofocus</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code>
-<p>Determines if the text input is automatically focused.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="disabled.html">disabled</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">disabled</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
-<p>Determines if the field is disabled.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="flabel.html">flabel</a></p>
-</td>
-<td>
-<code><span class="keyword">val </span><span class="identifier">flabel</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-field-label/index.html"><span class="identifier">FieldLabel</span></a></code>
-<p>Form field label.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="input.html">input</a></p>
-</td>
-<td>
-<code><span class="keyword">abstract</span> <span class="keyword">val </span><span class="identifier">input</span><span class="symbol">: </span><a href="../-abstract-text-input/index.html"><span class="identifier">AbstractTextInput</span></a></code>
-<p>The actual input component.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="label.html">label</a></p>
-</td>
-<td>
-<code><span class="keyword">var </span><span class="identifier">label</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
-<p>The label text bound to the text input element.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="maxlength.html">maxlength</a></p>
-</td>
-<td>
-<code><span class="keyword">var </span><span class="identifier">maxlength</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span></code>
-<p>Maximal length of the text input value.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="name.html">name</a></p>
-</td>
-<td>
-<code><span class="keyword">var </span><span class="identifier">name</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
-<p>The name attribute of the generated HTML input element.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="placeholder.html">placeholder</a></p>
-</td>
-<td>
-<code><span class="keyword">var </span><span class="identifier">placeholder</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
-<p>The placeholder for the text input.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="readonly.html">readonly</a></p>
-</td>
-<td>
-<code><span class="keyword">var </span><span class="identifier">readonly</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code>
-<p>Determines if the text input is read-only.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="rich.html">rich</a></p>
-</td>
-<td>
-<code><span class="keyword">var </span><span class="identifier">rich</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
-<p>Determines if <a href="label.html">label</a> can contain HTML code.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="size.html">size</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-input-size/index.html"><span class="identifier">InputSize</span></a><span class="symbol">?</span></code>
-<p>Input control size.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="start-value.html">startValue</a></p>
-</td>
-<td>
-<code><span class="keyword">var </span><span class="identifier">startValue</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
-<p>The value attribute of the generated HTML input element.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="validation-info.html">validationInfo</a></p>
-</td>
-<td>
-<code><span class="keyword">val </span><span class="identifier">validationInfo</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-help-block/index.html"><span class="identifier">HelpBlock</span></a></code>
-<p>Validation info component.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="value.html">value</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">value</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
-<p>Text input value.</p>
-</td>
-</tr>
-</tbody>
-</table>
-<h3>Functions</h3>
-<table>
-<tbody>
-<tr>
-<td>
-<p><a href="blur.html">blur</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">blur</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
-<p>Makes the input element blur.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="focus.html">focus</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">focus</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
-<p>Makes the input element focused.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="get-sn-class.html">getSnClass</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getSnClass</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol">&lt;</span><a href="../../pl.treksoft.kvision.core/-string-bool-pair.html"><span class="identifier">StringBoolPair</span></a><span class="symbol">&gt;</span></code>
-<p>Returns list of CSS class names for current widget in the form of a List.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="remove-event-listeners.html">removeEventListeners</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">removeEventListeners</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code>
-<p>Removes all event listeners from current widget.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="set-event-listener.html">setEventListener</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">T</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a><span class="symbol">&gt;</span> <span class="identifier">setEventListener</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.text.AbstractText$setEventListener(kotlin.Function1((pl.treksoft.kvision.utils.SnOn((pl.treksoft.kvision.form.text.AbstractText.setEventListener.T)), kotlin.Unit)))/block">block</span><span class="symbol">:</span>&nbsp;<span class="identifier">SnOn</span><span class="symbol">&lt;</span><a href="set-event-listener.html#T"><span class="identifier">T</span></a><span class="symbol">&gt;</span><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code>
-<p>Sets an event listener for current widget, keeping the actual type of component.</p>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setEventListener</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.text.AbstractText$setEventListener(kotlin.Function1((pl.treksoft.kvision.utils.SnOn((pl.treksoft.kvision.core.Widget)), kotlin.Unit)))/block">block</span><span class="symbol">:</span>&nbsp;<span class="identifier">SnOn</span><span class="symbol">&lt;</span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a><span class="symbol">&gt;</span><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code>
-<p>Sets an event listener for current widget.</p>
-</td>
-</tr>
-</tbody>
-</table>
-<h3>Inherited Functions</h3>
-<table>
-<tbody>
-<tr>
-<td>
-<p><a href="../../pl.treksoft.kvision.panel/-simple-panel/add.html">add</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">add</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.panel.SimplePanel$add(pl.treksoft.kvision.core.Component)/child">child</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code>
-<p>Adds given component to the current container.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="../../pl.treksoft.kvision.panel/-simple-panel/add-all.html">addAll</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">addAll</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.panel.SimplePanel$addAll(kotlin.collections.List((pl.treksoft.kvision.core.Component)))/children">children</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol">&lt;</span><a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">&gt;</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code>
-<p>Adds a list of components to the current container.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="../../pl.treksoft.kvision.panel/-simple-panel/add-internal.html">addInternal</a></p>
-</td>
-<td>
-<code><span class="keyword">fun </span><span class="identifier">addInternal</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.panel.SimplePanel$addInternal(pl.treksoft.kvision.core.Component)/child">child</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code>
-<p>Protected and final method to add given component to the current container.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="../../pl.treksoft.kvision.panel/-simple-panel/children-v-nodes.html">childrenVNodes</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">childrenVNodes</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-array/index.html"><span class="identifier">Array</span></a><span class="symbol">&lt;</span><span class="identifier">VNode</span><span class="symbol">&gt;</span></code>
-<p>Returns the array of the children Snabbdom vnodes.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="../../pl.treksoft.kvision.panel/-simple-panel/get-children.html">getChildren</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getChildren</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-list/index.html"><span class="identifier">List</span></a><span class="symbol">&lt;</span><a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">&gt;</span></code>
-<p>Returns a list of children of the current container.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="../../pl.treksoft.kvision.form/-string-form-control/get-value.html">getValue</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getValue</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
-<p>Returns the value of the control.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="../../pl.treksoft.kvision.form/-string-form-control/get-value-as-string.html">getValueAsString</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">getValueAsString</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
-<p>Returns the value of the control as a String.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="../../pl.treksoft.kvision.panel/-simple-panel/remove.html">remove</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">remove</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.panel.SimplePanel$remove(pl.treksoft.kvision.core.Component)/child">child</span><span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-component/index.html"><span class="identifier">Component</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code>
-<p>Removes given component from the current container.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="../../pl.treksoft.kvision.panel/-simple-panel/remove-all.html">removeAll</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">removeAll</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code>
-<p>Removes all children from the current container.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="../../pl.treksoft.kvision.panel/-simple-panel/render.html">render</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">render</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><span class="identifier">VNode</span></code>
-<p>Renders current component as a Snabbdom vnode.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="../../pl.treksoft.kvision.form/-string-form-control/set-value.html">setValue</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setValue</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.StringFormControl$setValue(kotlin.Any)/v">v</span><span class="symbol">:</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-any/index.html"><span class="identifier">Any</span></a><span class="symbol">?</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
-<p>Sets the value of the control.</p>
-</td>
-</tr>
-</tbody>
-</table>
-<h3>Inheritors</h3>
-<table>
-<tbody>
-<tr>
-<td>
-<p><a href="../-rich-text/index.html">RichText</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">RichText</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="./index.html"><span class="identifier">AbstractText</span></a></code>
-<p>Form field rich text component.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="../-text/index.html">Text</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Text</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="./index.html"><span class="identifier">AbstractText</span></a></code>
-<p>Form field text component.</p>
-</td>
-</tr>
-<tr>
-<td>
-<p><a href="../-text-area/index.html">TextArea</a></p>
-</td>
-<td>
-<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">TextArea</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="./index.html"><span class="identifier">AbstractText</span></a></code>
-<p>Form field textarea component.</p>
-</td>
-</tr>
-</tbody>
-</table>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/input.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/input.html
deleted file mode 100644
index 164fba23..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/input.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.input - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./input.html">input</a><br/>
-<br/>
-<h1>input</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$input"></a>
-<code><span class="keyword">abstract</span> <span class="keyword">val </span><span class="identifier">input</span><span class="symbol">: </span><a href="../-abstract-text-input/index.html"><span class="identifier">AbstractTextInput</span></a></code>
-<p>Overrides <a href="../../pl.treksoft.kvision.form/-form-control/input.html">FormControl.input</a></p>
-<p>The actual input component.</p>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/label.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/label.html
deleted file mode 100644
index a7694d44..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/label.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.label - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./label.html">label</a><br/>
-<br/>
-<h1>label</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$label"></a>
-<code><span class="keyword">var </span><span class="identifier">label</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
-<p>The label text bound to the text input element.</p>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/maxlength.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/maxlength.html
deleted file mode 100644
index cee6a3cd..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/maxlength.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.maxlength - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./maxlength.html">maxlength</a><br/>
-<br/>
-<h1>maxlength</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$maxlength"></a>
-<code><span class="keyword">var </span><span class="identifier">maxlength</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-int/index.html"><span class="identifier">Int</span></a><span class="symbol">?</span></code>
-<p>Maximal length of the text input value.</p>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/name.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/name.html
deleted file mode 100644
index 18cef6cf..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/name.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.name - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./name.html">name</a><br/>
-<br/>
-<h1>name</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$name"></a>
-<code><span class="keyword">var </span><span class="identifier">name</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
-<p>The name attribute of the generated HTML input element.</p>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/placeholder.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/placeholder.html
deleted file mode 100644
index a77ec12b..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/placeholder.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.placeholder - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./placeholder.html">placeholder</a><br/>
-<br/>
-<h1>placeholder</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$placeholder"></a>
-<code><span class="keyword">var </span><span class="identifier">placeholder</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
-<p>The placeholder for the text input.</p>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/readonly.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/readonly.html
deleted file mode 100644
index 4fb522c5..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/readonly.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.readonly - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./readonly.html">readonly</a><br/>
-<br/>
-<h1>readonly</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$readonly"></a>
-<code><span class="keyword">var </span><span class="identifier">readonly</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code>
-<p>Determines if the text input is read-only.</p>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/remove-event-listeners.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/remove-event-listeners.html
deleted file mode 100644
index bd341759..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/remove-event-listeners.html
+++ /dev/null
@@ -1,18 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.removeEventListeners - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./remove-event-listeners.html">removeEventListeners</a><br/>
-<br/>
-<h1>removeEventListeners</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$removeEventListeners()"></a>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">removeEventListeners</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code>
-<p>Overrides <a href="../../pl.treksoft.kvision.core/-widget/remove-event-listeners.html">Widget.removeEventListeners</a></p>
-<p>Removes all event listeners from current widget.</p>
-<p><strong>Return</strong><br/>
-current widget</p>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/rich.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/rich.html
deleted file mode 100644
index 91dbcb4a..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/rich.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.rich - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./rich.html">rich</a><br/>
-<br/>
-<h1>rich</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$rich"></a>
-<code><span class="keyword">var </span><span class="identifier">rich</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a></code>
-<p>Determines if <a href="label.html">label</a> can contain HTML code.</p>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/set-event-listener.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/set-event-listener.html
deleted file mode 100644
index b7e101f5..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/set-event-listener.html
+++ /dev/null
@@ -1,54 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.setEventListener - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./set-event-listener.html">setEventListener</a><br/>
-<br/>
-<h1>setEventListener</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$setEventListener(kotlin.Function1((pl.treksoft.kvision.utils.SnOn((pl.treksoft.kvision.form.text.AbstractText.setEventListener.T)), kotlin.Unit)))"></a>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="symbol">&lt;</span><span class="identifier">T</span>&nbsp;<span class="symbol">:</span>&nbsp;<a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a><span class="symbol">&gt;</span> <span class="identifier">setEventListener</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.text.AbstractText$setEventListener(kotlin.Function1((pl.treksoft.kvision.utils.SnOn((pl.treksoft.kvision.form.text.AbstractText.setEventListener.T)), kotlin.Unit)))/block">block</span><span class="symbol">:</span>&nbsp;<span class="identifier">SnOn</span><span class="symbol">&lt;</span><a href="set-event-listener.html#T"><span class="identifier">T</span></a><span class="symbol">&gt;</span><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code>
-<p>Overrides <a href="../../pl.treksoft.kvision.core/-widget/set-event-listener.html">Widget.setEventListener</a></p>
-<p>Sets an event listener for current widget, keeping the actual type of component.</p>
-<h3>Parameters</h3>
-<p><a name="T"></a>
-<code>T</code> - widget type</p>
-<p><a name="block"></a>
-<code>block</code> - event handler</p>
-<p><strong>Return</strong><br/>
-<p>current widget</p>
-
-
-<p>Example:</p>
-
-
-<pre><code> button.setEventListener&lt;Button&gt; {
- dblclick = {
- Alert.show("Button double clicked!")
- // self is of type Button here
- }
- }</code></pre></p>
-<a name="pl.treksoft.kvision.form.text.AbstractText$setEventListener(kotlin.Function1((pl.treksoft.kvision.utils.SnOn((pl.treksoft.kvision.core.Widget)), kotlin.Unit)))"></a>
-<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">setEventListener</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.text.AbstractText$setEventListener(kotlin.Function1((pl.treksoft.kvision.utils.SnOn((pl.treksoft.kvision.core.Widget)), kotlin.Unit)))/block">block</span><span class="symbol">:</span>&nbsp;<span class="identifier">SnOn</span><span class="symbol">&lt;</span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a><span class="symbol">&gt;</span><span class="symbol">.</span><span class="symbol">(</span><span class="symbol">)</span>&nbsp;<span class="symbol">-&gt;</span>&nbsp;<a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code>
-<p>Overrides <a href="../../pl.treksoft.kvision.core/-widget/set-event-listener.html">Widget.setEventListener</a></p>
-<p>Sets an event listener for current widget.</p>
-<h3>Parameters</h3>
-<p><a name="block"></a>
-<code>block</code> - event handler</p>
-<p><strong>Return</strong><br/>
-<p>current widget</p>
-
-
-<p>Example:</p>
-
-
-<pre><code> button.setEventListener {
- dblclick = {
- Alert.show("Button double clicked!")
- // self is of type Widget here
- }
- }</code></pre></p>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/size.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/size.html
deleted file mode 100644
index c36bd017..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/size.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.size - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./size.html">size</a><br/>
-<br/>
-<h1>size</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$size"></a>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-input-size/index.html"><span class="identifier">InputSize</span></a><span class="symbol">?</span></code>
-<p>Overrides <a href="../../pl.treksoft.kvision.form/-form-control/size.html">FormControl.size</a></p>
-<p>Input control size.</p>
-<p><strong>Getter</strong><br/>
-<p>Input control size.</p>
-</p>
-<p><strong>Setter</strong><br/>
-<p>Input control size.</p>
-</p>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/start-value.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/start-value.html
deleted file mode 100644
index 01635bc7..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/start-value.html
+++ /dev/null
@@ -1,17 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.startValue - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./start-value.html">startValue</a><br/>
-<br/>
-<h1>startValue</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$startValue"></a>
-<code><span class="keyword">var </span><span class="identifier">startValue</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
-<p>The value attribute of the generated HTML input element.</p>
-<p>This value is placed directly in generated HTML code, while the <a href="value.html">value</a> property is dynamically
-bound to the text input value.</p>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/validation-info.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/validation-info.html
deleted file mode 100644
index 2b8e832f..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/validation-info.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.validationInfo - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./validation-info.html">validationInfo</a><br/>
-<br/>
-<h1>validationInfo</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$validationInfo"></a>
-<code><span class="keyword">val </span><span class="identifier">validationInfo</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-help-block/index.html"><span class="identifier">HelpBlock</span></a></code>
-<p>Overrides <a href="../../pl.treksoft.kvision.form/-form-control/validation-info.html">FormControl.validationInfo</a></p>
-<p>Validation info component.</p>
-</BODY>
-</HTML>
diff --git a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/value.html b/docs/api/pl.treksoft.kvision.form.text/-abstract-text/value.html
deleted file mode 100644
index 44673562..00000000
--- a/docs/api/pl.treksoft.kvision.form.text/-abstract-text/value.html
+++ /dev/null
@@ -1,22 +0,0 @@
-<HTML>
-<HEAD>
-<meta charset="UTF-8">
-<title>AbstractText.value - kvision</title>
-<link rel="stylesheet" href="../../../style.css">
-</HEAD>
-<BODY>
-<a href="../../index.html">kvision</a>&nbsp;/&nbsp;<a href="../index.html">pl.treksoft.kvision.form.text</a>&nbsp;/&nbsp;<a href="index.html">AbstractText</a>&nbsp;/&nbsp;<a href="./value.html">value</a><br/>
-<br/>
-<h1>value</h1>
-<a name="pl.treksoft.kvision.form.text.AbstractText$value"></a>
-<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">value</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code>
-<p>Overrides <a href="../../pl.treksoft.kvision.form/-string-form-control/value.html">StringFormControl.value</a></p>
-<p>Text input value.</p>
-<p><strong>Getter</strong><br/>
-<p>Text value.</p>
-</p>
-<p><strong>Setter</strong><br/>
-<p>Text value.</p>
-</p>
-</BODY>
-</HTML>