Here is some recent content additions or changes appearing on the Mozilla Developer Center (MDC).
- XUL Popup Guide: Great information on using popups (panels, menus and tooltips) in extensions and XUL applications. The popup infrastructure was heavily rewritten in Gecko 1.9 (Firefox 3). Thanks Neil.
- E4X Tutorial: Joey Minta put together a really good tutorial covering many aspects of using E4X – the ability to use raw XML in JavaScript.
- Code Snippets for XUL
: Some examples of getting the
from mouse click and the selected
from right-click were added.