摘要: /**重写ext filed组件, 实现表单必填项加红色*星号**/ Ext.override(Ext.form.field.Base,{ initComponent:function(){ if(this.allowBlank!==undefined && !this.allowBlank)... 阅读全文
posted @ 2016-01-12 11:31 旋转的梦 阅读(1864) 评论(0) 推荐(0)