Is there a getPrevSibling() method that will return the Ext element instead of the HTML one? (like up() vs findParentNode()) The trouble is, given one specific [Ext] element, I want to reach up to the sibling immediately before it, but I want to access all the Ext methods for it (yes, it does reside as an Ext object, too).