font size in ext buttons
By jack | January 6, 2009
Is there any possible way to control the font size of the ext buttons?
this is how i instantiate my button:
tb_uni=new Ext.Button({
text:dtitle,
pressed:false,
minWidth:100,
cls:'btnCls'
note: btnCls is a css name i created just to control its fontsize but it doesnt work
Pls help me out... thanks in advance :D
try:
.btnCls .x-btn-text{}
or
.btnCls .x-btn-center .x-btn-text{}
#If you have any other info about this subject , Please add it free.# |
Topics: enart.xn--fiqs8sjn5by0n.com | edit
