diff options
author | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:31:54 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2019-10-26 00:31:54 +0200 |
commit | 3c60c4527015e46ec6faf3fce5cc58fadd088765 (patch) | |
tree | 898338139b4a68642e50a905d2a9b5d67cafb714 /api/index.html | |
parent | fb7ff5b8bf2073a8d7b78011b9edffc830dc63cb (diff) | |
download | kvision-3c60c4527015e46ec6faf3fce5cc58fadd088765.tar.gz kvision-3c60c4527015e46ec6faf3fce5cc58fadd088765.tar.bz2 kvision-3c60c4527015e46ec6faf3fce5cc58fadd088765.zip |
API documentation for KVision 2.0.0
Diffstat (limited to 'api/index.html')
-rw-r--r-- | api/index.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/api/index.html b/api/index.html index 94fa6013..9c41000e 100644 --- a/api/index.html +++ b/api/index.html @@ -16,6 +16,7 @@ <p><a href="pl.treksoft.kvision/index.html">pl.treksoft.kvision</a></p> </td> <td> +<p>KVision main Application class and some helper interfaces necessary to support Hot Module Replacement (HMR).</p> </td> </tr> <tr> @@ -23,6 +24,7 @@ <p><a href="pl.treksoft.kvision.annotations/index.html">pl.treksoft.kvision.annotations</a></p> </td> <td> +<p>Annotations for use with KVision compiler plugin.</p> </td> </tr> <tr> @@ -112,7 +114,7 @@ validation.</p> <p><a href="pl.treksoft.kvision.form.select/index.html">pl.treksoft.kvision.form.select</a></p> </td> <td> -<p>Full-featured select component with support for remote (AJAX) data source.</p> +<p>Contains a simple select component as well as a full-featured component with support for remote (AJAX) data source.</p> </td> </tr> <tr> @@ -250,6 +252,7 @@ CSS grid and Bootstrap responsive 12 columns gid).</p> <p><a href="pl.treksoft.kvision.state/index.html">pl.treksoft.kvision.state</a></p> </td> <td> +<p>Classes supporting the observer pattern, including the implementation of the observable list. </p> </td> </tr> <tr> |