diff options
Diffstat (limited to 'api/pl.treksoft.kvision.form.text/-abstract-text-input/autofocus.html')
-rw-r--r-- | api/pl.treksoft.kvision.form.text/-abstract-text-input/autofocus.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.form.text/-abstract-text-input/autofocus.html b/api/pl.treksoft.kvision.form.text/-abstract-text-input/autofocus.html new file mode 100644 index 00000000..e8409282 --- /dev/null +++ b/api/pl.treksoft.kvision.form.text/-abstract-text-input/autofocus.html @@ -0,0 +1,21 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>AbstractTextInput.autofocus - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form.text</a> / <a href="index.html">AbstractTextInput</a> / <a href="./autofocus.html">autofocus</a><br/> +<br/> +<h1>autofocus</h1> +<a name="pl.treksoft.kvision.form.text.AbstractTextInput$autofocus"></a> +<code><span class="keyword">var </span><span class="identifier">autofocus</span><span class="symbol">: </span><a href="https://kotlinlang.org/api/latest/jvm/stdlib/kotlin/-boolean/index.html"><span class="identifier">Boolean</span></a><span class="symbol">?</span></code> +<p>Determines if the text input is automatically focused.</p> +<p><strong>Getter</strong><br/> +<p>Determines if the text input is automatically focused.</p> +</p> +<p><strong>Setter</strong><br/> +<p>Determines if the text input is automatically focused.</p> +</p> +</BODY> +</HTML> |