|
|
@@ -837,6 +837,11 @@
|
|
|
$button.append(button.label);
|
|
|
}
|
|
|
|
|
|
+ // title
|
|
|
+ if (typeof button.title !== 'undefined') {
|
|
|
+ $button.attr('title', button.title);
|
|
|
+ }
|
|
|
+
|
|
|
// Css class
|
|
|
if (typeof button.cssClass !== 'undefined' && $.trim(button.cssClass) !== '') {
|
|
|
$button.addClass(button.cssClass);
|