Ext.each(Ext.getCmp(
'left_panel'
),
function
(accrd){
Ext.each(accrd.items.items,
(tree){
node=tree.getNodeById(id);
if
(node)
return
false
;
});