diff options
Diffstat (limited to 'api/pl.treksoft.kvision.form.select/-simple-select/value.html')
-rw-r--r-- | api/pl.treksoft.kvision.form.select/-simple-select/value.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.form.select/-simple-select/value.html b/api/pl.treksoft.kvision.form.select/-simple-select/value.html new file mode 100644 index 00000000..c936678a --- /dev/null +++ b/api/pl.treksoft.kvision.form.select/-simple-select/value.html @@ -0,0 +1,16 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>SimpleSelect.value - kvision</title> +<link rel="stylesheet" href="../../../style.css"> +</HEAD> +<BODY> +<a href="../../index.html">kvision</a> / <a href="../index.html">pl.treksoft.kvision.form.select</a> / <a href="index.html">SimpleSelect</a> / <a href="./value.html">value</a><br/> +<br/> +<h1>value</h1> +<a name="pl.treksoft.kvision.form.select.SimpleSelect$value"></a> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">value</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>Overrides <a href="../../pl.treksoft.kvision.form/-string-form-control/value.html">StringFormControl.value</a></p> +<p>A value of the selected option.</p> +</BODY> +</HTML> |