EXTJS超链接有下划线的代码"<a href='#' onClick='showNews(\""+customerId+"\")'>"+customerName+"</a>"+'</span>')
EXTJS超链接显示没有下划线的代码"<a href='#' style=\"text-decoration:none;\" onClick='showNews(\""+customerId+"\")'>"+customerName+"</a>"+'</span>')
EXTJS下拉框查询查全部的时候
<item name ="">全部</item>
<item name ="1">11</item>
<item name ="2">222</item>
EXTJS一个表单要输入东西的时候输入空格让他保存的时候前后的空格不保存fieldLabel: '详细描述',
name : 'remark',
height: 64,
xtype : 'textarea',
emptyText:'详细描述',
regex : /^.*[^ ].*$/,
regexText : "不能全部输入空格"
不叫你改的BUG千万不要改