Re: sharing xul elements between toolbars
Nikhil Johny <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
so do you mean that to create the new toolbar, i would need to do the following: 1. create the toolbar using the <toolbar>. 2. create the custom back and forward button and use the command and broadcaster technique to achieve the same functionality. then use css to style the new button as i wish. 3. for the url bar i could just change the style directly to get the smaller width. then i can append the url bar to my new toolbar when i activate the fullscreen mode. 4. also i wanted to bring the tabs toolbar to the same line as the back button and url bar. again i can use DOM for this. 5. i can position my element as above using the DOM,right?(i am still working with the DOM so i am not quite sure if this would work. please mention if i am wrong.) Thank You