From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001
From: Robert Jaros
<init>
-
-SpinnerInput(value: Number? = null, min: Int? = null, max: Int? = null, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: ButtonsType = ButtonsType.VERTICAL, forceType: ForceType = ForceType.NONE, classes: Set<String> = setOf())
+
+SpinnerInput(value: Number? = null, min: Int? = null, max: Int? = null, step: Double = DEFAULT_STEP, decimals: Int = 0, buttonsType: ButtonsType = ButtonsType.VERTICAL, forceType: ForceType = ForceType.NONE, buttonStyle: ButtonStyle? = null, classes: Set<String> = setOf())
Parameters
@@ -25,6 +25,8 @@
buttonsType - spinner buttons type
forceType - spinner force rounding type
+buttonStyle - the style of the up/down buttons
classes - a set of CSS class names
Constructor
diff --git a/api/pl.treksoft.kvision.form.spinner/-spinner-input/button-style.html b/api/pl.treksoft.kvision.form.spinner/-spinner-input/button-style.html
new file mode 100644
index 00000000..60dcae96
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.spinner/-spinner-input/button-style.html
@@ -0,0 +1,21 @@
+
+
var buttonStyle: ButtonStyle?
+The style of the up/down buttons.
+Getter
+
The style of the up/down buttons.
+ +Setter
+
The style of the up/down buttons.
+ + + diff --git a/api/pl.treksoft.kvision.form.spinner/-spinner-input/buttons-type.html b/api/pl.treksoft.kvision.form.spinner/-spinner-input/buttons-type.html index b9191d5b..237f5317 100644 --- a/api/pl.treksoft.kvision.form.spinner/-spinner-input/buttons-type.html +++ b/api/pl.treksoft.kvision.form.spinner/-spinner-input/buttons-type.html @@ -9,13 +9,7 @@var buttonsType: ButtonsType
-Spinner buttons type.
-Getter
-
Spinner buttons type.
- -Setter
-
Spinner buttons type.
- +val buttonsType: ButtonsType
+spinner buttons type