码迷,mamicode.com
首页 > 其他好文 > 详细

Ext文本框添加清除图标,

时间:2015-06-23 17:44:17      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:

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

Ext文本框添加清除图标,

标签:

原文地址:http://www.cnblogs.com/a-long/p/4595651.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!