|
|
@ -18,9 +18,6 @@ BI.Panel = BI.inherit(BI.Widget, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
render: function () { |
|
|
|
render: function () { |
|
|
|
BI.Panel.superclass._init.apply(this, arguments); |
|
|
|
|
|
|
|
var o = this.options; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
return { |
|
|
|
return { |
|
|
|
type: "bi.vertical_fill", |
|
|
|
type: "bi.vertical_fill", |
|
|
|
rowSize: ["", "fill"], |
|
|
|
rowSize: ["", "fill"], |
|
|
|