From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001
From: Robert Jaros
- Constructor Number of columns. Getter Number of columns.
-
-<init>
-
-TextAreaInput(cols: Int? = null, rows: Int? = null, value: String? = null, classes: Set<String> = setOf())
-Parameters
-
-
-
-classes - a set of CSS class names
-
-
-cols
-
-var cols: Int?
-
-
Setter
-
Number of columns.
- - - diff --git a/docs/api/pl.treksoft.kvision.form.text/-text-area-input/get-sn-attrs.html b/docs/api/pl.treksoft.kvision.form.text/-text-area-input/get-sn-attrs.html deleted file mode 100644 index 454e13de..00000000 --- a/docs/api/pl.treksoft.kvision.form.text/-text-area-input/get-sn-attrs.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -protected open fun getSnAttrs(): List<StringPair>
-Overrides AbstractTextInput.getSnAttrs
-Returns list of element attributes in the form of a List.
-Return
-list of element attributes
open class TextAreaInput : AbstractTextInput
-Basic textarea component.
-| - - | -
-TextAreaInput(cols: Int? = null, rows: Int? = null, value: String? = null, classes: Set<String> = setOf()) |
-
| - - | -
-var cols: Int?
-Number of columns. - |
-
| - - | -
-var rows: Int?
-Number of rows. - |
-
| - - | -
-var wrapHard: Boolean
-Determines if hard wrapping is enabled for the textarea element. - |
-
| - - | -
-var autofocus: Boolean?
-Determines if the text input is automatically focused. - |
-
| - - | -
-var disabled: Boolean
-Determines if the field is disabled. - |
-
| - - | -
-var maxlength: Int?
-Maximal length of the text input value. - |
-
| - - | -
-var name: String?
-The name attribute of the generated HTML input element. - |
-
| - - | -
-var placeholder: String?
-The placeholder for the text input. - |
-
| - - | -
-var readonly: Boolean?
-Determines if the text input is read-only. - |
-
| - - | -
-var size: InputSize?
-The size of the input. - |
-
| - - | -
-var startValue: String?
-The value attribute of the generated HTML input element. - |
-
| - - | -
-var value: String?
-Text input value. - |
-
| - - | -
-open fun getSnAttrs(): List<StringPair>
-Returns list of element attributes in the form of a List. - |
-
| - - | -
-open fun render(): VNode
-Renders current component as a Snabbdom vnode. - |
-
| - - | -
-open fun afterInsert(node: VNode): Unit
-Method called after inserting Snabbdom vnode into the DOM. - |
-
| - - | -
-open fun afterPostpatch(node: VNode): Unit
-Method called after updating Snabbdom vnode. - |
-
| - - | -
-open fun blur(): Unit
-Makes the input element blur. - |
-
| - - | -
-open fun focus(): Unit
-Makes the input element focused. - |
-
| - - | -
-open fun getSnClass(): List<StringBoolPair>
-Returns list of CSS class names for current widget in the form of a List. - |
-
| - - | -
-fun Container.textAreaInput(cols: Int? = null, rows: Int? = null, value: String? = null, classes: Set<String> = setOf(), init: TextAreaInput.() -> Unit = null): TextAreaInput
-DSL builder extension function. - |
-
protected open fun render(): VNode
-Overrides Widget.render
-Renders current component as a Snabbdom vnode.
-Return
-Snabbdom vnode
var rows: Int?
-Number of rows.
-Getter
-
Number of rows.
- -Setter
-
Number of rows.
- - - diff --git a/docs/api/pl.treksoft.kvision.form.text/-text-area-input/text-area-input.html b/docs/api/pl.treksoft.kvision.form.text/-text-area-input/text-area-input.html deleted file mode 100644 index c3a2a003..00000000 --- a/docs/api/pl.treksoft.kvision.form.text/-text-area-input/text-area-input.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -fun Container.textAreaInput(cols: Int? = null, rows: Int? = null, value: String? = null, classes: Set<String> = setOf(), init: TextAreaInput.() -> Unit = null): TextAreaInput
-DSL builder extension function.
-It takes the same parameters as the constructor of the built component.
- - diff --git a/docs/api/pl.treksoft.kvision.form.text/-text-area-input/wrap-hard.html b/docs/api/pl.treksoft.kvision.form.text/-text-area-input/wrap-hard.html deleted file mode 100644 index 782b9997..00000000 --- a/docs/api/pl.treksoft.kvision.form.text/-text-area-input/wrap-hard.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -var wrapHard: Boolean
-Determines if hard wrapping is enabled for the textarea element.
-Getter
-
Determines if hard wrapping is enabled for the textarea element.
- -Setter
-
Determines if hard wrapping is enabled for the textarea element.
- - - -- cgit