我前面有Formpanl,其中加了下面这个就报错误,去掉这个就好了。。大家帮看看//模板类型
var reportType = new Ext.form.CheckboxGroup({
  fieldLabel: '类型',
  id: 'reportType',
  xtype: 'checkboxgroup',
  layout: 'table',
  items: [
  { boxLabel: '名称1', name: 'TTypeID', inputValue: '1', anchor: '100%' },
  { boxLabel: '名称2', name: 'TTypeID1', inputValue: '1', anchor: '100%' }
  ]
});这个一直报'events'为空或不是对象