ソースを参照

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();
                         });