diff options
author | Robert Jaros <rjaros@finn.pl> | 2018-03-05 08:46:18 +0100 |
---|---|---|
committer | Robert Jaros <rjaros@finn.pl> | 2018-03-05 08:46:18 +0100 |
commit | 70ed562ae730f65671defed6ed79d08d8126d467 (patch) | |
tree | a555b22df792fd20f7ddd2b780aa1eefd99d6e5e /api/alltypes/index.html | |
parent | 2df0b602ee386577a6f3abff32aa78c3636fbf0a (diff) | |
download | kvision-70ed562ae730f65671defed6ed79d08d8126d467.tar.gz kvision-70ed562ae730f65671defed6ed79d08d8126d467.tar.bz2 kvision-70ed562ae730f65671defed6ed79d08d8126d467.zip |
API doc update
Diffstat (limited to 'api/alltypes/index.html')
-rw-r--r-- | api/alltypes/index.html | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/api/alltypes/index.html b/api/alltypes/index.html index f9555a14..5c8235f6 100644 --- a/api/alltypes/index.html +++ b/api/alltypes/index.html @@ -151,6 +151,13 @@ </tr> <tr> <td> +<a href="../pl.treksoft.kvision.table/-cell/index.html">pl.treksoft.kvision.table.Cell</a></td> +<td> +<p>HTML table cell component.</p> +</td> +</tr> +<tr> +<td> <a href="../pl.treksoft.kvision.form.check/-check-box/index.html">pl.treksoft.kvision.form.check.CheckBox</a></td> <td> <p>The form field component rendered as HTML <em>input type="checkbox"</em>.</p> @@ -464,6 +471,13 @@ </tr> <tr> <td> +<a href="../pl.treksoft.kvision.table/-header-cell/index.html">pl.treksoft.kvision.table.HeaderCell</a></td> +<td> +<p>HTML table header cell component.</p> +</td> +</tr> +<tr> +<td> <a href="../pl.treksoft.kvision.form/-help-block/index.html">pl.treksoft.kvision.form.HelpBlock</a></td> <td> <p>Helper class for Bootstrap help block element.</p> @@ -685,6 +699,13 @@ </tr> <tr> <td> +<a href="../pl.treksoft.kvision.table/-row/index.html">pl.treksoft.kvision.table.Row</a></td> +<td> +<p>HTML table row component.</p> +</td> +</tr> +<tr> +<td> <a href="../pl.treksoft.kvision.form.select/-select/index.html">pl.treksoft.kvision.form.select.Select</a></td> <td> <p>The form field component for Select control.</p> @@ -810,6 +831,20 @@ </tr> <tr> <td> +<a href="../pl.treksoft.kvision.table/-table/index.html">pl.treksoft.kvision.table.Table</a></td> +<td> +<p>HTML table component.</p> +</td> +</tr> +<tr> +<td> +<a href="../pl.treksoft.kvision.table/-table-type/index.html">pl.treksoft.kvision.table.TableType</a></td> +<td> +<p>HTML table types.</p> +</td> +</tr> +<tr> +<td> <a href="../pl.treksoft.kvision.html/-tag/index.html">pl.treksoft.kvision.html.Tag</a></td> <td> <p>HTML tag component.</p> |