diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-01-29 23:41:38 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-01-29 23:41:38 +0100 |
commit | f23e74c2eb0cae2f6ce674881e86ab5d5659ad77 (patch) | |
tree | f10995bb0d1179c65829b5e175e7b1de8dbe834e /api/pl.treksoft.kvision.form/-k-files-form-control | |
parent | a81c549e277d1a07e87cf8e2eecf89662deda323 (diff) | |
download | kvision-f23e74c2eb0cae2f6ce674881e86ab5d5659ad77.tar.gz kvision-f23e74c2eb0cae2f6ce674881e86ab5d5659ad77.tar.bz2 kvision-f23e74c2eb0cae2f6ce674881e86ab5d5659ad77.zip |
API documentation for KVision 0.0.23
Diffstat (limited to 'api/pl.treksoft.kvision.form/-k-files-form-control')
-rw-r--r-- | api/pl.treksoft.kvision.form/-k-files-form-control/get-native-file.html | 20 | ||||
-rw-r--r-- | api/pl.treksoft.kvision.form/-k-files-form-control/index.html | 9 |
2 files changed, 29 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.form/-k-files-form-control/get-native-file.html b/api/pl.treksoft.kvision.form/-k-files-form-control/get-native-file.html new file mode 100644 index 00000000..7223eed8 --- /dev/null +++ b/api/pl.treksoft.kvision.form/-k-files-form-control/get-native-file.html @@ -0,0 +1,20 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>KFilesFormControl.getNativeFile - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form</a> / <a href="index.html">KFilesFormControl</a> / <a href="./get-native-file.html">getNativeFile</a><br/> +<br/> +<h1>getNativeFile</h1> +<a name="pl.treksoft.kvision.form.KFilesFormControl$getNativeFile(pl.treksoft.kvision.types.KFile)"></a> +<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">getNativeFile</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.KFilesFormControl$getNativeFile(pl.treksoft.kvision.types.KFile)/kFile">kFile</span><span class="symbol">:</span> <a href="../../pl.treksoft.kvision.types/-k-file/index.html"><span class="identifier">KFile</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.files/-file/index.html"><span class="identifier">File</span></a><span class="symbol">?</span></code> +<p>Returns the native JavaScript File object.</p> +<h3>Parameters</h3> +<p><a name="kFile"></a> +<code>kFile</code> - KFile object</p> +<p><strong>Return</strong><br/> +File object</p> +</BODY> +</HTML> diff --git a/api/pl.treksoft.kvision.form/-k-files-form-control/index.html b/api/pl.treksoft.kvision.form/-k-files-form-control/index.html index 056d1394..ca7b451d 100644 --- a/api/pl.treksoft.kvision.form/-k-files-form-control/index.html +++ b/api/pl.treksoft.kvision.form/-k-files-form-control/index.html @@ -97,6 +97,15 @@ <tbody> <tr> <td> +<p><a href="get-native-file.html">getNativeFile</a></p> +</td> +<td> +<code><span class="keyword">abstract</span> <span class="keyword">fun </span><span class="identifier">getNativeFile</span><span class="symbol">(</span><span class="identifier" id="pl.treksoft.kvision.form.KFilesFormControl$getNativeFile(pl.treksoft.kvision.types.KFile)/kFile">kFile</span><span class="symbol">:</span> <a href="../../pl.treksoft.kvision.types/-k-file/index.html"><span class="identifier">KFile</span></a><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/org.w3c.files/-file/index.html"><span class="identifier">File</span></a><span class="symbol">?</span></code> +<p>Returns the native JavaScript File object.</p> +</td> +</tr> +<tr> +<td> <p><a href="get-value.html">getValue</a></p> </td> <td> |