@ -15,10 +15,6 @@ BI.MultiSelectItem = BI.inherit(BI.BasicButton, {
dynamic: false
},
iconWrapperWidth: 26,
textHgap: 0,
textLgap: 0,
textRgap: 0,
textVgap: 0,
});
@ -16,9 +16,6 @@ BI.SingleSelectRadioItem = BI.inherit(BI.BasicButton, {
height: BI.SIZE_CONSANTS.LIST_ITEM_HEIGHT,
iconWrapperWidth: 16,
textHgap: 10,
textRgap: 0
@ -12,12 +12,6 @@ BI.IconTextTrigger = BI.inherit(BI.Trigger, {
return BI.extend(conf, {
baseCls: (conf.baseCls || "") + " bi-text-trigger",
height: 24,
textTgap: 0,
textBgap: 0,
iconHeight: null,
iconWidth: null,
textCls: ""
@ -9,12 +9,6 @@ BI.SelectIconTextTrigger = BI.inherit(BI.Trigger, {
iconCls: ""
@ -14,11 +14,6 @@ BI.TextTrigger = BI.inherit(BI.Trigger, {
textHgap: 6,
textCls: "",
title: function () {
return self.text.getText();
@ -11,12 +11,6 @@ BI.SelectTextTrigger = BI.inherit(BI.Trigger, {
return BI.extend(BI.SelectTextTrigger.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-select-text-trigger",
@ -10,12 +10,6 @@ BI.SmallSelectTextTrigger = BI.inherit(BI.Trigger, {
return BI.extend(BI.SmallSelectTextTrigger.superclass._defaultConfig.apply(this, arguments), {
baseCls: "bi-small-select-text-trigger bi-border",
height: 20,
@ -11,11 +11,6 @@ BI.SmallTextTrigger = BI.inherit(BI.Trigger, {