From eb930482e9972a21d39f2aea8b813acf58ff5b64 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 22 Oct 2018 00:01:39 +0200 Subject: API documentation for KVision 0.0.19 --- .../pl.treksoft.kvision.html/-icon/-init-.html | 19 --- .../-icon/get-sn-class.html | 18 --- .../pl.treksoft.kvision.html/-icon/icon.html | 25 ---- .../pl.treksoft.kvision.html/-icon/index.html | 141 --------------------- 4 files changed, 203 deletions(-) delete mode 100644 api/kvision/pl.treksoft.kvision.html/-icon/-init-.html delete mode 100644 api/kvision/pl.treksoft.kvision.html/-icon/get-sn-class.html delete mode 100644 api/kvision/pl.treksoft.kvision.html/-icon/icon.html delete mode 100644 api/kvision/pl.treksoft.kvision.html/-icon/index.html (limited to 'api/kvision/pl.treksoft.kvision.html/-icon') diff --git a/api/kvision/pl.treksoft.kvision.html/-icon/-init-.html b/api/kvision/pl.treksoft.kvision.html/-icon/-init-.html deleted file mode 100644 index 08671b45..00000000 --- a/api/kvision/pl.treksoft.kvision.html/-icon/-init-.html +++ /dev/null @@ -1,19 +0,0 @@ - - - -Icon.<init> - kvision - - - -kvision / pl.treksoft.kvision.html / Icon / <init>
-
-

<init>

- -Icon(icon: String) -

Parameters

-

-icon - icon name

-

Constructor
-

- - diff --git a/api/kvision/pl.treksoft.kvision.html/-icon/get-sn-class.html b/api/kvision/pl.treksoft.kvision.html/-icon/get-sn-class.html deleted file mode 100644 index ae52c838..00000000 --- a/api/kvision/pl.treksoft.kvision.html/-icon/get-sn-class.html +++ /dev/null @@ -1,18 +0,0 @@ - - - -Icon.getSnClass - kvision - - - -kvision / pl.treksoft.kvision.html / Icon / getSnClass
-
-

getSnClass

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

Overrides Tag.getSnClass

-

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

-

Return
-list of CSS class names

- - diff --git a/api/kvision/pl.treksoft.kvision.html/-icon/icon.html b/api/kvision/pl.treksoft.kvision.html/-icon/icon.html deleted file mode 100644 index 2183247f..00000000 --- a/api/kvision/pl.treksoft.kvision.html/-icon/icon.html +++ /dev/null @@ -1,25 +0,0 @@ - - - -Icon.icon - kvision - - - -kvision / pl.treksoft.kvision.html / Icon / icon
-
-

icon

- -var icon: String -

Icon type.

-

Getter
-

Icon type.

-

-

Setter
-

Icon type.

-

- -fun Container.icon(icon: String, init: Icon.() -> Unit = null): Icon -

DSL builder extension function.

-

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

- - diff --git a/api/kvision/pl.treksoft.kvision.html/-icon/index.html b/api/kvision/pl.treksoft.kvision.html/-icon/index.html deleted file mode 100644 index 53bc8b48..00000000 --- a/api/kvision/pl.treksoft.kvision.html/-icon/index.html +++ /dev/null @@ -1,141 +0,0 @@ - - - -Icon - kvision - - - -kvision / pl.treksoft.kvision.html / Icon
-
-

Icon

-open class Icon : Tag -

Icon component with support for FontAwesome and Bootstrap glyphicons.

-

Constructors

- - - - - - - -
-

<init>

-
-Icon(icon: String)
-

Properties

- - - - - - - -
-

icon

-
-var icon: String -

Icon type.

-
-

Inherited Properties

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

align

-
-var align: Align? -

Text align.

-
-

content

-
-open var content: String? -

Text content of the tag.

-
-

rich

-
-open var rich: Boolean -

Determines if content can contain HTML code.

-
-

template

-
-open var template: (Any?) -> String -

Handlebars template.

-
-

templates

-
-open var templates: Map<String, (Any?) -> String> -

Handlebars templates for i18n.

-
-

type

-
-var type: TAG -

Tag type.

-
-

Functions

- - - - - - - -
-

getSnClass

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

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

-
-

Inherited Functions

- - - - - - - -
-

render

-
-open fun render(): VNode -

Renders current component as a Snabbdom vnode.

-
-

Companion Object Functions

- - - - - - - -
-

icon

-
-fun Container.icon(icon: String, init: Icon.() -> Unit = null): Icon -

DSL builder extension function.

-
- - -- cgit