发布网友 发布时间:2024-10-02 01:16
共0个回答
在store加checked属性 var store = Ext.create('Ext.data.TreeStore', { root: { expanded: true,children: [{ text: "detention", leaf: true, checked: true },{ text: "homework", expanded: true, children: [{ text: "book report", leaf: true },{ text: "algebra", leaf: true...
如何让Extjs4.1中的treegrid和treestore实现分页Extjs treeGrid分页实例,项目中用到,拿出来跟大家分享一下,主要是通过两个store实现。[javascript] view plaincopy ProTreeGrid = Ext.extend(Ext.tree.Panel, { _baseParam : { process : '项目立项',isShow : 'true',start : 1 },constructor : function(_config) { if (_config == null...