EXTJS-用于远程加载网格的容器

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了EXTJS-用于远程加载网格的容器相关的知识,希望对你有一定的参考价值。

  1. /**
  2. * Container for a remotely loaded grid
  3. */
  4.  
  5. HO.Class.CRUD.prototype.defineGridContainer = function () {
  6. this.GridContainer = {
  7. id : 'GridContainer'
  8. ,title : 'grid'
  9. ,loadScripts : true
  10. ,layout : 'fit'
  11. ,plugins : [this.Grid]
  12. ,managerRef : this // !!!!!!! a reference to managing object, this object, because this is our app logic
  13. //,autoShow : true
  14. ,tbar: [{
  15. text:'click me',
  16. listeners: {
  17. click: function(){ alert('test'); }
  18. }
  19. }]
  20. }
  21. } // eo function

以上是关于EXTJS-用于远程加载网格的容器的主要内容,如果未能解决你的问题,请参考以下文章

ExtJS4 网格不会更新远程数据库

Extjs4-在加载网格后为列提供默认排序

EXTJS 5.0:无限网格滚动不适用于商店中的 extraParams

新添加的行不能拖放到 extjs 网格面板中

如果网格为空,Extjs 4 禁用排序

在 extjs 4 的网格列内显示树