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 --- api/pl.treksoft.kvision.form.range/range.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 api/pl.treksoft.kvision.form.range/range.html (limited to 'api/pl.treksoft.kvision.form.range/range.html') diff --git a/api/pl.treksoft.kvision.form.range/range.html b/api/pl.treksoft.kvision.form.range/range.html new file mode 100644 index 00000000..10388a75 --- /dev/null +++ b/api/pl.treksoft.kvision.form.range/range.html @@ -0,0 +1,16 @@ + + + +range - kvision + + + +kvision / pl.treksoft.kvision.form.range / range
+
+

range

+ +fun Container.range(value: Number? = null, name: String? = null, min: Number = 0, max: Number = 100, step: Number = DEFAULT_STEP, label: String? = null, rich: Boolean = false, init: (Range.() -> Unit)? = null): Range +

DSL builder extension function.

+

It takes the same parameters as the constructor of the built component.

+ + -- cgit