There is not a way to save the content of the Firebug panels, if that
is your question.

These panels are just HTML browsers, so its not very difficult to put
something out. On the other hand, the HTML, DOM, and Script panels are
built on demand, so what you see is what you get, not more. For
example, if you expect that dumping the Script panel will show you the
entire js script file as an HTML tree, you will be disappointed.  You
will only see the lines visible on the screen.

The Console and Net panels would be useful. And there could be a
function that first visits all branches of the tree, then outputs the
result. But nothing exists now.

jjb

On Mar 5, 2:02 pm, jloyzaga <[email protected]> wrote:
> johnjbarton wrote:
> > Sorry I don't understand the questions. What output? The DOM is just
> > the content of 'window'; the HTML is just the elements under
> > window.document.
>
> > jjb
>
> > On Mar 4, 3:50 pm, jloyzaga <[email protected]> wrote:
>
> >> Can I dump the output to a file? or how can I get access to the dom
> >> output?
>
> you see the output in firebug screen? all the info? can I port that to a
> file?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to