diff options
Diffstat (limited to 'api/pl.treksoft.kvision.html/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.html/index.html | 39 |
1 files changed, 37 insertions, 2 deletions
diff --git a/api/pl.treksoft.kvision.html/index.html b/api/pl.treksoft.kvision.html/index.html index 20b5894b..38eea860 100644 --- a/api/pl.treksoft.kvision.html/index.html +++ b/api/pl.treksoft.kvision.html/index.html @@ -8,7 +8,8 @@ <a href="../index.html">kvision</a> / <a href="./index.html">pl.treksoft.kvision.html</a><br/> <br/> <h2>Package pl.treksoft.kvision.html</h2> -<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> <h3>Types</h3> <table> <tbody> @@ -50,6 +51,15 @@ </tr> <tr> <td> +<p><a href="-button-type/index.html">ButtonType</a></p> +</td> +<td> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">ButtonType</span></code> +<p>Button types.</p> +</td> +</tr> +<tr> +<td> <p><a href="-div/index.html">Div</a></p> </td> <td> @@ -68,6 +78,15 @@ </tr> <tr> <td> +<p><a href="-iframe/index.html">Iframe</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Iframe</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> +<p>Iframe component.</p> +</td> +</tr> +<tr> +<td> <p><a href="-image/index.html">Image</a></p> </td> <td> @@ -122,6 +141,15 @@ </tr> <tr> <td> +<p><a href="-sandbox/index.html">Sandbox</a></p> +</td> +<td> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">Sandbox</span></code> +<p>Iframe sandbox options.</p> +</td> +</tr> +<tr> +<td> <p><a href="-t-a-g/index.html">TAG</a></p> </td> <td> @@ -134,10 +162,17 @@ <p><a href="-tag/index.html">Tag</a></p> </td> <td> -<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Tag</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Tag</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a><span class="symbol">, </span><a href="-template/index.html"><span class="identifier">Template</span></a></code> <p>HTML tag component.</p> </td> </tr> +<tr> +<td> +<p><a href="-template/index.html">Template</a></p> +</td> +<td> +<code><span class="keyword">interface </span><span class="identifier">Template</span></code></td> +</tr> </tbody> </table> </BODY> |