in-line :-
On Tue, Sep 15, 2009 at 14:39, Jan Odvarko <[email protected]> wrote:
>
>> >> a. Where is the log of firebug kept ?
>>
>> > In a 'div' element in an HTML page called panel.html.
>>
>> Is there a way to access this log ?
> Get the console panel object using getPanel (member of Firebug's
> context object).
>
> See
> http://www.softwareishard.com/blog/firebug-tutorial/extending-firebug-toolbar-part-ii/
> how to get the context (e.g. onMyButton method).
>
> var panel = context.getPanel("console", true);
>
> As soon as you have the panel object you can get root dom element that
> represents its content.
> var root = panel.panelNode;
Wow,
This is above my skillset/capability. You are not dealing with a
programmer but just a user who wants to give some of the stats to
people who are doing sites. So if there is already a button or an
extension built for the purposes of getting errors recorded it would
be nice.
Another query, does the log get cleared once you have closed firebug
or does it still have some "history" left from the previous session
within the same firefox session.
> Honza
--
Regards,
Shirish Agarwal
My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3 8D70 950D 53FB 729A 8B17
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---