Browse Source

Updated Example

Dante 12 years ago
parent
commit
a212f2acf9
1 changed files with 1 additions and 0 deletions
  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();
                         });