summaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.form.spinner/-spinner/index.html
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2018-03-08 13:47:54 +0100
committerRobert Jaros <rjaros@finn.pl>2018-03-08 13:47:54 +0100
commite6e1126cba9e8e35ef8a972039428a7e3c91249b (patch)
tree57c9524142d06bfb3de79526622d38c189c05516 /api/pl.treksoft.kvision.form.spinner/-spinner/index.html
parentc9f98dfdbdc3f56553b58dc226b3f841189d0fc0 (diff)
downloadkvision-e6e1126cba9e8e35ef8a972039428a7e3c91249b.tar.gz
kvision-e6e1126cba9e8e35ef8a972039428a7e3c91249b.tar.bz2
kvision-e6e1126cba9e8e35ef8a972039428a7e3c91249b.zip
API documentantion update
Diffstat (limited to 'api/pl.treksoft.kvision.form.spinner/-spinner/index.html')
-rw-r--r--api/pl.treksoft.kvision.form.spinner/-spinner/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.form.spinner/-spinner/index.html b/api/pl.treksoft.kvision.form.spinner/-spinner/index.html
index 916686d2..cf1586da 100644
--- a/api/pl.treksoft.kvision.form.spinner/-spinner/index.html
+++ b/api/pl.treksoft.kvision.form.spinner/-spinner/index.html
@@ -210,6 +210,24 @@
<tbody>
<tr>
<td>
+<p><a href="blur.html">blur</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">blur</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Makes the input element blur.</p>
+</td>
+</tr>
+<tr>
+<td>
+<p><a href="focus.html">focus</a></p>
+</td>
+<td>
+<code><span class="keyword">open</span> <span class="keyword">fun </span><span class="identifier">focus</span><span class="symbol">(</span><span class="symbol">)</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-unit/index.html"><span class="identifier">Unit</span></a></code>
+<p>Makes the input element focused.</p>
+</td>
+</tr>
+<tr>
+<td>
<p><a href="get-sn-class.html">getSnClass</a></p>
</td>
<td>