|
|
@ -14,7 +14,8 @@ BI.SingleSelectInsertCombo = BI.inherit(BI.Single, { |
|
|
|
height: 24, |
|
|
|
height: 24, |
|
|
|
attributes: { |
|
|
|
attributes: { |
|
|
|
tabIndex: 0 |
|
|
|
tabIndex: 0 |
|
|
|
} |
|
|
|
}, |
|
|
|
|
|
|
|
allowEdit: true |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
@ -34,6 +35,7 @@ BI.SingleSelectInsertCombo = BI.inherit(BI.Single, { |
|
|
|
type: "bi.single_select_trigger", |
|
|
|
type: "bi.single_select_trigger", |
|
|
|
height: o.height, |
|
|
|
height: o.height, |
|
|
|
allowNoSelect: o.allowNoSelect, |
|
|
|
allowNoSelect: o.allowNoSelect, |
|
|
|
|
|
|
|
allowEdit: o.allowEdit, |
|
|
|
// adapter: this.popup,
|
|
|
|
// adapter: this.popup,
|
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
itemsCreator: function (op, callback) { |
|
|
|
itemsCreator: function (op, callback) { |
|
|
|