Sorry for the lack of clarity. I meant the RHS as in the box that holds Style, Computed, DOM vs the LHS box which houses Console, HTML, CSS, Script, DOM, Net.
On Dec 8, 4:23 pm, Sebo <[email protected]> wrote: > Hi, > > Hello > > > I'd like to write some code that allowed users to toggle the RHS panel > > temporarily. This would allow the LHS panel, in particular the HTML > > panel, as much screen width as possible. That way sites with markup > > containing a lot of depth and nesting, and/or a lot of long tag > > attributes, more chance to display horizontally without wrapping. > > Just for clarification: With LHS and RHS panels you mean the main and side > panels <http://getfirebug.com/wiki/index.php/Firebug_Terminology>. > > Is there a huge architectural reason why this would not be possible? > > No. You just have to add a > <grippy><https://developer.mozilla.org/en/XUL/splitter>to <splitter > id="fbPanelSplitter"> <https://developer.mozilla.org/en/XUL/splitter> and > add a new attribute collapse="after". > You can either add this as a new > issue<http://code.google.com/p/fbug/issues/entry?template=User%20enhancemen...>, > so it will be integrated into Firebug, or you create an > extension<http://getfirebug.com/wiki/index.php/Firebug_Internals> > . Cool, good to know, thanks. So your suggestion would be to use one of those XUL dividers that closes/hides the RHS box when dragged to the far side? I think this is the same as the XUL used to 'destroy' or hide the preview section of Thunderbird mailboxes? I wish I could find a more common example. I reckon I will give this a go! Thanks pd > Sebastian -- 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 https://groups.google.com/forum/#!forum/firebug
