From 12d2bd198c9ff5cb197e50da2d024a2418b8ee36 Mon Sep 17 00:00:00 2001
From: Robert Jaros
Date: Sat, 2 Jun 2018 00:47:15 +0200
Subject: Upgrade to 0.0.13
---
api/pl.treksoft.kvision.form.upload/-upload-input/index.html | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
(limited to 'api/pl.treksoft.kvision.form.upload/-upload-input/index.html')
diff --git a/api/pl.treksoft.kvision.form.upload/-upload-input/index.html b/api/pl.treksoft.kvision.form.upload/-upload-input/index.html
index 3090e5be..916ea5e0 100644
--- a/api/pl.treksoft.kvision.form.upload/-upload-input/index.html
+++ b/api/pl.treksoft.kvision.form.upload/-upload-input/index.html
@@ -202,7 +202,7 @@ If not set the upload button action will default to form submission.
value
-var value: List<File>?
+var value: List<KFile>?
File input value.
|
@@ -326,6 +326,15 @@ If not set the upload button action will default to form submission.
|
+ getNativeFile
+ |
+
+fun getNativeFile(kFile: KFile): File?
+Returns the native JavaScript File object.
+ |
+
+
+|
getSnAttrs
|
--
cgit
|