From f3c9d405382dd81d426c7eab1f6390ec8e6dad00 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 5 Mar 2018 08:45:25 +0100 Subject: Documentation update. --- .../-rich-text-input/-init-.html | 21 --- .../-rich-text-input/after-destroy.html | 16 -- .../-rich-text-input/after-insert.html | 16 -- .../-rich-text-input/get-sn-attrs.html | 18 -- .../-rich-text-input/index.html | 208 --------------------- .../-rich-text-input/render.html | 18 -- .../-rich-text-input/rich-text-input.html | 16 -- 7 files changed, 313 deletions(-) delete mode 100644 docs/api/pl.treksoft.kvision.form.text/-rich-text-input/-init-.html delete mode 100644 docs/api/pl.treksoft.kvision.form.text/-rich-text-input/after-destroy.html delete mode 100644 docs/api/pl.treksoft.kvision.form.text/-rich-text-input/after-insert.html delete mode 100644 docs/api/pl.treksoft.kvision.form.text/-rich-text-input/get-sn-attrs.html delete mode 100644 docs/api/pl.treksoft.kvision.form.text/-rich-text-input/index.html delete mode 100644 docs/api/pl.treksoft.kvision.form.text/-rich-text-input/render.html delete mode 100644 docs/api/pl.treksoft.kvision.form.text/-rich-text-input/rich-text-input.html (limited to 'docs/api/pl.treksoft.kvision.form.text/-rich-text-input') diff --git a/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/-init-.html b/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/-init-.html deleted file mode 100644 index 960d96db..00000000 --- a/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/-init-.html +++ /dev/null @@ -1,21 +0,0 @@ - - - -RichTextInput.<init> - kvision - - - -kvision / pl.treksoft.kvision.form.text / RichTextInput / <init>
-
-

<init>

- -RichTextInput(value: String? = null, classes: Set<String> = setOf()) -

Parameters

-

-value - text input value

-

-classes - a set of CSS class names

-

Constructor
-

- - diff --git a/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/after-destroy.html b/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/after-destroy.html deleted file mode 100644 index ba64d80f..00000000 --- a/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/after-destroy.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -RichTextInput.afterDestroy - kvision - - - -kvision / pl.treksoft.kvision.form.text / RichTextInput / afterDestroy
-
-

afterDestroy

- -protected open fun afterDestroy(): Unit -

Overrides Widget.afterDestroy

-

Method called after destroying Snabbdom vnode.

- - diff --git a/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/after-insert.html b/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/after-insert.html deleted file mode 100644 index 9f9d720a..00000000 --- a/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/after-insert.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -RichTextInput.afterInsert - kvision - - - -kvision / pl.treksoft.kvision.form.text / RichTextInput / afterInsert
-
-

afterInsert

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

Overrides AbstractTextInput.afterInsert

-

Method called after inserting Snabbdom vnode into the DOM.

- - diff --git a/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/get-sn-attrs.html b/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/get-sn-attrs.html deleted file mode 100644 index 80e29d05..00000000 --- a/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/get-sn-attrs.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -RichTextInput.getSnAttrs - kvision - - - -kvision / pl.treksoft.kvision.form.text / RichTextInput / 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/-rich-text-input/index.html b/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/index.html deleted file mode 100644 index 02d88253..00000000 --- a/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/index.html +++ /dev/null @@ -1,208 +0,0 @@ - - - -RichTextInput - kvision - - - -kvision / pl.treksoft.kvision.form.text / RichTextInput
-
-

RichTextInput

-open class RichTextInput : AbstractTextInput -

Basic rich text component.

-

Constructors

- - - - - - - -
-

<init>

-
-RichTextInput(value: String? = null, classes: Set<String> = setOf())
-

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

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

afterDestroy

-
-open fun afterDestroy(): Unit -

Method called after destroying Snabbdom vnode.

-
-

afterInsert

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

Method called after inserting Snabbdom vnode into the DOM.

-
-

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

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

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

- - - - - - - -
-

richTextInput

-
-fun Container.richTextInput(value: String? = null, classes: Set<String> = setOf(), init: RichTextInput.() -> Unit = null): RichTextInput -

DSL builder extension function.

-
- - diff --git a/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/render.html b/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/render.html deleted file mode 100644 index ad34258c..00000000 --- a/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/render.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -RichTextInput.render - kvision - - - -kvision / pl.treksoft.kvision.form.text / RichTextInput / 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/-rich-text-input/rich-text-input.html b/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/rich-text-input.html deleted file mode 100644 index 3720d993..00000000 --- a/docs/api/pl.treksoft.kvision.form.text/-rich-text-input/rich-text-input.html +++ /dev/null @@ -1,16 +0,0 @@ - - - -RichTextInput.richTextInput - kvision - - - -kvision / pl.treksoft.kvision.form.text / RichTextInput / richTextInput
-
-

richTextInput

- -fun Container.richTextInput(value: String? = null, classes: Set<String> = setOf(), init: RichTextInput.() -> Unit = null): RichTextInput -

DSL builder extension function.

-

It takes the same parameters as the constructor of the built component.

- - -- cgit