|
|
|
@ -83948,7 +83948,7 @@ BI.MultiSelectInsertCombo = BI.inherit(BI.Single, {
|
|
|
|
|
type: "bi.trigger_icon_button", |
|
|
|
|
width: o.height, |
|
|
|
|
height: o.height, |
|
|
|
|
cls: "multi-select-trigger-icon-button bi-border-left" |
|
|
|
|
cls: "multi-select-trigger-icon-button" |
|
|
|
|
}); |
|
|
|
|
triggerBtn.on(BI.TriggerIconButton.EVENT_CHANGE, function () { |
|
|
|
|
self.trigger.getCounter().hideView(); |
|
|
|
@ -84305,7 +84305,7 @@ BI.MultiSelectCombo = BI.inherit(BI.Single, {
|
|
|
|
|
type: "bi.trigger_icon_button", |
|
|
|
|
width: o.height, |
|
|
|
|
height: o.height, |
|
|
|
|
cls: "multi-select-trigger-icon-button bi-border-left" |
|
|
|
|
cls: "multi-select-trigger-icon-button" |
|
|
|
|
}); |
|
|
|
|
triggerBtn.on(BI.TriggerIconButton.EVENT_CHANGE, function () { |
|
|
|
|
self.trigger.getCounter().hideView(); |
|
|
|
@ -86818,7 +86818,7 @@ BI.MultiTreeCombo = BI.inherit(BI.Single, {
|
|
|
|
|
type: "bi.trigger_icon_button", |
|
|
|
|
width: o.height, |
|
|
|
|
height: o.height, |
|
|
|
|
cls: "multi-select-trigger-icon-button bi-border-left" |
|
|
|
|
cls: "multi-select-trigger-icon-button" |
|
|
|
|
}); |
|
|
|
|
triggerBtn.on(BI.TriggerIconButton.EVENT_CHANGE, function () { |
|
|
|
|
self.trigger.getCounter().hideView(); |
|
|
|
@ -90592,7 +90592,7 @@ BI.SingleSelectCombo = BI.inherit(BI.Single, {
|
|
|
|
|
type: "bi.trigger_icon_button", |
|
|
|
|
width: o.height, |
|
|
|
|
height: o.height, |
|
|
|
|
cls: "single-select-trigger-icon-button bi-border-left" |
|
|
|
|
cls: "single-select-trigger-icon-button" |
|
|
|
|
}); |
|
|
|
|
triggerBtn.on(BI.TriggerIconButton.EVENT_CHANGE, function () { |
|
|
|
|
if (self.combo.isViewVisible()) { |
|
|
|
@ -91909,7 +91909,7 @@ BI.SingleSelectCombo = BI.inherit(BI.Single, {
|
|
|
|
|
type: "bi.trigger_icon_button", |
|
|
|
|
width: o.height, |
|
|
|
|
height: o.height, |
|
|
|
|
cls: "single-select-trigger-icon-button bi-border-left" |
|
|
|
|
cls: "single-select-trigger-icon-button" |
|
|
|
|
}); |
|
|
|
|
triggerBtn.on(BI.TriggerIconButton.EVENT_CHANGE, function () { |
|
|
|
|
if (self.combo.isViewVisible()) { |
|
|
|
|