|
|
@ -49,6 +49,8 @@ BI.MultiLayerSingleTreeCombo = BI.inherit(BI.Widget, { |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
return BI.extend(baseConfig, { |
|
|
|
return BI.extend(baseConfig, { |
|
|
|
|
|
|
|
width: BI.toPix(o.width, 2), |
|
|
|
|
|
|
|
height: BI.toPix(o.height, 2), |
|
|
|
el: { |
|
|
|
el: { |
|
|
|
type: "bi.single_tree_trigger", |
|
|
|
type: "bi.single_tree_trigger", |
|
|
|
ref: function (_ref) { |
|
|
|
ref: function (_ref) { |
|
|
|