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.form.upload/-upload/index.html | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
(limited to 'api/pl.treksoft.kvision.form.upload/-upload/index.html')
diff --git a/api/pl.treksoft.kvision.form.upload/-upload/index.html b/api/pl.treksoft.kvision.form.upload/-upload/index.html
index f8698c5a..18942809 100644
--- a/api/pl.treksoft.kvision.form.upload/-upload/index.html
+++ b/api/pl.treksoft.kvision.form.upload/-upload/index.html
@@ -513,6 +513,15 @@ If not set the upload button action will default to form submission.
|
(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)
|
@@ -761,7 +770,7 @@ If not set the upload button action will default to form submission.
|
DSL builder extension function.
-fun Container.maps(lat: Number, lng: Number, zoom: Number, classes: Set<String> = setOf(), init: (Maps.() -> Unit)? = null): Maps |
+fun Container.maps(lat: Number, lng: Number, zoom: Number, showMarker: Boolean = false, classes: Set<String> = setOf(), init: (Maps.() -> Unit)? = null): Maps
|
--
cgit
|