|
|
@ -7,7 +7,7 @@ |
|
|
|
BI.SingleSelectIconTextItem = BI.inherit(BI.Single, { |
|
|
|
BI.SingleSelectIconTextItem = BI.inherit(BI.Single, { |
|
|
|
_defaultConfig: function () { |
|
|
|
_defaultConfig: function () { |
|
|
|
return BI.extend(BI.SingleSelectIconTextItem.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
return BI.extend(BI.SingleSelectIconTextItem.superclass._defaultConfig.apply(this, arguments), { |
|
|
|
extraCls: "bi-list-item-active", |
|
|
|
extraCls: "bi-single-select-icon-text-item bi-list-item-active", |
|
|
|
attributes: { |
|
|
|
attributes: { |
|
|
|
tabIndex: 1 |
|
|
|
tabIndex: 1 |
|
|
|
}, |
|
|
|
}, |
|
|
|