blob: e7956d7e9b3a515dea304ef17f6e457d6f3e0c95 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
<HTML>
<HEAD>
<meta charset="UTF-8">
<title>SimpleSelectInput.startValue - 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">SimpleSelectInput</a> / <a href="./start-value.html">startValue</a><br/>
<br/>
<h1>startValue</h1>
<a name="pl.treksoft.kvision.form.select.SimpleSelectInput$startValue"></a>
<code><span class="keyword">var </span><span class="identifier">startValue</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>The value of the selected child option.</p>
<p>This value is placed directly in the generated HTML code, while the <a href="value.html">value</a> property is dynamically
bound to the select component.</p>
<p><strong>Getter</strong><br/>
<p>The value of the selected child option.</p>
<p>This value is placed directly in the generated HTML code, while the <a href="value.html">value</a> property is dynamically
bound to the select component.</p>
</p>
<p><strong>Setter</strong><br/>
<p>The value of the selected child option.</p>
<p>This value is placed directly in the generated HTML code, while the <a href="value.html">value</a> property is dynamically
bound to the select component.</p>
</p>
</BODY>
</HTML>
|