|
|
@ -67,7 +67,8 @@ BI.IconTextTrigger = BI.inherit(BI.Trigger, { |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
el: this.text, |
|
|
|
el: this.text, |
|
|
|
lgap: BI.isEmptyString(o.iconCls) ? 5 : 0 |
|
|
|
lgap: BI.isEmptyString(o.iconCls) ? 5 : 0, |
|
|
|
|
|
|
|
width: "fill" |
|
|
|
}, { |
|
|
|
}, { |
|
|
|
el: this.trigerButton, |
|
|
|
el: this.trigerButton, |
|
|
|
width: o.triggerWidth || o.height |
|
|
|
width: o.triggerWidth || o.height |
|
|
|