|
|
@ -25,7 +25,7 @@ BI.TreeValueChooserCombo = BI.inherit(BI.AbstractTreeValueChooser, { |
|
|
|
this._initData(o.items); |
|
|
|
this._initData(o.items); |
|
|
|
} |
|
|
|
} |
|
|
|
this.combo = BI.createWidget({ |
|
|
|
this.combo = BI.createWidget({ |
|
|
|
type: "bi.multi_tree_list_combo", |
|
|
|
type: "bi.multi_tree_combo", |
|
|
|
simple: o.simple, |
|
|
|
simple: o.simple, |
|
|
|
text: o.text, |
|
|
|
text: o.text, |
|
|
|
allowEdit: o.allowEdit, |
|
|
|
allowEdit: o.allowEdit, |
|
|
|