aboutsummaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.form.range/-range/start-value.html
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2020-02-09 14:23:52 +0100
committerRobert Jaros <rjaros@finn.pl>2020-02-09 14:23:52 +0100
commit6ce402754e01940fc641f8814eae03599a622b1c (patch)
tree5c00c28563f6f1cf35175de6a8f3be5db0ef3075 /api/pl.treksoft.kvision.form.range/-range/start-value.html
parenta817e908e6df82b9b6d69758635c852c7a5f628e (diff)
downloadkvision-6ce402754e01940fc641f8814eae03599a622b1c.tar.gz
kvision-6ce402754e01940fc641f8814eae03599a622b1c.tar.bz2
kvision-6ce402754e01940fc641f8814eae03599a622b1c.zip
API documentation for KVision 2.10.0
Diffstat (limited to 'api/pl.treksoft.kvision.form.range/-range/start-value.html')
-rw-r--r--api/pl.treksoft.kvision.form.range/-range/start-value.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.form.range/-range/start-value.html b/api/pl.treksoft.kvision.form.range/-range/start-value.html
new file mode 100644
index 00000000..fb564c63
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.range/-range/start-value.html
@@ -0,0 +1,17 @@
+<HTML>
+<HEAD>
+<meta charset="UTF-8">
+<title>Range.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.range</a>&nbsp;/&nbsp;<a href="index.html">Range</a>&nbsp;/&nbsp;<a href="./start-value.html">startValue</a><br/>
+<br/>
+<h1>startValue</h1>
+<a name="pl.treksoft.kvision.form.range.Range$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/-number/index.html"><span class="identifier">Number</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 range input value.</p>
+</BODY>
+</HTML>