From fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb Mon Sep 17 00:00:00 2001 From: Robert Jaros Date: Sat, 26 Oct 2019 00:17:24 +0200 Subject: API documentation for KVision 2.0.0 --- api/pl.treksoft.kvision.form.upload/-upload/upload.html | 4 ---- 1 file changed, 4 deletions(-) (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 index b4f5b861..a879c356 100644 --- a/api/pl.treksoft.kvision.form.upload/-upload/upload.html +++ b/api/pl.treksoft.kvision.form.upload/-upload/upload.html @@ -11,9 +11,5 @@ 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