行一恒  

2013年9月10日

摘要: Ext.define('Ext.ux.form.Validation', { extend: 'Ext.AbstractPlugin' , alias: 'plugin.uxvalidation' , init: function (view) { //view代表传入进来的Ext.form. field.Field Ext.override(view, { getErrors: function (value) { var me = this, errors = me.callParent(arguments); console.log(me) 阅读全文
posted @ 2013-09-10 11:24 行一恒 阅读(322) 评论(0) 推荐(0)