EXTJS-用于远程加载网格的容器
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了EXTJS-用于远程加载网格的容器相关的知识,希望对你有一定的参考价值。
/** * Container for a remotely loaded grid */ HO.Class.CRUD.prototype.defineGridContainer = function () { this.GridContainer = { id : 'GridContainer' ,title : 'grid' ,loadScripts : true ,layout : 'fit' ,plugins : [this.Grid] ,managerRef : this // !!!!!!! a reference to managing object, this object, because this is our app logic //,autoShow : true ,tbar: [{ text:'click me', listeners: { click: function(){ alert('test'); } } }] } } // eo function
以上是关于EXTJS-用于远程加载网格的容器的主要内容,如果未能解决你的问题,请参考以下文章