diff options
Diffstat (limited to 'api/pl.treksoft.kvision.navbar/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.navbar/index.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.navbar/index.html b/api/pl.treksoft.kvision.navbar/index.html new file mode 100644 index 00000000..aa7bb495 --- /dev/null +++ b/api/pl.treksoft.kvision.navbar/index.html @@ -0,0 +1,54 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>pl.treksoft.kvision.navbar - kvision</title> +<link rel="stylesheet" href="../../style.css"> +</HEAD> +<BODY> +<a href="../index.html">kvision</a> / <a href="./index.html">pl.treksoft.kvision.navbar</a><br/> +<br/> +<h2>Package pl.treksoft.kvision.navbar</h2> +<p>Bootstrap navbar components.</p> +<h3>Types</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-nav/index.html">Nav</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Nav</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.html/-tag/index.html"><span class="identifier">Tag</span></a></code> +<p>The Bootstrap Nav container.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-nav-form/index.html">NavForm</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">NavForm</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.html/-tag/index.html"><span class="identifier">Tag</span></a></code> +<p>The Bootstrap Nav form container.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-navbar/index.html">Navbar</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Navbar</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code> +<p>The Bootstrap Navbar container.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-navbar-type/index.html">NavbarType</a></p> +</td> +<td> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">NavbarType</span></code> +<p>Navbar types.</p> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |