diff options
Diffstat (limited to 'api/kvision/pl.treksoft.kvision.dropdown/index.html')
-rw-r--r-- | api/kvision/pl.treksoft.kvision.dropdown/index.html | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/api/kvision/pl.treksoft.kvision.dropdown/index.html b/api/kvision/pl.treksoft.kvision.dropdown/index.html new file mode 100644 index 00000000..7a7a7294 --- /dev/null +++ b/api/kvision/pl.treksoft.kvision.dropdown/index.html @@ -0,0 +1,63 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>pl.treksoft.kvision.dropdown - kvision</title> +<link rel="stylesheet" href="../../style.css"> +</HEAD> +<BODY> +<a href="../index.html">kvision</a> / <a href="./index.html">pl.treksoft.kvision.dropdown</a><br/> +<br/> +<h2>Package pl.treksoft.kvision.dropdown</h2> +<p>Bootstrap dropdown component with support for navigation bars and context menus.</p> +<h3>Types</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-context-menu/index.html">ContextMenu</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">ContextMenu</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.html/-list-tag/index.html"><span class="identifier">ListTag</span></a></code> +<p>Context menu component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-d-d/index.html">DD</a></p> +</td> +<td> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">DD</span></code> +<p>Useful options for use in DropDown's <em>elements</em> parameter.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-drop-down/index.html">DropDown</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">DropDown</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code> +<p>Bootstrap dropdown component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-header/index.html">Header</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Header</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.html/-tag/index.html"><span class="identifier">Tag</span></a></code> +<p>Menu header component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-separator/index.html">Separator</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Separator</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.html/-tag/index.html"><span class="identifier">Tag</span></a></code> +<p>Menu separator component.</p> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |