From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001
From: Robert Jaros
+
-
<init>
-
-Spinner(value: Number? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: ButtonsType = ButtonsType.VERTICAL, forceType: ForceType = ForceType.NONE, label: String? = null, rich: Boolean = false)
+
+Spinner(value: Number? = null, name: String? = null, min: Int = 0, max: Int = DEFAULT_MAX, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: ButtonsType = ButtonsType.VERTICAL, forceType: ForceType = ForceType.NONE, label: String? = null, rich: Boolean = false)
Parameters
+name - the name attribute of the generated HTML input elementmin - minimal value (default 0)label - label text bound to the input elementrich - determines if label can contain HTML coderich - determines if label can contain HTML code
Constructor
open var disabled: Boolean
-Overrides FormControl.disabled
-Determines if the field is disabled.
-diff --git a/api/pl.treksoft.kvision.form.spinner/-spinner/disabled.html b/api/pl.treksoft.kvision.form.spinner/-spinner/disabled.html deleted file mode 100644 index 1e94e006..00000000 --- a/api/pl.treksoft.kvision.form.spinner/-spinner/disabled.html +++ /dev/null @@ -1,16 +0,0 @@ - -
- -
- - -
-