> How to get currently selected node in ExtJS? > > I tried stuff like: > Ext.get('PVE.tree.ResourceTree') > PVE.tree.ResourceTree.getSelection()[0] AFAIK there is no such functionality, because it was not needed so far. The question is why you need that?