From 8449ff519f3d853ca82c792dccf12d06fb09b627 Mon Sep 17 00:00:00 2001
From: Robert Jaros
Date: Wed, 24 Apr 2019 23:12:48 +0200
Subject: API documentation for KVision 0.0.35
---
.../-upload-input/index.html | 31 +++++++++++++++-------
1 file changed, 22 insertions(+), 9 deletions(-)
(limited to 'api/pl.treksoft.kvision.form.upload/-upload-input')
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 883ac1cf..c1ae0dc7 100644
--- a/api/pl.treksoft.kvision.form.upload/-upload-input/index.html
+++ b/api/pl.treksoft.kvision.form.upload/-upload-input/index.html
@@ -300,6 +300,20 @@ If not set the upload button action will default to form submission.
Visibility state of the current component.
+
+|
+ vnkey
+ |
+
+var vnkey: String? |
+
+
+|
+ vnode
+ |
+
+var vnode: VNode? |
+
Functions
@@ -478,15 +492,6 @@ If not set the upload button action will default to form submission.
|
- afterPostpatch
- |
-
-open fun afterPostpatch(node: VNode): Unit
-Method called after updating Snabbdom vnode.
- |
-
-
-|
clearDragDropData
|
@@ -611,6 +616,14 @@ If not set the upload button action will default to form submission.
|
|
+ refreshOnUpdate
+ |
+
+fun <T> refreshOnUpdate(refreshFunction: (T) -> Unit = { this.refresh() }): Widget.RefreshDelegateProvider<T>
+fun <T> refreshOnUpdate(initialValue: T, refreshFunction: (T) -> Unit = { this.refresh() }): Widget.RefreshDelegateProvider<T> |
+
+
+|
removeCssClass
|
--
cgit
|