|
|
@ -98543,10 +98543,6 @@ BI.shortcut("bi.multi_select_search_pane", BI.MultiSelectSearchPane);/** |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
BI.MultiSelectCheckSelectedButton = BI.inherit(BI.Single, { |
|
|
|
BI.MultiSelectCheckSelectedButton = BI.inherit(BI.Single, { |
|
|
|
|
|
|
|
|
|
|
|
_const: { |
|
|
|
|
|
|
|
checkSelected: BI.i18nText("BI-Check_Selected") |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_defaultConfig: function () { |
|
|
|
_defaultConfig: function () { |
|
|
|
return BI.extend(BI.MultiSelectCheckSelectedButton.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
return BI.extend(BI.MultiSelectCheckSelectedButton.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
baseCls: "bi-multi-select-check-selected-button bi-high-light", |
|
|
|
baseCls: "bi-multi-select-check-selected-button bi-high-light", |
|
|
@ -98575,7 +98571,7 @@ BI.MultiSelectCheckSelectedButton = BI.inherit(BI.Single, { |
|
|
|
|
|
|
|
|
|
|
|
this.numberCounter.element.hover(function () { |
|
|
|
this.numberCounter.element.hover(function () { |
|
|
|
self.numberCounter.setTag(self.numberCounter.getText()); |
|
|
|
self.numberCounter.setTag(self.numberCounter.getText()); |
|
|
|
self.numberCounter.setText(self._const.checkSelected); |
|
|
|
self.numberCounter.setText(BI.i18nText("BI-Check_Selected")); |
|
|
|
}, function () { |
|
|
|
}, function () { |
|
|
|
self.numberCounter.setText(self.numberCounter.getTag()); |
|
|
|
self.numberCounter.setText(self.numberCounter.getTag()); |
|
|
|
}); |
|
|
|
}); |
|
|
@ -98622,10 +98618,6 @@ BI.shortcut("bi.multi_select_check_selected_button", BI.MultiSelectCheckSelected |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
BI.MultiSelectEditor = BI.inherit(BI.Widget, { |
|
|
|
BI.MultiSelectEditor = BI.inherit(BI.Widget, { |
|
|
|
|
|
|
|
|
|
|
|
_const: { |
|
|
|
|
|
|
|
checkSelected: BI.i18nText("BI-Check_Selected") |
|
|
|
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_defaultConfig: function () { |
|
|
|
_defaultConfig: function () { |
|
|
|
return BI.extend(BI.MultiSelectEditor.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
return BI.extend(BI.MultiSelectEditor.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
baseCls: "bi-multi-select-editor", |
|
|
|
baseCls: "bi-multi-select-editor", |
|
|
|