extjs button cls 设置背景色
Ext.create('Ext.panel.Panel',{frame:true,items:[{xtype:'button',text:'这里的文字',cls:'but...
Ext.create('Ext.panel.Panel',{
frame:true,
items:[
{
xtype: 'button',
text: '这里的文字',
cls : 'button_color',
style : 'background-color:#989f5a'
}
],
renderTo:Ext.getBody()
});
想改变button的背景色,在html中
<style type="text/css">
.button_color{ background-color:#989f5a;}
.myCls{ color: red;}
</style>
但是不起作用!请问怎么解决 展开
frame:true,
items:[
{
xtype: 'button',
text: '这里的文字',
cls : 'button_color',
style : 'background-color:#989f5a'
}
],
renderTo:Ext.getBody()
});
想改变button的背景色,在html中
<style type="text/css">
.button_color{ background-color:#989f5a;}
.myCls{ color: red;}
</style>
但是不起作用!请问怎么解决 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询