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/-init-.html | 2 +-
.../-upload/get-native-file.html | 20 ++++++++++++++++++++
.../-upload/get-value-as-string.html | 2 +-
.../-upload/index.html | 21 +++++++++++++++------
.../-upload/value.html | 4 ++--
5 files changed, 39 insertions(+), 10 deletions(-)
create mode 100644 api/pl.treksoft.kvision.form.upload/-upload/get-native-file.html
(limited to 'api/pl.treksoft.kvision.form.upload/-upload')
diff --git a/api/pl.treksoft.kvision.form.upload/-upload/-init-.html b/api/pl.treksoft.kvision.form.upload/-upload/-init-.html
index bec7108c..0978761d 100644
--- a/api/pl.treksoft.kvision.form.upload/-upload/-init-.html
+++ b/api/pl.treksoft.kvision.form.upload/-upload/-init-.html
@@ -18,7 +18,7 @@
label - label text bound to the input element
-rich - determines if label can contain HTML code
+rich - determines if label can contain HTML code
Constructor
+kvision / pl.treksoft.kvision.form.upload / Upload / 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/get-native-file.html b/api/pl.treksoft.kvision.form.upload/-upload/get-native-file.html
new file mode 100644
index 00000000..6ce31311
--- /dev/null
+++ b/api/pl.treksoft.kvision.form.upload/-upload/get-native-file.html
@@ -0,0 +1,20 @@
+
+
+
+
Upload.getNativeFile - kvision
+
+
+
+