摘要: Ext.define("MyApp.base.BaseTextArea", { extend: "Ext.form.field.TextArea", xtype: "BaseTextArea", editor: null, initComponent: function() { this.callParent(); this.on("afterrender", this.handlerAfterrender); }, handlerAfterrender: function(txa, eOpts) { ... 阅读全文
posted @ 2014-02-20 13:06 大新博客 阅读(1302) 评论(0) 推荐(0)