浏览代码

Updated Example

Dante 12 年之前
父节点
当前提交
a212f2acf9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      examples/index.html

+ 1 - 0
examples/index.html

@@ -128,6 +128,7 @@
                     label: 'Close ALL opened dialogs',
                     cssClass: 'btn-warning',
                     action: function(){
+                        // You can also use BootstrapDialog.closeAll() to close all dialogs.
                         $.each(BootstrapDialog.dialogs, function(id, dialog){
                             dialog.close();
                         });