diff options
Diffstat (limited to 'api1/pl.treksoft.kvision.form.upload/-upload-input/upload-url.html')
-rw-r--r-- | api1/pl.treksoft.kvision.form.upload/-upload-input/upload-url.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/api1/pl.treksoft.kvision.form.upload/-upload-input/upload-url.html b/api1/pl.treksoft.kvision.form.upload/-upload-input/upload-url.html new file mode 100644 index 00000000..1f1ef5bb --- /dev/null +++ b/api1/pl.treksoft.kvision.form.upload/-upload-input/upload-url.html @@ -0,0 +1,24 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>UploadInput.uploadUrl - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form.upload</a> / <a href="index.html">UploadInput</a> / <a href="./upload-url.html">uploadUrl</a><br/> +<br/> +<h1>uploadUrl</h1> +<a name="pl.treksoft.kvision.form.upload.UploadInput$uploadUrl"></a> +<code><span class="keyword">var </span><span class="identifier">uploadUrl</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-string/index.html"><span class="identifier">String</span></a><span class="symbol">?</span></code> +<p>The optional URL for the upload processing action. +If not set the upload button action will default to form submission.</p> +<p><strong>Getter</strong><br/> +<p>The optional URL for the upload processing action. +If not set the upload button action will default to form submission.</p> +</p> +<p><strong>Setter</strong><br/> +<p>The optional URL for the upload processing action. +If not set the upload button action will default to form submission.</p> +</p> +</BODY> +</HTML> |