On Nov 11, 3:40 am, ronald29x <[email protected]> wrote: > Hi John, > > Thanks for the reply. > But I don't want to take the hassle of traversing & constructing the > html tags & attributes. > Firebug can do that, so why wouldn't we use it? :) > At least how to get the html tags & attribute using firebug's code > (just like what console.dirxml or html panel do)? The code responsible for generating the HTML panel content is here: http://code.google.com/p/fbug/source/browse/branches/firebug1.7/content/firebug/html.js
It's based on "Domplate", which is internal Firebug's templating engine used for HTML UI generation. You can read some docs about Domplate here: http://www.softwareishard.com/blog/category/domplate/ 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 http://groups.google.com/group/firebug?hl=en.
