|
|
@ -48682,7 +48682,9 @@ BI.shortcut("bi.radio", BI.Radio);/** |
|
|
|
|
|
|
|
|
|
|
|
BI.AbstractLabel = BI.inherit(BI.Single, { |
|
|
|
BI.AbstractLabel = BI.inherit(BI.Single, { |
|
|
|
|
|
|
|
|
|
|
|
props: { |
|
|
|
_defaultConfig: function (props) { |
|
|
|
|
|
|
|
var conf = BI.AbstractLabel.superclass._defaultConfig.apply(this, arguments); |
|
|
|
|
|
|
|
return BI.extend(conf, { |
|
|
|
textAlign: "center", |
|
|
|
textAlign: "center", |
|
|
|
whiteSpace: "nowrap", // normal or nowrap
|
|
|
|
whiteSpace: "nowrap", // normal or nowrap
|
|
|
|
textWidth: null, |
|
|
|
textWidth: null, |
|
|
@ -48695,6 +48697,7 @@ BI.AbstractLabel = BI.inherit(BI.Single, { |
|
|
|
bgap: 0, |
|
|
|
bgap: 0, |
|
|
|
text: "", |
|
|
|
text: "", |
|
|
|
highLight: false |
|
|
|
highLight: false |
|
|
|
|
|
|
|
}); |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
|
|
|
|
_createJson: function () { |
|
|
|
_createJson: function () { |
|
|
|