|
@@ -645,14 +645,14 @@ var BootstrapDialog = null;
|
|
|
});
|
|
});
|
|
|
this.handleModalEvents();
|
|
this.handleModalEvents();
|
|
|
this.setRealized(true);
|
|
this.setRealized(true);
|
|
|
|
|
+ this.updateTitle();
|
|
|
|
|
+ this.updateMessage();
|
|
|
|
|
+ this.updateClosable();
|
|
|
|
|
|
|
|
return this;
|
|
return this;
|
|
|
},
|
|
},
|
|
|
open: function() {
|
|
open: function() {
|
|
|
!this.isRealized() && this.realize();
|
|
!this.isRealized() && this.realize();
|
|
|
- this.updateTitle();
|
|
|
|
|
- this.updateMessage();
|
|
|
|
|
- this.updateClosable();
|
|
|
|
|
this.getModal().modal('show');
|
|
this.getModal().modal('show');
|
|
|
this.setOpened(true);
|
|
this.setOpened(true);
|
|
|
|
|
|