|
|
@ -54,7 +54,7 @@ BI.SelectIconTextTrigger = BI.inherit(BI.Trigger, { |
|
|
|
}; |
|
|
|
}; |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
return { |
|
|
|
return { |
|
|
|
text: o.text, |
|
|
|
text: BI.isFunction(o.text) ? o.text() : o.text, |
|
|
|
textCls: "bi-water-mark", |
|
|
|
textCls: "bi-water-mark", |
|
|
|
iconCls: o.iconCls |
|
|
|
iconCls: o.iconCls |
|
|
|
}; |
|
|
|
}; |
|
|
|