From 806edfceeefe7fda47924f97237974e99fe28a02 Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Mon, 2 Apr 2018 01:35:47 +0200 Subject: API documentantion update --- .../-upload/upload.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 api/pl.treksoft.kvision.form.upload/-upload/upload.html (limited to 'api/pl.treksoft.kvision.form.upload/-upload/upload.html') diff --git a/api/pl.treksoft.kvision.form.upload/-upload/upload.html b/api/pl.treksoft.kvision.form.upload/-upload/upload.html new file mode 100644 index 00000000..b81d1c6c --- /dev/null +++ b/api/pl.treksoft.kvision.form.upload/-upload/upload.html @@ -0,0 +1,19 @@ + + + +Upload.upload - kvision + + + +kvision / pl.treksoft.kvision.form.upload / Upload / upload
+
+

upload

+ +open fun upload(): Unit +

Trigger ajax upload (only for ajax mode).

+ +fun Container.upload(uploadUrl: String? = null, multiple: Boolean = false, label: String? = null, rich: Boolean = false, init: Upload.() -> Unit = null): Upload +

DSL builder extension function.

+

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

+ + -- cgit