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
---
.../-upload-input/get-native-file.html | 20 ++++++++++++++++++++
.../-upload-input/index.html | 11 ++++++++++-
.../-upload-input/value.html | 2 +-
3 files changed, 31 insertions(+), 2 deletions(-)
create mode 100644 api/pl.treksoft.kvision.form.upload/-upload-input/get-native-file.html
(limited to 'api/pl.treksoft.kvision.form.upload/-upload-input')
diff --git a/api/pl.treksoft.kvision.form.upload/-upload-input/get-native-file.html b/api/pl.treksoft.kvision.form.upload/-upload-input/get-native-file.html
new file mode 100644
index 00000000..267baba1
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.upload/-upload-input/get-native-file.html
@@ -0,0 +1,20 @@
+
+
+
+UploadInput.getNativeFile - kvision
+
+
+
+kvision / pl.treksoft.kvision.form.upload / UploadInput / getNativeFile
+
+getNativeFile
+
+fun getNativeFile ( kFile : KFile ) : File ?
+Returns the native JavaScript File object.
+Parameters
+
+kFile - KFile object
+Return
+File object
+
+
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
diff --git a/api/pl.treksoft.kvision.form.upload/-upload-input/value.html b/api/pl.treksoft.kvision.form.upload/-upload-input/value.html
index a740df1a..d26d2dc3 100644
--- a/api/pl.treksoft.kvision.form.upload/-upload-input/value.html
+++ b/api/pl.treksoft.kvision.form.upload/-upload-input/value.html
@@ -9,7 +9,7 @@
value
-var value : List < File > ?
+var value : List < KFile > ?
File input value.