diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-03-08 13:47:54 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-03-08 13:47:54 +0100 |
commit | e6e1126cba9e8e35ef8a972039428a7e3c91249b (patch) | |
tree | 57c9524142d06bfb3de79526622d38c189c05516 /api/pl.treksoft.kvision.form.text/-abstract-text | |
parent | c9f98dfdbdc3f56553b58dc226b3f841189d0fc0 (diff) | |
download | kvision-e6e1126cba9e8e35ef8a972039428a7e3c91249b.tar.gz kvision-e6e1126cba9e8e35ef8a972039428a7e3c91249b.tar.bz2 kvision-e6e1126cba9e8e35ef8a972039428a7e3c91249b.zip |
API documentantion update
Diffstat (limited to 'api/pl.treksoft.kvision.form.text/-abstract-text')
-rw-r--r-- | api/pl.treksoft.kvision.form.text/-abstract-text/blur.html | 1 | ||||
-rw-r--r-- | api/pl.treksoft.kvision.form.text/-abstract-text/focus.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.form.text/-abstract-text/blur.html b/api/pl.treksoft.kvision.form.text/-abstract-text/blur.html index 6d996135..fad0bf44 100644 --- a/api/pl.treksoft.kvision.form.text/-abstract-text/blur.html +++ b/api/pl.treksoft.kvision.form.text/-abstract-text/blur.html @@ -10,6 +10,7 @@ <h1>blur</h1> <a name="pl.treksoft.kvision.form.text.AbstractText$blur()"></a> <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>Overrides <a href="../../pl.treksoft.kvision.form/-form-control/blur.html">FormControl.blur</a></p> <p>Makes the input element blur.</p> </BODY> </HTML> diff --git a/api/pl.treksoft.kvision.form.text/-abstract-text/focus.html b/api/pl.treksoft.kvision.form.text/-abstract-text/focus.html index 8efcf47a..14a4fdd1 100644 --- a/api/pl.treksoft.kvision.form.text/-abstract-text/focus.html +++ b/api/pl.treksoft.kvision.form.text/-abstract-text/focus.html @@ -10,6 +10,7 @@ <h1>focus</h1> <a name="pl.treksoft.kvision.form.text.AbstractText$focus()"></a> <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>Overrides <a href="../../pl.treksoft.kvision.form/-form-control/focus.html">FormControl.focus</a></p> <p>Makes the input element focused.</p> </BODY> </HTML> |