Ext学习笔记-ct is null

来源:互联网 发布:淘宝定金宝贝能发货吗 编辑:程序博客网 时间:2024/05/01 18:40

ct is null

源代码:

var  gridToolInDetail  =  new  Ext.grid.GridPanel({

      //renderTo: 'inStock_container',

      bodyStyle:  'width:100%',

      stripeRows:  true,

      enableDragDrop:  false,

      width:  '100%',

      viewConfig:  {

             forceFit:  true

      },

……

 })

可能错误源:renderTo找不到对应的'inStock_container',或者不需要renderTo配置项.

原创粉丝点击