|
|
@ -63,10 +63,10 @@ BI.MultiLayerSelectTreeFirstPlusGroupNode = BI.inherit(BI.NodeButton, { |
|
|
|
}); |
|
|
|
}); |
|
|
|
items.push(this.node); |
|
|
|
items.push(this.node); |
|
|
|
BI.createWidget({ |
|
|
|
BI.createWidget({ |
|
|
|
type: "bi.horizontal_adapt", |
|
|
|
type: "bi.td", |
|
|
|
element: this, |
|
|
|
element: this, |
|
|
|
columnSize: BI.makeArray(o.layer, 12), |
|
|
|
columnSize: BI.makeArray(o.layer, 12), |
|
|
|
items: items |
|
|
|
items: [items] |
|
|
|
}); |
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|