如何在按钮中加icon:
1、在Extjs中
{
xtype:'button',
text:'学生档案',
iconCls:'file',
},
2、在css中写:
.file{
background-image: url(‘./img/book_key.png.png‘)!important;
}
如何在按钮中加icon:
1、在Extjs中
{
xtype:'button',
text:'学生档案',
iconCls:'file',
},
2、在css中写:
.file{
background-image: url(‘./img/book_key.png.png‘)!important;
}
本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。