On Sep 12, 11:08 am, Olivier Cornu <[email protected]> wrote:
> > On Sep 12, 3:25 am, Sam Yong <[email protected]> wrote:
> >> I've been looking for a solution to use Javascript to open or activate
> >> Firebug.
>
> Jumping into the discussion: i'm wondering how one could do that
> cleanly from chrome?
/*
* Primary function to activate or minimize firebug.
* Used by <ol>
* <li> the status bar icon click action</li>
* <li>the activation button (within Firebug.xul) click action</
li>
* </ol>
* @param forceOpen: don't minimize, stay open if open.
* @param panelName: eg 'script', to select a specific panel
*/
toggleBar: function(forceOpen, panelName)
Firebug.toggleBar(true, 'script');
jjb
>
> --
> Olivier
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---