摘要:
ExtJs 3.4 作用定制化的模板Ext.ux.TemplateRenderer = function(config) { Ext.apply(this, config);if (typeof this.template == 'string') {this.template = new Ext.XTemplate(this.template); } Ext.ux.TemplateRenderer.superclass.constructor.call(this);}Ext.extend(Ext.ux.TemplateRenderer, Ext.Updater.BasicRe 阅读全文
posted @ 2013-05-17 18:02
lanfengniao
阅读(298)
评论(0)
推荐(0)
浙公网安备 33010602011771号