|
|
|
@ -30,7 +30,9 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, {
|
|
|
|
|
allowEdit: o.allowEdit, |
|
|
|
|
height: o.height - (o.simple ? 1 : 2), |
|
|
|
|
valueFormatter: o.valueFormatter, |
|
|
|
|
// adapter: this.popup,
|
|
|
|
|
text: o.text, |
|
|
|
|
defaultText: o.defaultText, |
|
|
|
|
watermark: o.watermark, |
|
|
|
|
masker: { |
|
|
|
|
offset: { |
|
|
|
|
left: 0, |
|
|
|
@ -41,8 +43,7 @@ BI.MultiTreeInsertCombo = BI.inherit(BI.Single, {
|
|
|
|
|
}, |
|
|
|
|
searcher: { |
|
|
|
|
type: "bi.multi_tree_searcher", |
|
|
|
|
text: o.text, |
|
|
|
|
watermark: o.watermark, |
|
|
|
|
|
|
|
|
|
itemsCreator: o.itemsCreator, |
|
|
|
|
popup: { |
|
|
|
|
type: "bi.multi_tree_search_insert_pane", |
|
|
|
|