ExtJS Button Style Toolbar [duplicate]

旧城冷巷雨未停 提交于 2019-12-01 03:37:58

I had the exact same issue. To solve, I pass this into the button:

cls:'x-btn-default-small'

Adding this

ctCls: 'x-btn-over'

to button config solved the issue for me in Ext 2.2.1

This link seemed to answer exactly what i wanted.

Look at zombeerose's response for 3.0 solution.

http://www.sencha.com/forum/showthread.php?57130-Toolbar-button-style

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!