|
|
|
@ -91276,7 +91276,7 @@ BI.RelationViewRegionContainer = BI.inherit(BI.Widget, {
|
|
|
|
|
_defaultConfig: function () { |
|
|
|
|
return BI.extend(BI.RelationViewRegionContainer.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
|
baseCls: "bi-relation-view-region-container", |
|
|
|
|
width: 150 |
|
|
|
|
width: 200 |
|
|
|
|
}); |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
@ -91286,6 +91286,7 @@ BI.RelationViewRegionContainer = BI.inherit(BI.Widget, {
|
|
|
|
|
this.region = BI.createWidget({ |
|
|
|
|
type: "bi.relation_view_region", |
|
|
|
|
value: o.value, |
|
|
|
|
width: o.width, |
|
|
|
|
header: o.header, |
|
|
|
|
text: o.text, |
|
|
|
|
handler: o.handler, |
|
|
|
|