From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001
From: Robert Jaros The validation status of the input. DSL builder extension function. Helper function for creating JavaScript objects from dynamic constructors. Sets context menu for the current widget. DSL builder extension function.
+
+
+
+
+
+open var validationStatus: ValidationStatus?
+
+
-
@@ -195,23 +204,53 @@
Companion Object Functions
+Extension Functions
-
+
-
+
+
+
+
+fun Component.addBsBgColor(bsBgColor: BsBgColor): Unit
+
+
+
+
+
+
+fun Component.addBsBorder(vararg bsBorder: BsBorder): Unit
+
+
+
+
+
+
+fun Component.addBsClearfix(): Unit
+
+
+
+
+
+
+fun Component.addBsColor(bsColor: BsColor): Unit
+
+
+
-
+fun Container.textInput(type: TextInputType = TextInputType.TEXT, value: String? = null, classes: Set<String> = setOf(), init: (TextInput.() -> Unit)? = null): TextInput
+fun Component.addBsRounded(vararg bsRounded: BsRounded): Unit
+
-
-
+
+
+
+
fun Widget.contextMenu(fixedPosition: Boolean = false, classes: Set<String> = setOf(), init: (ContextMenu.() -> Unit)? = null): ContextMenu
Extension Functions
-
-
+
@@ -221,6 +260,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
+
fun Container.textInput(type: TextInputType = TextInputType.TEXT, value: String? = null, classes: Set<String> = setOf(), init: (TextInput.() -> Unit)? = null): TextInput
-DSL builder extension function.
-It takes the same parameters as the constructor of the built component.
-diff --git a/api/pl.treksoft.kvision.form.text/-text-input/text-input.html b/api/pl.treksoft.kvision.form.text/-text-input/text-input.html deleted file mode 100644 index 7dfa223e..00000000 --- a/api/pl.treksoft.kvision.form.text/-text-input/text-input.html +++ /dev/null @@ -1,16 +0,0 @@ - -
- -
- - -
-