mirror of
https://gitlab.com/freepascal.org/fpc/pas2js.git
synced 2025-04-05 22:57:49 +02:00
* Better explanatory text
This commit is contained in:
parent
2461fbec16
commit
47ed44f8e3
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user