From eb930482e9972a21d39f2aea8b813acf58ff5b64 Mon Sep 17 00:00:00 2001
From: Robert Jaros Constructor Overrides Tag.getSnClass Returns list of CSS class names for current widget in the form of a List. Return Icon type. Getter Icon type.
-
-<init>
-
-Icon(icon: String)
-Parameters
-
-
-
-
-getSnClass
-
-protected open fun getSnClass(): List<StringBoolPair>
-
-list of CSS class names
-
-icon
-
-var icon: String
-
-
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 @@ - - - -open class Icon : Tag
-Icon component with support for FontAwesome and Bootstrap glyphicons.
-- - | -
-Icon(icon: String) |
-
- - | -
-var icon: String
-Icon type. - |
-
- - | -
-var align: Align?
-Text align. - |
-
- - | -
-open var content: String?
-Text content of the tag. - |
-
- - | -
-open var rich: Boolean
-Determines if content can contain HTML code. - |
-
- - | -
-open var template: (Any?) -> String
-Handlebars template. - |
-
- - | -
-open var templates: Map<String, (Any?) -> String>
-Handlebars templates for i18n. - |
-
- - | -
-var type: TAG
-Tag type. - |
-
- - | -
-open fun getSnClass(): List<StringBoolPair>
-Returns list of CSS class names for current widget in the form of a List. - |
-
- - | -
-open fun render(): VNode
-Renders current component as a Snabbdom vnode. - |
-
- - | -
-fun Container.icon(icon: String, init: Icon.() -> Unit = null): Icon
-DSL builder extension function. - |
-