diff options
Diffstat (limited to 'api/pl.treksoft.kvision.modal/-modal/index.html')
-rw-r--r-- | api/pl.treksoft.kvision.modal/-modal/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/api/pl.treksoft.kvision.modal/-modal/index.html b/api/pl.treksoft.kvision.modal/-modal/index.html index 4645b38f..ece4c8fb 100644 --- a/api/pl.treksoft.kvision.modal/-modal/index.html +++ b/api/pl.treksoft.kvision.modal/-modal/index.html @@ -238,6 +238,15 @@ <p>Confirm window based on Bootstrap modal.</p> </td> </tr> +<tr> +<td> +<p><a href="../-dialog/index.html">Dialog</a></p> +</td> +<td> +<code><span class="keyword">open</span> <span class="keyword">class </span><span class="identifier">Dialog</span><span class="symbol"><</span><span class="identifier">R</span><span class="symbol">></span> <span class="symbol">:</span> <a href="./index.html"><span class="identifier">Modal</span></a></code> +<p>Modal window with a result.</p> +</td> +</tr> </tbody> </table> </BODY> |