From 6ce402754e01940fc641f8814eae03599a622b1c Mon Sep 17 00:00:00 2001
From: Robert Jaros
Date: Sun, 9 Feb 2020 14:23:52 +0100
Subject: API documentation for KVision 2.10.0
---
.../-range-input/start-value.html | 27 ++++++++++++++++++++++
1 file changed, 27 insertions(+)
create mode 100644 api/pl.treksoft.kvision.form.range/-range-input/start-value.html
(limited to 'api/pl.treksoft.kvision.form.range/-range-input/start-value.html')
diff --git a/api/pl.treksoft.kvision.form.range/-range-input/start-value.html b/api/pl.treksoft.kvision.form.range/-range-input/start-value.html
new file mode 100644
index 00000000..3c70ba01
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.range/-range-input/start-value.html
@@ -0,0 +1,27 @@
+
+
+
+RangeInput.startValue - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.range / RangeInput / startValue
+
+startValue
+
+var startValue: Number?
+The value attribute of the generated HTML input element.
+This value is placed directly in generated HTML code, while the value property is dynamically
+bound to the range input value.
+Getter
+
The value attribute of the generated HTML input element.
+This value is placed directly in generated HTML code, while the value property is dynamically
+bound to the range input value.
+
+Setter
+
The value attribute of the generated HTML input element.
+This value is placed directly in generated HTML code, while the value property is dynamically
+bound to the range input value.
+
+
+
--
cgit