Articles tagged: XUL
Found 304 documents.
- Accessibility_AT-SPI_Support This FAQ explains how makers of Linux- or UNIX- based screen readers, voice dictation packages, ...
- Accessibility_XUL_Accessibility_Reference This page has been flagged by editors or users as needing technical review. Until it is fully ...
- Adapting_XUL_Applications_for_Firefox_1.5 This page contains a list of changes in Firefox 1.5, affecting XUL developers.
- Adding_preferences_to_an_extension This article takes the Creating a dynamic status bar extension sample to the next level, adding a ...
- Archive/Mozilla/Drag_and_drop This section describes how to implement objects that can be dragged around and dropped onto other ...
- Archive/Mozilla/Drag_and_drop/Drag_and_Drop_Example An example of implementing drag and drop will be implemented in this section.
- Archive/Mozilla/Drag_and_drop/Drag_and_Drop_JavaScript_Wrapper This section describes how to use the JavaScript wrapper for drag and drop.
- Archive/Mozilla/Help_viewer Help Viewer: Allows information to be shown to the user inside Mozilla.
- Archive/Mozilla/Remote_XUL How to use XUL delivered from a webserver, not as part of chrome.
- Building_accessible_custom_components_in_XUL DHTML Accessibility is a new technology which enables developers to construct accessible controls ...
- Building_XULRunner_with_Python This page describes how to build and use XULRunner with the Python extension on Windows and while ...
- Creating_Sandboxed_HTTP_Connections Starting with Gecko 1.8.1 (Firefox 2), it is possible to create sandboxed HTTP connections which ...
- Creating_XULRunner_Apps_with_the_Mozilla_Build_System In most cases, developers of XULRunner applications can download an existing SDK and follow the ...
- Displaying_web_content_in_an_extension_without_security_issues One of the most common security issues with extensions is execution of remote code in privileged ...
- Dynamically_modifying_XUL-based_user_interface This article discusses manipulating XUL interfaces, using DOM and other APIs. It explains the ...
- GRE The framework for embedding Mozilla technologies was at one point called the GRE (Gecko Runtime ...
- GRE_Registration Successfully embedding the GRE requires that information about installed GREs be stored on the ...
- Hiding_browser_chrome There are times in which an extension may find it useful to hide browser chrome (that is, toolbars, ...
- How_to_Quit_a_XUL_Application Script can attempt to quit a XUL application, or force the application to quit, using the ...
- Make_your_xulrunner_app_match_the_system_locale This article is going to assume a lot of knowledge of xpcom and will be written for someone using ...
- Mozilla/Add-ons/Code_snippets/Dialogs_and_Prompts This page has some code snippets used to display and process dialog boxes. See Working with windows ...
- Mozilla/Add-ons/Code_snippets/HTML_in_XUL_for_rich_tooltips This example demonstrates the dynamic injection of HTML into a XUL element. Specifically, we create ...
- Mozilla/Add-ons/Inline_Options Firefox 7 supports a new syntax for defining extensions' preferences for both bootstrapped and ...
- Mozilla/Add-ons/Overlay_Extensions/Firefox_addons_developer_guide/Introduction_to_XUL—How_to_build_a_more_intuitive_UI learn about XUL, the XML-based User-interface Language, which is one of the building blocks for ...
- Mozilla/Add-ons/Overlay_Extensions/XUL_School XUL School is a comprehensive add-on development tutorial, focusing on Firefox extension ...
- Mozilla/Add-ons/Overlay_Extensions/XUL_School/Adding_Toolbars_and_Toolbar_Buttons Adding new toolbars to Firefox is easy, but adding them the wrong way is very easy as well.
- Mozilla/Add-ons/Overlay_Extensions/XUL_School/Appendix_D:_Loading_Scripts Most add-ons and XUL Runner applications provide their primary functionality by loading and ...
- Mozilla/Add-ons/Overlay_Extensions/XUL_School/Handling_Preferences Mozilla applications are highly customizable. Preferences are used to store settings and ...
- Mozilla/Add-ons/Overlay_Extensions/XUL_School/Local_Storage It is very common for an extension to require some kind of local persistent storage. We recommend ...
- Mozilla/Firefox/Releases/1.5 Based on the Gecko 1.8 engine, Firefox 1.5 improved its already best in class standards support, ...
- Mozilla/Firefox/Releases/3.5 Firefox 3.5 introduces a number of new features, as well as additional and improved support for a ...
- Mozilla/Firefox/Releases/3.5/Security_changes This article covers security-related changes in Firefox 3.5.
- Mozilla/Firefox/Releases/3.6 Firefox 3.6 offers support for new and developing web standards, increased performance, and an ...
- Mozilla/Firefox/Releases/3/Full_page_zoom Full page zoom (or just fullZoom) is a new feature in Firefox 3.
- Mozilla/Firefox/Releases/4 Firefox 4, which shipped on March 22, 2011, enhances performance, adds more support for HTML5 and ...
- Mozilla/Preferences/Preferences_system This document describes Toolkit's preferences system. Using this system it is possible to create ...
- Mozilla/Preferences/Preferences_system/Examples
- Mozilla/Preferences/Preferences_system/New_attributes Widgets inside a prefwindow may have the following attributes (in addition to the standard ...
- Mozilla/Preferences/Preferences_system/Troubleshooting See: XUL FAQ#Troubleshooting prefwindow-based options windows.
- Mozilla/Preferences/Preference_reference/browser.dom.window.dump.enabled This setting enables the dump function, which sends messages to the system console. Set it to true ...
- Mozilla/Preferences/Preference_reference/javascript.options.strict JavaScript warnings are generated when code is executed that doesn't cause a run-time error, but is ...
- Mozilla/Preferences/Preference_reference/nglayout.debug.disable_xul_cache To improve performance, Mozilla caches chrome XUL documents the first time they load for faster ...
- Mozilla/Projects/XULRunner XULRunner is a Mozilla runtime package that can be used to bootstrap XUL + XPCOM applications that ...
- Mozilla/Projects/XULRunner/Application_Update This article will hopefully explain how to update you XulRunner application using the same method ...
- Mozilla/Projects/XULRunner/Build_Instructions XULRunner is built using basically the same process as Firefox or other applications. Please read ...
- Mozilla/Projects/XULRunner/CommandLine It's fairly easy to retrieve application specific command line arguments in XULRunner when it's not ...
- Mozilla/Projects/XULRunner/Community If you know of useful mailing lists, newsgroups, forums, or other communities related to XULRunner, ...
- Mozilla/Projects/XULRunner/Components Adding components to XULRunner is simple once you understand how XULRunner registers and saves the ...
- Mozilla/Projects/XULRunner/Creating_a_Windows_Inno_Setup_installer_for_XULRunner_applications A XULRunner application has no installer by default; however, these instructions can help you to ...
- Mozilla/Projects/XULRunner/Creating_custom_app_bundles_for_Mac_OS_X Mac OS X applications are typically packaged as application bundles which are then distributed ...
- Mozilla/Projects/XULRunner/Debugging_XULRunner_applications The easiest way to debug a XULRunner application is to get the system to tell you what's wrong! ...
- Mozilla/Projects/XULRunner/Deploying_XULRunner_1.8 Current XULRunner is a stable developer preview release. This means that while the release is ...
- Mozilla/Projects/XULRunner/Dialogs_in_XULRunner The last article in this series covered some simple XUL for creating windows, menus, and toolbars. ...
- Mozilla/Projects/XULRunner/Getting_started_with_XULRunner This article explores the Mozilla platform by building a basic desktop application using XULRunner. ...
- Mozilla/Projects/XULRunner/LDAP_XPCOM By default, XULRunner is built without LDAP XPCOM support. If you want to use LDAP components in ...
- Mozilla/Projects/XULRunner/MacFAQ (Note this document has NOT been reviewed for accuracy or completeness.)
- Mozilla/Projects/XULRunner/Specifying_Startup_Chrome_Window In order to specify the main chrome window of your XULRunner application, you'll need to add a ...
- Mozilla/Projects/XULRunner/What_XULRunner_Provides The goal of XULRunner is to provide a solution for deploying XUL applications (primarily Firefox ...
- Mozilla/Projects/XULRunner/Windows_and_menus_in_XULRunner Our quest to build a basic desktop application using XULRunner continues. Last time I installed ...
- Mozilla/Tech Mozilla has several technologies used as components of its projects. These are documented here. ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIXULBrowserWindow The XULBrowserWindow attribute exists on the nsIXULWindow interface although both Firefox and ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIXULSortService Used internally for insertion sorting.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIXULTemplateBuilder The nsITemplateBuilder interface controls the display of elements using a XUL template element and ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIXULTemplateQueryProcessor A query processor takes a template query and generates results for it given a datasource and a ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIXULTemplateResult Each result is identified by an id, which must be unique within the set of results produced from a ...
- Mozilla/Tech/XUL XUL (XML User Interface Language) is Mozilla's XML -based language for building user interfaces of ...
- Mozilla/Tech/XUL/Attribute/accelerated
- Mozilla/Tech/XUL/Attribute/align
- Mozilla/Tech/XUL/Attribute/backdrag
- Mozilla/Tech/XUL/Attribute/Browserid
- Mozilla/Tech/XUL/Attribute/chromemargin
- Mozilla/Tech/XUL/Attribute/disablechrome
- Mozilla/Tech/XUL/Attribute/disablefastfind
- Mozilla/Tech/XUL/Attribute/fadein
- Mozilla/Tech/XUL/Attribute/Findnextaccesskey
- Mozilla/Tech/XUL/Attribute/fullscreenbutton
- Mozilla/Tech/XUL/Attribute/iconsize
- Mozilla/Tech/XUL/Attribute/noinitialfocus
- Mozilla/Tech/XUL/Attribute/onsearchbegin
- Mozilla/Tech/XUL/Attribute/panel.fade
- Mozilla/Tech/XUL/Attribute/panel.flip
- Mozilla/Tech/XUL/Attribute/panel.type
- Mozilla/Tech/XUL/Attribute/pending
- Mozilla/Tech/XUL/Attribute/pinned
- Mozilla/Tech/XUL/Attribute/resizer.type
- Mozilla/Tech/XUL/Attribute/showimagecolumn
- Mozilla/Tech/XUL/Attribute/tab.selected
- Mozilla/Tech/XUL/Attribute/tabmodalPromptShowing
- Mozilla/Tech/XUL/Attribute/textbox.min
- Mozilla/Tech/XUL/Attribute/textbox.onblur
- Mozilla/Tech/XUL/Attribute/textbox.onfocus
- Mozilla/Tech/XUL/Attribute/unread
- Mozilla/Tech/XUL/Attribute/uri
- Mozilla/Tech/XUL/A_XUL_Bestiary This XULNote presents some of the key concepts and terms in the XUL development environment. The ...
- Mozilla/Tech/XUL/Deprecated_and_defunct_markup {many elements on this page are wrongly marked as deprecated, this page needs review}
- Mozilla/Tech/XUL/elements
- Mozilla/Tech/XUL/Findbar In Gecko 1.9, the findbar widget moved into toolkit, so it's available to any XUL application, as ...
- Mozilla/Tech/XUL/Firefox_menus An extension will often wish to attach a new command to a menu. To do this, the new menu will need ...
- Mozilla/Tech/XUL/Introduction_to_XUL Mozilla has configurable, downloadable chrome, meaning that the arrangement and even presence or ...
- Mozilla/Tech/XUL/List_of_commands The following lists commands which might be usable by command or command dispatchers/controllers.