日期:2014-05-16 浏览次数:20618 次
ed.doc.loader = new Ext.data.TreeStore({
proxy: {
type: 'ajax',
url : 'action/docTreeListSearchController',
reader : {
type : 'json',
root : 'docTreeList'
},
extraParams : {
docUnitId : ed.doc.parDocUnitId
}},
root : {
id : 'xnode',
text : ed.resources.DOC_TREE_ROOT,
expanded : true
}
});
var tree = new Ext.tree.Panel({
useArrows: true,
id : 'tree',
title : ed.resources.DOC_TAB_TIT_TREE,
autoScroll : true,
iconCls : 'tabHierarchy',
enableDD : false,
animate: true,
containerScroll: true,
// root : new Ext.tree.AsyncTreeNode({
// id : 'xnode',
// text : ed.resources.DOC_TREE_ROOT,
// expanded : true
// }),
store : ed.doc.loader
});
{"docTreeList":[{"id":"1101130969","text":"ww","leaf":false},{"id":"1101130838","text":"張","leaf":false},
{"id":"1101130814","text":"張1","leaf":false},{"id":"1101130871","text":"qqq","leaf":false},{"id":"1101130847","text":"wz_floder","leaf":false}
}