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/alltypes/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/alltypes/index.html')
-rw-r--r-- | api/alltypes/index.html | 36 |
1 files changed, 28 insertions, 8 deletions
diff --git a/api/alltypes/index.html b/api/alltypes/index.html index fc9ecd55..d8bc1d69 100644 --- a/api/alltypes/index.html +++ b/api/alltypes/index.html @@ -207,6 +207,13 @@ </tr> <tr> <td> +<a href="../pl.treksoft.kvision.form.check/-check-box-input/index.html">pl.treksoft.kvision.form.check.CheckBoxInput</a></td> +<td> +<p>The basic input component rendered as HTML <em>input type="checkbox"</em>.</p> +</td> +</tr> +<tr> +<td> <a href="../pl.treksoft.kvision.form.check/-check-box-style/index.html">pl.treksoft.kvision.form.check.CheckBoxStyle</a></td> <td> <p>Checkbox style options.</p> @@ -961,6 +968,20 @@ Not used on the js platform.</p> </tr> <tr> <td> +<a href="../pl.treksoft.kvision.form.check/-radio-group-input/index.html">pl.treksoft.kvision.form.check.RadioGroupInput</a></td> +<td> +<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> +<a href="../pl.treksoft.kvision.form.check/-radio-input/index.html">pl.treksoft.kvision.form.check.RadioInput</a></td> +<td> +<p>The basic input component rendered as HTML <em>input type="radio"</em>.</p> +</td> +</tr> +<tr> +<td> <a href="../pl.treksoft.kvision.form.check/-radio-style/index.html">pl.treksoft.kvision.form.check.RadioStyle</a></td> <td> <p>Radio style options.</p> @@ -989,14 +1010,6 @@ Not used on the js platform.</p> </tr> <tr> <td> -<a href="../pl.treksoft.kvision.remote/-request.html">pl.treksoft.kvision.remote.Request</a></td> -<td> -<p>A server request. -Not used on the js platform.</p> -</td> -</tr> -<tr> -<td> <a href="../pl.treksoft.kvision.core/-res-string.html">pl.treksoft.kvision.core.ResString</a></td> <td> <p>This type is used for accessing resources with CommonJS <strong>require</strong> function.</p> @@ -1143,6 +1156,13 @@ Not used on the js platform.</p> </tr> <tr> <td> +<a href="../pl.treksoft.kvision.data/-sorter-type/index.html">pl.treksoft.kvision.data.SorterType</a></td> +<td> +<p>Sorter types.</p> +</td> +</tr> +<tr> +<td> <a href="../pl.treksoft.kvision.form.spinner/-spinner/index.html">pl.treksoft.kvision.form.spinner.Spinner</a></td> <td> <p>The form field component for spinner control.</p> |