|
|
|
@ -19,8 +19,8 @@ BI.MultiTreeCheckSelectedButton = BI.inherit(BI.Single, {
|
|
|
|
|
this.indicator = BI.createWidget({ |
|
|
|
|
type: "bi.icon_button", |
|
|
|
|
cls: "check-font trigger-check-selected icon-size-12", |
|
|
|
|
width: 15, |
|
|
|
|
height: 15, |
|
|
|
|
width: 16, |
|
|
|
|
height: 16, |
|
|
|
|
stopPropagation: true |
|
|
|
|
}); |
|
|
|
|
|
|
|
|
@ -31,7 +31,6 @@ BI.MultiTreeCheckSelectedButton = BI.inherit(BI.Single, {
|
|
|
|
|
hgap: 4, |
|
|
|
|
text: BI.i18nText("BI-Check_Selected"), |
|
|
|
|
textAlign: "center", |
|
|
|
|
textHeight: 15 |
|
|
|
|
}); |
|
|
|
|
this.checkSelected.on(BI.Controller.EVENT_CHANGE, function () { |
|
|
|
|
self.fireEvent(BI.Controller.EVENT_CHANGE, arguments); |
|
|
|
|