|
|
@ -48682,19 +48682,22 @@ BI.shortcut("bi.radio", BI.Radio);/** |
|
|
|
|
|
|
|
|
|
|
|
BI.AbstractLabel = BI.inherit(BI.Single, { |
|
|
|
BI.AbstractLabel = BI.inherit(BI.Single, { |
|
|
|
|
|
|
|
|
|
|
|
props: { |
|
|
|
_defaultConfig: function (props) { |
|
|
|
textAlign: "center", |
|
|
|
var conf = BI.AbstractLabel.superclass._defaultConfig.apply(this, arguments); |
|
|
|
whiteSpace: "nowrap", // normal or nowrap
|
|
|
|
return BI.extend(conf, { |
|
|
|
textWidth: null, |
|
|
|
textAlign: "center", |
|
|
|
textHeight: null, |
|
|
|
whiteSpace: "nowrap", // normal or nowrap
|
|
|
|
hgap: 0, |
|
|
|
textWidth: null, |
|
|
|
vgap: 0, |
|
|
|
textHeight: null, |
|
|
|
lgap: 0, |
|
|
|
hgap: 0, |
|
|
|
rgap: 0, |
|
|
|
vgap: 0, |
|
|
|
tgap: 0, |
|
|
|
lgap: 0, |
|
|
|
bgap: 0, |
|
|
|
rgap: 0, |
|
|
|
text: "", |
|
|
|
tgap: 0, |
|
|
|
highLight: false |
|
|
|
bgap: 0, |
|
|
|
|
|
|
|
text: "", |
|
|
|
|
|
|
|
highLight: false |
|
|
|
|
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_createJson: function () { |
|
|
|
_createJson: function () { |
|
|
|