@@ -2,6 +2,7 @@ LASTEST NOT RELEASED
------------------------------
* Refs #176 *
* Refs #109, Add methods getDialog(), setDialog() and addDialog() to BootstrapDialog. *
+* Refs #201 *
V1.34.6
@@ -855,6 +855,11 @@
// Dynamically add extra functions to $button
this.enhanceButton($button);
+ //Initialize enabled or not
+ if(typeof button.enabled !== 'undefined') {
+ $button.toggleEnable(button.enabled);
+ }
+
return $button;
},
/**