From 107481f9ad5783daed68de8dadea65be57a6266b Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Thu, 1 Mar 2018 14:21:24 +0100 Subject: Site initial commit --- .../-text-input/-init-.html | 23 --- .../-text-input/autocomplete.html | 21 -- .../-text-input/get-sn-attrs.html | 18 -- .../-text-input/index.html | 222 --------------------- .../-text-input/render.html | 18 -- .../-text-input/text-input.html | 16 -- .../-text-input/type.html | 21 -- 7 files changed, 339 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.form.text/-text-input/-init-.html delete mode 100644 docs/api/pl.treksoft.kvision.form.text/-text-input/autocomplete.html delete mode 100644 docs/api/pl.treksoft.kvision.form.text/-text-input/get-sn-attrs.html delete mode 100644 docs/api/pl.treksoft.kvision.form.text/-text-input/index.html delete mode 100644 docs/api/pl.treksoft.kvision.form.text/-text-input/render.html delete mode 100644 docs/api/pl.treksoft.kvision.form.text/-text-input/text-input.html delete mode 100644 docs/api/pl.treksoft.kvision.form.text/-text-input/type.html (limited to 'docs/api/pl.treksoft.kvision.form.text/-text-input') diff --git a/docs/api/pl.treksoft.kvision.form.text/-text-input/-init-.html b/docs/api/pl.treksoft.kvision.form.text/-text-input/-init-.html deleted file mode 100644 index 33fb9e47..00000000 --- a/docs/api/pl.treksoft.kvision.form.text/-text-input/-init-.html +++ /dev/null @@ -1,23 +0,0 @@ - - - -TextInput.<init> - kvision - - - -kvision / pl.treksoft.kvision.form.text / TextInput / <init>
-
-

<init>

- -TextInput(type: TextInputType = TextInputType.TEXT, value: String? = null, classes: Set<String> = setOf()) -

Parameters

-

-type - text input type (default "text")

-

-value - text input value

-

-classes - a set of CSS class names

-

Constructor
-

- - diff --git a/docs/api/pl.treksoft.kvision.form.text/-text-input/autocomplete.html b/docs/api/pl.treksoft.kvision.form.text/-text-input/autocomplete.html deleted file mode 100644 index 3ae2b0fd..00000000 --- a/docs/api/pl.treksoft.kvision.form.text/-text-input/autocomplete.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -TextInput.autocomplete - kvision - - - -kvision / pl.treksoft.kvision.form.text / TextInput / autocomplete
-
-

autocomplete

- -var autocomplete: Boolean? -

Determines if autocomplete is enabled for the input element.

-

Getter
-

Determines if autocomplete is enabled for the input element.

-

-

Setter
-

Determines if autocomplete is enabled for the input element.

-

- - diff --git a/docs/api/pl.treksoft.kvision.form.text/-text-input/get-sn-attrs.html b/docs/api/pl.treksoft.kvision.form.text/-text-input/get-sn-attrs.html deleted file mode 100644 index 02865712..00000000 --- a/docs/api/pl.treksoft.kvision.form.text/-text-input/get-sn-attrs.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -TextInput.getSnAttrs - kvision - - - -kvision / pl.treksoft.kvision.form.text / TextInput / getSnAttrs
-
-

getSnAttrs

- -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

- - diff --git a/docs/api/pl.treksoft.kvision.form.text/-text-input/index.html b/docs/api/pl.treksoft.kvision.form.text/-text-input/index.html deleted file mode 100644 index 676988c4..00000000 --- a/docs/api/pl.treksoft.kvision.form.text/-text-input/index.html +++ /dev/null @@ -1,222 +0,0 @@ - - - -TextInput - kvision - - - -kvision / pl.treksoft.kvision.form.text / TextInput
-
-

TextInput

-open class TextInput : AbstractTextInput -

Basic text component.

-

Constructors

- - - - - - - -
-

<init>

