From bc2152266d0aa8b749d5202d54f9e7c4a5db5b5b Mon Sep 17 00:00:00 2001
From: Robert Jaros
Date: Sun, 23 Jun 2019 14:12:10 +0200
Subject: API documentation for KVision 0.0.37
---
.../-upload-input/index.html | 36 ++++++++++++++++++++++
1 file changed, 36 insertions(+)
(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 c1ae0dc7..aed93162 100644
--- a/api/pl.treksoft.kvision.form.upload/-upload-input/index.html
+++ b/api/pl.treksoft.kvision.form.upload/-upload-input/index.html
@@ -270,6 +270,15 @@ If not set the upload button action will default to form submission.
+ strictDOM
+ |
+
+var strictDOM: Boolean
+Determines if the current widget is strictly bound to the DOM.
+ |
+
+
+
surroundingSpan
|
@@ -544,6 +553,15 @@ If not set the upload button action will default to form submission.
|
+ getAttribute
+ |
+
+open fun getAttribute(name: String): String?
+Returns the value of an additional attribute.
+ |
+
+
+
getElement
|
@@ -624,6 +642,15 @@ If not set the upload button action will default to form submission.
|
+ removeAttribute
+ |
+
+open fun removeAttribute(name: String): Widget
+Removes the value of additional attribute.
+ |
+
+
+
removeCssClass
|
@@ -665,6 +692,15 @@ If not set the upload button action will default to form submission.
|
+ setAttribute
+ |
+
+open fun setAttribute(name: String, value: String): Widget
+Sets the value of additional attribute.
+ |
+
+
+
setContextMenu
|
--
cgit
|