Browse Source

* Better explanatory text

Michaël Van Canneyt 3 years ago
parent
commit
47ed44f8e3
1 changed files with 3 additions and 0 deletions
  1. 3 0
      demo/design/bootstrapmodal/values/index.html

+ 3 - 0
demo/design/bootstrapmodal/values/index.html

@@ -15,6 +15,9 @@
     <div class="container">
     <div class="container">
       <h2 class="display-4">TBootstrapModal demo</h2>
       <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 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>
   </div>
   </div>
   <hr class="my-4">
   <hr class="my-4">