You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-ext...@lists.mozilla.org
Hi: I have a firefox extension with one toolbarpalette and a sidebar. In the toolbarpalette I have some toolbarbutton and one of them I want to use to get the content of one of the elements in the sidebar.
How can I access this item from toolbar?
thanks
Nickolay Ponomarev
unread,
Aug 31, 2006, 4:27:36 AM8/31/06
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to c.pa...@cobertec.com, dev-ext...@lists.mozilla.org
>From a script in a browser window, document.getElementById("sidebar").contentDocument returns the document currently loaded into that window's sidebar.