我建议你使用font-awesome来加载你的图标.添加Font Awesome库后,您应该执行以下操作:
小提琴:https://fiddle.sencha.com/#fiddle/mmp
Ext.create('Ext.Panel',{
renderTo: Ext.getBody(),
width: 500,
height: 500,
title: 'Testing Panel',
html : 'Contents of the Testing Panel',
bodyPadding: 10,
tools:[{
xtype : 'textfield',
fieldStyle : 'font-family: FontAwesome',
emptyText: '\uF002 Find User'
}]
});
Run Code Online (Sandbox Code Playgroud)
| 归档时间: |
|
| 查看次数: |
4313 次 |
| 最近记录: |