diff options
Diffstat (limited to 'docs/api/pl.treksoft.kvision.modal/index.html')
-rw-r--r-- | docs/api/pl.treksoft.kvision.modal/index.html | 63 |
1 files changed, 63 insertions, 0 deletions
diff --git a/docs/api/pl.treksoft.kvision.modal/index.html b/docs/api/pl.treksoft.kvision.modal/index.html new file mode 100644 index 00000000..ba17ced7 --- /dev/null +++ b/docs/api/pl.treksoft.kvision.modal/index.html @@ -0,0 +1,63 @@ +<HTML> +<HEAD> +<meta charset="UTF-8"> +<title>pl.treksoft.kvision.modal - kvision</title> +<link rel="stylesheet" href="../../style.css"> +</HEAD> +<BODY> +<a href="../index.html">kvision</a> / <a href="./index.html">pl.treksoft.kvision.modal</a><br/> +<br/> +<h2>Package pl.treksoft.kvision.modal</h2> +<p>Classes supporting general purpose Bootstrap modals with convenient helpers for alert and confirm popup dialogs.</p> +<h3>Types</h3> +<table> +<tbody> +<tr> +<td> +<p><a href="-alert/index.html">Alert</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Alert</span> <span class="symbol">:</span> <a href="-modal/index.html"><span class="identifier">Modal</span></a></code> +<p>Alert window based on Bootstrap modal.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-close-icon/index.html">CloseIcon</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">CloseIcon</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.core/-widget/index.html"><span class="identifier">Widget</span></a></code> +<p>Helper class for close icon component.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-confirm/index.html">Confirm</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Confirm</span> <span class="symbol">:</span> <a href="-modal/index.html"><span class="identifier">Modal</span></a></code> +<p>Confirm window based on Bootstrap modal.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-m-o-d-a-l-s-i-z-e/index.html">MODALSIZE</a></p> +</td> +<td> +<code><span class="keyword">enum</span> <span class="keyword">class </span><span class="identifier">MODALSIZE</span></code> +<p>Modal window sizes.</p> +</td> +</tr> +<tr> +<td> +<p><a href="-modal/index.html">Modal</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Modal</span> <span class="symbol">:</span> <a href="../pl.treksoft.kvision.panel/-simple-panel/index.html"><span class="identifier">SimplePanel</span></a></code> +<p>Configurable modal window based on Bootstrap modal.</p> +</td> +</tr> +</tbody> +</table> +</BODY> +</HTML> |