diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-01-29 23:41:38 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-01-29 23:41:38 +0100 |
commit | f23e74c2eb0cae2f6ce674881e86ab5d5659ad77 (patch) | |
tree | f10995bb0d1179c65829b5e175e7b1de8dbe834e /api/pl.treksoft.kvision.panel/-simple-panel/index.html | |
parent | a81c549e277d1a07e87cf8e2eecf89662deda323 (diff) | |
download | kvision-f23e74c2eb0cae2f6ce674881e86ab5d5659ad77.tar.gz kvision-f23e74c2eb0cae2f6ce674881e86ab5d5659ad77.tar.bz2 kvision-f23e74c2eb0cae2f6ce674881e86ab5d5659ad77.zip |
API documentation for KVision 0.0.23
Diffstat (limited to 'api/pl.treksoft.kvision.panel/-simple-panel/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.panel/-simple-panel/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.panel/-simple-panel/index.html b/api/pl.treksoft.kvision.panel/-simple-panel/index.html index 0c136800..1b542ccd 100644 --- a/api/pl.treksoft.kvision.panel/-simple-panel/index.html +++ b/api/pl.treksoft.kvision.panel/-simple-panel/index.html @@ -608,6 +608,15 @@ </tr> <tr> <td> +<p><a href="../../pl.treksoft.kvision.form.check/-radio-group-input/index.html">RadioGroupInput</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">RadioGroupInput</span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">SimplePanel</span></a><span class="symbol">, </span><a href="../../pl.treksoft.kvision.form/-form-input/index.html"><span class="identifier">FormInput</span></a></code> +<p>The input component rendered as a group of HTML <em>input type="radio"</em> elements with the same name attribute.</p> +</td> +</tr> +<tr> +<td> <p><a href="../../pl.treksoft.kvision.form.select/-remote-select/index.html">RemoteSelect</a></p> </td> <td> |