I'm now using the new version of the Jetpack API of which allows you to create addons for Firefox using a JS framework.
The 'panel' object is easy to use - but I'm struggling to find a way to position it. The documentation simply states (Jetpack Panel API)
panel.show(anchor) DomElement
But I'd like to position the panel in the bottom right corner of the window - How do I do this - and where can I find some more documentation about it.
Cheers guys.
Edit:
No one? Does no one know or is is a badly phrased question?