From 0a6e242e88964d2049f2ec5de78ed84c54a856a7 Mon Sep 17 00:00:00 2001
From: Robert Jaros
Date: Fri, 27 Mar 2020 23:00:56 +0100
Subject: API documentation for KVision 3.6.0
---
api/pl.treksoft.kvision.html/index.html | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
(limited to 'api/pl.treksoft.kvision.html/index.html')
diff --git a/api/pl.treksoft.kvision.html/index.html b/api/pl.treksoft.kvision.html/index.html
index 50c6c7da..5116d1d8 100644
--- a/api/pl.treksoft.kvision.html/index.html
+++ b/api/pl.treksoft.kvision.html/index.html
@@ -79,6 +79,15 @@ Support for Handlebars.js templates is included.
|
(js)
+
+ |
+
+ HTML custom tag component.
+open class CustomTag : Tag |
+
+
+|
+(js)
|
@@ -327,6 +336,15 @@ Support for Handlebars.js templates is included.
|
|
(js)
+
+ |
+
+ DSL builder extension function.
+fun Container.customTag(elementName: String, content: String? = null, rich: Boolean = false, align: Align? = null, classes: Set<String> = setOf(), attributes: Map<String, String> = mapOf(), init: (CustomTag.() -> Unit)? = null): CustomTag |
+
+
+|
+(js)
|
--
cgit
|