* Better explanatory text

This commit is contained in:
Michaël Van Canneyt 2022-05-28 14:41:58 +02:00
parent 2461fbec16
commit 47ed44f8e3

View File

@ -15,6 +15,9 @@
<div class="container">
<h2 class="display-4">TBootstrapModal demo</h2>
<p class="lead">This is simple demo where a <em>TBootstrapModal</em> class is used to show a modal dialog. The modal HTML is specified in the <em>template</em> property.</p>
<p>The modal dialog contains some input elements, the values of these can be retrieved by defining the elements
through the <var>References</var> collection: all values for references with <em>Kind=mikValue</em> will be collected and passed on in the <em>OnHide</em> event.
</p>
</div>
</div>
<hr class="my-4">