Ok another DOMQuery question. i think the EXT API docs are a little scarce on this.
Inside my FormPanel I have mulitple fieldsets, but need to find the one that has a header title of 'Test Results'.
Does anyone know if Ext provides a helper function to do something like this or will i need to do soemthing like formPanel.findByType("fieldset", true)
, and then do a for each loop looking for that particular title...?
Thanks!