I know you already know from our offline discussion so, just for others... Every panel object (usually derived from Firebug.Panel) has a member "panelNode" This member refers to a <DIV> element that represents the panel's content
Just iterate the tree under this element and get what you need. The element is created when your panel is initialized, see here: http://code.google.com/p/fbug/source/browse/branches/firebug1.9/content/firebug/firebug.js#1466 Honza -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
