Ext文本框添加清除图标,

{
xtype : 'textfield',
columnWidth : 0.2,
name : 'goodsName',
fieldLabel : '商品名称',
emptyText : '请输入...',
triggers : {
bar : {
cls : Ext.baseCSSPrefix
+ 'form-clear-trigger',
handler : function() {
this.reset();
}
}
}
},

posted @ 2015-06-23 16:01  A-long  阅读(578)  评论(0编辑  收藏  举报