瀏覽代碼

* Better explanatory text

Michaël Van Canneyt 3 年之前
父節點
當前提交
47ed44f8e3
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      demo/design/bootstrapmodal/values/index.html

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

@@ -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">