-
-TextInput(type: TextInputType = TextInputType.TEXT, value: String? = null, classes: Set<String> = setOf())
-

Properties

- - - - - - - - - - - -
-

autocomplete

-
-var autocomplete: Boolean? -

Determines if autocomplete is enabled for the input element.

-
-

type

-
-var type: TextInputType -

Text input type.

-
-

Inherited Properties

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-

autofocus

-
-var autofocus: Boolean? -

Determines if the text input is automatically focused.

-
-

disabled

-
-var disabled: Boolean -

Determines if the field is disabled.

-
-

maxlength

-
-var maxlength: Int? -

Maximal length of the text input value.

-
-

name

-
-var name: String? -

The name attribute of the generated HTML input element.

-
-

placeholder

-
-var placeholder: String? -

The placeholder for the text input.

-
-

readonly

-
-var readonly: Boolean? -

Determines if the text input is read-only.

-
-

size

-
-var size: InputSize? -

The size of the input.

-
-

startValue

-
-var startValue: String? -

The value attribute of the generated HTML input element.

-
-

value

-
-var value: String? -

Text input value.

-
-

Functions

- - - - - - - - - - - -
-

getSnAttrs

-
-open fun getSnAttrs(): List<StringPair> -

Returns list of element attributes in the form of a List.

-
-

render

-
-open fun render(): VNode -

Renders current component as a Snabbdom vnode.

-
-

Inherited Functions

- - - - - - - - - - - - - - - - - - - - - - - -
-

afterInsert

-
-open fun afterInsert(node: VNode): Unit -

Method called after inserting Snabbdom vnode into the DOM.

-
-

afterPostpatch

-
-open fun afterPostpatch(node: VNode): Unit -

Method called after updating Snabbdom vnode.

-
-

blur

-
-open fun blur(): Unit -

Makes the input element blur.

-
-

focus

-
-open fun focus(): Unit -

Makes the input element focused.

-
-

getSnClass

-
-open fun getSnClass(): List<StringBoolPair> -

Returns list of CSS class names for current widget in the form of a List.

-
-

Companion Object Functions

- - - - - - - -
-

textInput

-
-fun Container.textInput(type: TextInputType = TextInputType.TEXT, value: String? = null, classes: Set<String> = setOf(), init: TextInput.() -> Unit = null): TextInput -

DSL builder extension function.

-
- - diff --git a/docs/api/pl.treksoft.kvision.form.text/-text-input/render.html b/docs/api/pl.treksoft.kvision.form.text/-text-input/render.html deleted file mode 100644 index 9c969109..00000000 --- a/docs/api/pl.treksoft.kvision.form.text/-text-input/render.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -TextInput.render - kvision - - - -kvision / pl.treksoft.kvision.form.text / TextInput / render
-
-

render

- -protected open fun render(): VNode -

Overrides Widget.render

-

Renders current component as a Snabbdom vnode.

-

Return
-Snabbdom vnode

- - diff --git a/docs/api/pl.treksoft.kvision.form.text/-text-input/text-input.html b/docs/api/pl.treksoft.kvision.form.text/-text-input/text-input.html deleted file mode 100644 index 966ce879..00000000 --- a/docs/api/pl.treksoft.kvision.form.text/-text-input/text-input.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -TextInput.textInput - kvision - - - -kvision / pl.treksoft.kvision.form.text / TextInput / textInput
-
-

textInput

- -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/docs/api/pl.treksoft.kvision.form.text/-text-input/type.html b/docs/api/pl.treksoft.kvision.form.text/-text-input/type.html deleted file mode 100644 index 51ef2a9f..00000000 --- a/docs/api/pl.treksoft.kvision.form.text/-text-input/type.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -TextInput.type - kvision - - - -kvision / pl.treksoft.kvision.form.text / TextInput / type
-
-

type

- -var type: TextInputType -

Text input type.

-

Getter
-

Text input type.

-

-

Setter
-

Text input type.

-

- - -- cgit