|
|
|
@ -10,7 +10,7 @@ BI.BlankIconIconTextItem = BI.inherit(BI.BasicButton, {
|
|
|
|
|
_defaultConfig: function () { |
|
|
|
|
var conf = BI.BlankIconIconTextItem.superclass._defaultConfig.apply(this, arguments); |
|
|
|
|
return BI.extend(conf, { |
|
|
|
|
baseCls: (conf.baseCls || "") + " bi-blank-icon-text-item", |
|
|
|
|
baseCls: (conf.baseCls || "") + " bi-blank-icon-icon-text-item", |
|
|
|
|
iconCls1: "", |
|
|
|
|
iconCls2: "", |
|
|
|
|
blankWidth: 0, |
|
|
|
|