From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001
From: Robert Jaros The validation status of the input. A tabindex attribute of generated HTML element. Sets context menu for the current widget. DSL builder extension function. Helper function for creating JavaScript objects from dynamic constructors. Sets context menu for the current widget. DSL builder extension function. Overrides FormInput.validationStatus The validation status of the input. Getter The validation status of the input.
+
+
+
+
+
+open var validationStatus: ValidationStatus?
+
+
@@ -177,6 +186,15 @@
+
+
+
+
+
+var tabindex: Int?
+
+
@@ -505,15 +523,6 @@
-
-
-
-
-
-open fun setContextMenu(contextMenu: ContextMenu): Widget
-
-
@@ -608,6 +617,50 @@
+
+
+
+
+
+fun Component.addBsBgColor(bsBgColor: BsBgColor): Unit
+
+
+
+
+
+
+fun Component.addBsBorder(vararg bsBorder: BsBorder): Unit
+
+
+
+
+
+
+fun Component.addBsClearfix(): Unit
+
+
+
+
+
+
+fun Component.addBsColor(bsColor: BsColor): Unit
+
+
+
+
+
+
+fun Component.addBsRounded(vararg bsRounded: BsRounded): Unit
+
+
+
+
+
+
+fun Widget.contextMenu(fixedPosition: Boolean = false, classes: Set<String> = setOf(), init: (ContextMenu.() -> Unit)? = null): ContextMenu
+
+
+
@@ -615,6 +668,59 @@
+
+
+
+
+
+
+fun Component.removeBsBgColor(bsBgColor: BsBgColor): Unit
+
+
+
+
+
+
+fun Component.removeBsBorder(vararg bsBorder: BsBorder): Unit
+
+
+
+
+
+
+fun Component.removeBsClearfix(): Unit
+
+
+
+
+
+
+fun Component.removeBsColor(bsColor: BsColor): Unit
+
+
+
+
+
+
+fun Component.removeBsRounded(vararg bsRounded: BsRounded): Unit
+
+
+
+
+
+
+fun Widget.setContextMenu(contextMenu: ContextMenu): Widget
+
+
+
+
+
+
+fun Widget.style(className: String? = null, init: (Style.() -> Unit)? = null): Style
+Inheritors
diff --git a/api/pl.treksoft.kvision.form.text/-abstract-text-input/validation-status.html b/api/pl.treksoft.kvision.form.text/-abstract-text-input/validation-status.html
new file mode 100644
index 00000000..c25776d3
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.text/-abstract-text-input/validation-status.html
@@ -0,0 +1,22 @@
+
+
+
+
+
+validationStatus
+
+open var validationStatus: ValidationStatus?
+
+
Setter
+
The validation status of the input.
+ + + -- cgit