summaryrefslogtreecommitdiff
path: root/api/kvision/pl.treksoft.kvision.form.text/-abstract-text-input/start-value.html
diff options
context:
space:
mode:
Diffstat (limited to 'api/kvision/pl.treksoft.kvision.form.text/-abstract-text-input/start-value.html')
-rw-r--r--api/kvision/pl.treksoft.kvision.form.text/-abstract-text-input/start-value.html27
1 files changed, 27 insertions, 0 deletions
diff --git a/api/kvision/pl.treksoft.kvision.form.text/-abstract-text-input/start-value.html b/api/kvision/pl.treksoft.kvision.form.text/-abstract-text-input/start-value.html
new file mode 100644
index 00000000..31d55e65
--- /dev/null
+++ b/api/kvision/pl.treksoft.kvision.form.text/-abstract-text-input/start-value.html
@@ -0,0 +1,27 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>AbstractTextInput.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">AbstractTextInput</a>&nbsp;/&nbsp;<a href="./start-value.html">startValue</a><br/>
+<br/>
+<h1>startValue</h1>
+<a name="pl.treksoft.kvision.form.text.AbstractTextInput$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>
+<p><strong>Getter</strong><br/>
+<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>
+</p>
+<p><strong>Setter</strong><br/>
+<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>
+</p>
+</BODY>
+</HTML>