diff options
Diffstat (limited to 'docs/api/pl.treksoft.kvision.form.select/-select')
4 files changed, 6 insertions, 6 deletions
diff --git a/docs/api/pl.treksoft.kvision.form.select/-select/index.html b/docs/api/pl.treksoft.kvision.form.select/-select/index.html index d9f63311..e5055168 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select/index.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select/index.html @@ -167,7 +167,7 @@ <p><a href="select-width-type.html">selectWidthType</a></p> </td> <td> -<code><span class="keyword">var </span><span class="identifier">selectWidthType</span><span class="symbol">: </span><a href="../-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/index.html"><span class="identifier">SELECTWIDTHTYPE</span></a><span class="symbol">?</span></code> +<code><span class="keyword">var </span><span class="identifier">selectWidthType</span><span class="symbol">: </span><a href="../-select-width-type/index.html"><span class="identifier">SelectWidthType</span></a><span class="symbol">?</span></code> <p>The width type of the select control.</p> </td> </tr> @@ -176,7 +176,7 @@ <p><a href="size.html">size</a></p> </td> <td> -<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-i-n-p-u-t-s-i-z-e/index.html"><span class="identifier">INPUTSIZE</span></a><span class="symbol">?</span></code> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-input-size/index.html"><span class="identifier">InputSize</span></a><span class="symbol">?</span></code> <p>Input control size.</p> </td> </tr> @@ -185,7 +185,7 @@ <p><a href="style.html">style</a></p> </td> <td> -<code><span class="keyword">var </span><span class="identifier">style</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.html/-b-u-t-t-o-n-s-t-y-l-e/index.html"><span class="identifier">BUTTONSTYLE</span></a><span class="symbol">?</span></code> +<code><span class="keyword">var </span><span class="identifier">style</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.html/-button-style/index.html"><span class="identifier">ButtonStyle</span></a><span class="symbol">?</span></code> <p>The style of the select control.</p> </td> </tr> diff --git a/docs/api/pl.treksoft.kvision.form.select/-select/select-width-type.html b/docs/api/pl.treksoft.kvision.form.select/-select/select-width-type.html index d0855aa5..d9cc7552 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select/select-width-type.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select/select-width-type.html @@ -9,7 +9,7 @@ <br/> <h1>selectWidthType</h1> <a name="pl.treksoft.kvision.form.select.Select$selectWidthType"></a> -<code><span class="keyword">var </span><span class="identifier">selectWidthType</span><span class="symbol">: </span><a href="../-s-e-l-e-c-t-w-i-d-t-h-t-y-p-e/index.html"><span class="identifier">SELECTWIDTHTYPE</span></a><span class="symbol">?</span></code> +<code><span class="keyword">var </span><span class="identifier">selectWidthType</span><span class="symbol">: </span><a href="../-select-width-type/index.html"><span class="identifier">SelectWidthType</span></a><span class="symbol">?</span></code> <p>The width type of the select control.</p> </BODY> </HTML> diff --git a/docs/api/pl.treksoft.kvision.form.select/-select/size.html b/docs/api/pl.treksoft.kvision.form.select/-select/size.html index cf50994b..fb362ba2 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select/size.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select/size.html @@ -9,7 +9,7 @@ <br/> <h1>size</h1> <a name="pl.treksoft.kvision.form.select.Select$size"></a> -<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-i-n-p-u-t-s-i-z-e/index.html"><span class="identifier">INPUTSIZE</span></a><span class="symbol">?</span></code> +<code><span class="keyword">open</span> <span class="keyword">var </span><span class="identifier">size</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.form/-input-size/index.html"><span class="identifier">InputSize</span></a><span class="symbol">?</span></code> <p>Overrides <a href="../../pl.treksoft.kvision.form/-form-control/size.html">FormControl.size</a></p> <p>Input control size.</p> <p><strong>Getter</strong><br/> diff --git a/docs/api/pl.treksoft.kvision.form.select/-select/style.html b/docs/api/pl.treksoft.kvision.form.select/-select/style.html index 0fa3e464..14b2e480 100644 --- a/docs/api/pl.treksoft.kvision.form.select/-select/style.html +++ b/docs/api/pl.treksoft.kvision.form.select/-select/style.html @@ -9,7 +9,7 @@ <br/> <h1>style</h1> <a name="pl.treksoft.kvision.form.select.Select$style"></a> -<code><span class="keyword">var </span><span class="identifier">style</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.html/-b-u-t-t-o-n-s-t-y-l-e/index.html"><span class="identifier">BUTTONSTYLE</span></a><span class="symbol">?</span></code> +<code><span class="keyword">var </span><span class="identifier">style</span><span class="symbol">: </span><a href="../../pl.treksoft.kvision.html/-button-style/index.html"><span class="identifier">ButtonStyle</span></a><span class="symbol">?</span></code> <p>The style of the select control.</p> </BODY> </HTML> |