Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to display sidebar in bottom of window

4 views
Skip to first unread message

jan.p...@gmail.com

unread,
Apr 22, 2009, 8:44:14 AM4/22/09
to
Hi
I'm trying to create sidebar in my extension ... everythink is OK, but
i want it to display on the bottom of my window (for example like
firebug)

I'm using this code

https://developer.mozilla.org/en/Creating_a_Firefox_sidebar

Do you have any ideas ?

Thanks

John J. Barton

unread,
Apr 22, 2009, 10:55:59 AM4/22/09
to
jan.p...@gmail.com wrote:
> Hi
> I'm trying to create sidebar in my extension ... everythink is OK, but
> i want it to display on the bottom of my window (for example like
> firebug)
>
> I'm using this code
>
> https://developer.mozilla.org/en/Creating_a_Firefox_sidebar
>

The only bit that would be different is you would overlay appcontent:

<vbox id="appcontent">
<splitter id="fbContentSplitter" collapsed="true"/>
<vbox id="fbContentBox" collapsed="true" persist="height">
</vbox>
</vbox>

jjb

jan.p...@gmail.com

unread,
Apr 24, 2009, 6:42:51 AM4/24/09
to
On 22. Apr, 16:55 h., "John J. Barton" <johnjbar...@johnjbarton.com>
wrote:

Thanks John , your code is working very well. :)

0 new messages