{
xtype : 'textfield', columnWidth : 0.2, name : 'goodsName', fieldLabel : '商品名称', emptyText : '请输入...', triggers : { bar : { cls : Ext.baseCSSPrefix + 'form-clear-trigger', handler : function() { this.reset(); } } } },本文共 269 字,大约阅读时间需要 1 分钟。
{
xtype : 'textfield', columnWidth : 0.2, name : 'goodsName', fieldLabel : '商品名称', emptyText : '请输入...', triggers : { bar : { cls : Ext.baseCSSPrefix + 'form-clear-trigger', handler : function() { this.reset(); } } } },转载于:https://www.cnblogs.com/a-long/p/4595651.html