Firebug has a few sub-panels below the HTML panel: Style, Layout, & DOM.
I'm trying to add my own HTML sub-panel. Simple fictional example: Let's say I'd like a panel called 'Tag' and, when a DOM element is selected, it'll merely show the name of the element tag, eg. it'll say "a" if an anchor is selected, "div" if a div is selected. Can someone give me some overall direction? So far, I've learned howto add my own main panels etc via a tutorial [1] but I haven't gotten much further, yet. Thanks! I promise I'll open-source my extension incase it helps anyone, after I can get this panel working (and get access to the currently selected/inspected element, with it) Thanks again. [1]: http://www.firephp.org/Reference/Developers/ExtendingFirebug.htm --~--~---------~--~----~------------~-------~--~----~ 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 http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
