diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-04-02 01:35:47 +0200 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-04-02 01:35:47 +0200 |
commit | 806edfceeefe7fda47924f97237974e99fe28a02 (patch) | |
tree | ab1f0cbd26fabd147c2343761c1577e05da373af /api/index.html | |
parent | fe344a5450759e8eb8ffbb9c7d7f92a9ee5f4ee0 (diff) | |
download | kvision-806edfceeefe7fda47924f97237974e99fe28a02.tar.gz kvision-806edfceeefe7fda47924f97237974e99fe28a02.tar.bz2 kvision-806edfceeefe7fda47924f97237974e99fe28a02.zip |
API documentantion update
Diffstat (limited to 'api/index.html')
-rw-r--r-- | api/index.html | 41 |
1 files changed, 37 insertions, 4 deletions
diff --git a/api/index.html b/api/index.html index faad75c8..e0f010d4 100644 --- a/api/index.html +++ b/api/index.html @@ -16,8 +16,8 @@ <p><a href="pl.treksoft.kvision.core/index.html">pl.treksoft.kvision.core</a></p> </td> <td> -<p>KVision core classes. This includes base interfaces for all components, basic CSS enums (for colors, borders -and backgrounds) and the main Widget class.</p> +<p>KVision core classes. This includes base interfaces for all components, CSS enums (for colors, borders, +backgrounds, fonts, text and position) and the main Widget class.</p> </td> </tr> <tr> @@ -33,7 +33,7 @@ and backgrounds) and the main Widget class.</p> <p><a href="pl.treksoft.kvision.dropdown/index.html">pl.treksoft.kvision.dropdown</a></p> </td> <td> -<p>Bootstrap dropdown component.</p> +<p>Bootstrap dropdown component with support for navigation bars and context menus.</p> </td> </tr> <tr> @@ -87,6 +87,14 @@ validation.</p> </tr> <tr> <td> +<p><a href="pl.treksoft.kvision.form.upload/index.html">pl.treksoft.kvision.form.upload</a></p> +</td> +<td> +<p>Full-featured file upload component with drag & drop, preview and AJAX upload mode.</p> +</td> +</tr> +<tr> +<td> <p><a href="pl.treksoft.kvision.hmr/index.html">pl.treksoft.kvision.hmr</a></p> </td> <td> @@ -98,7 +106,8 @@ validation.</p> <p><a href="pl.treksoft.kvision.html/index.html">pl.treksoft.kvision.html</a></p> </td> <td> -<p>Components supporting complete set of HTML tags, with dedicated classes for buttons, images, links and lists.</p> +<p>Components supporting complete set of HTML tags, with dedicated classes for buttons, images, links, lists and iframe. +Support for Handlebars.js templates is included.</p> </td> </tr> <tr> @@ -111,6 +120,14 @@ validation.</p> </tr> <tr> <td> +<p><a href="pl.treksoft.kvision.navbar/index.html">pl.treksoft.kvision.navbar</a></p> +</td> +<td> +<p>Bootstrap navbar components.</p> +</td> +</tr> +<tr> +<td> <p><a href="pl.treksoft.kvision.panel/index.html">pl.treksoft.kvision.panel</a></p> </td> <td> @@ -120,6 +137,14 @@ CSS grid and Bootstrap responsive 12 columns gid).</p> </tr> <tr> <td> +<p><a href="pl.treksoft.kvision.progress/index.html">pl.treksoft.kvision.progress</a></p> +</td> +<td> +<p>Bootstrap progress bar component.</p> +</td> +</tr> +<tr> +<td> <p><a href="pl.treksoft.kvision.routing/index.html">pl.treksoft.kvision.routing</a></p> </td> <td> @@ -136,6 +161,14 @@ CSS grid and Bootstrap responsive 12 columns gid).</p> </tr> <tr> <td> +<p><a href="pl.treksoft.kvision.toolbar/index.html">pl.treksoft.kvision.toolbar</a></p> +</td> +<td> +<p>Toolbar and button group components.</p> +</td> +</tr> +<tr> +<td> <p><a href="pl.treksoft.kvision.utils/index.html">pl.treksoft.kvision.utils</a></p> </td> <td> |