Articles tagged: XUL
Found 304 documents.
- Mozilla/Tech/XUL/Tutorial/Document_Object_Model The Document Object Model (DOM) can be used with XUL elements to get information about them or ...
- Mozilla/Tech/XUL/Tutorial/Element_Positioning Here we'll look at controlling the position and size of an element.
- Mozilla/Tech/XUL/Tutorial/Features_of_a_Window We've already seen some features of windows. We'll look at some more in this section.
- Mozilla/Tech/XUL/Tutorial/Focus_and_Selection The section will describe how to handle the focus and selection of elements.
- Mozilla/Tech/XUL/Tutorial/Grids XUL has a set of elements for creating tabular grids.
- Mozilla/Tech/XUL/Tutorial/Groupboxes This section describes a way to include elements into groups
- Mozilla/Tech/XUL/Tutorial/Input_Controls XUL has elements that are similar to the HTML form controls.
- Mozilla/Tech/XUL/Tutorial/Install_Scripts This section describes the install script.
- Mozilla/Tech/XUL/Tutorial/Introduction This tutorial is a guide to learning XUL (XML User Interface Language) which is a cross-platform ...
- Mozilla/Tech/XUL/Tutorial/Introduction_to_RDF In this section, we'll look at RDF (Resource Description Framework).
- Mozilla/Tech/XUL/Tutorial/Introduction_to_XBL XUL has a sister language, XBL (eXtensible Bindings Language). This language is used for declaring ...
- Mozilla/Tech/XUL/Tutorial/Keyboard_Shortcuts You could use keyboard event handlers to respond to the keyboard. However, it would be tedious to ...
- Mozilla/Tech/XUL/Tutorial/List_Controls XUL has a number of types of elements for creating list boxes.
- Mozilla/Tech/XUL/Tutorial/Localization XUL and XML provide entities which are a convenient way of allowing localization.
- Mozilla/Tech/XUL/Tutorial/Manifest_Files In this section, we'll see how to put chrome and XUL files into a package and create the manifest ...
- Mozilla/Tech/XUL/Tutorial/Manipulating_Lists The XUL listbox provides a number of specialized methods.
- Mozilla/Tech/XUL/Tutorial/Modifying_a_XUL_Interface The DOM provides various functions to modify the document.
- Mozilla/Tech/XUL/Tutorial/Modifying_the_Default_Skin This section describes how to modify the skin of a window.
- Mozilla/Tech/XUL/Tutorial/More_Button_Features In this section, we will look at some additional features of buttons.
- Mozilla/Tech/XUL/Tutorial/More_Event_Handlers In this section, the event object is examined and additional events are described.
- Mozilla/Tech/XUL/Tutorial/More_Menu_Features In this section, we'll look at creating submenus and checked menus
- Mozilla/Tech/XUL/Tutorial/More_Tree_Features Here, we'll see more features of trees.
- Mozilla/Tech/XUL/Tutorial/More_Wizards This section describes some additional features of wizards.
- Mozilla/Tech/XUL/Tutorial/Numeric_Controls XUL has two elements used for the entry of numeric values or ranges, and well as two elements for ...
- Mozilla/Tech/XUL/Tutorial/Open_and_Save_Dialogs A common type of dialog is one where the user can select a file to open or save.
- Mozilla/Tech/XUL/Tutorial/Overlays This section will describe overlays which can be used to separate common content.
- Mozilla/Tech/XUL/Tutorial/Persistent_Data This section describes how to save the state of a XUL window.
- Mozilla/Tech/XUL/Tutorial/Popup_Menus In the last section, we looked at creating a menu on a menu bar. XUL also has the capability of ...
- Mozilla/Tech/XUL/Tutorial/Progress_Meters In this section, we'll look at creating progress meters.
- Mozilla/Tech/XUL/Tutorial/Property_Files In a script, entities cannot be used. Property files are used instead.
- Mozilla/Tech/XUL/Tutorial/RDF_Datasources Here, we'll look at additional datasources and how to use your own RDF files as datasources.
- Mozilla/Tech/XUL/Tutorial/Scrolling_Menus This section will describe scrolling menus and how to use the mechanism with other elements.
- Mozilla/Tech/XUL/Tutorial/Simple_Menu_Bars In this section, we'll see how to create a menu bar with menus on it.
- Mozilla/Tech/XUL/Tutorial/Splitters We'll now look at how to add splitters to a window.
- Mozilla/Tech/XUL/Tutorial/Stacks_and_Decks There may be need to display elements as a set of overlapping cards. The stack and deck elements ...
- Mozilla/Tech/XUL/Tutorial/Stack_Positioning This section will describe how to position items in a stack.
- Mozilla/Tech/XUL/Tutorial/Styling_a_Tree The following describes how to style a tree.
- Mozilla/Tech/XUL/Tutorial/Tabboxes It is common in preference dialogs for tabbed pages to appear. We'll find out how to create them ...
- Mozilla/Tech/XUL/Tutorial/Templates In this section, we'll find out how to populate elements with data.
- Mozilla/Tech/XUL/Tutorial/The_Box_Model In this section, we'll look at how XUL handles layout.
- Mozilla/Tech/XUL/Tutorial/The_Chrome_URL The following section will describe how to refer to XUL documents and other chrome files.
- Mozilla/Tech/XUL/Tutorial/Toolbars A toolbar is usually placed along the top of a window and contains a number of buttons that perform ...
- Mozilla/Tech/XUL/Tutorial/Trees XUL provides a way to create tabular or hierarchical lists using a tree.
- Mozilla/Tech/XUL/Tutorial/Trees_and_Templates The following describes how to use a template with a tree.
- Mozilla/Tech/XUL/Tutorial/Tree_Box_Objects This section will describe the tree box object used to handle how a tree is displayed.
- Mozilla/Tech/XUL/Tutorial/Tree_Selection The section will describe how to get and set the selected items in a tree.
- Mozilla/Tech/XUL/Tutorial/Tree_View_Details This section will describe some more features of tree views.
- Mozilla/Tech/XUL/Tutorial/Updating_Commands In this section, we will look at how to update commands.
- Mozilla/Tech/XUL/Tutorial/Using_Spacers In this section, we will find out how to add some spacing in between the elements we have created.
- Mozilla/Tech/XUL/Tutorial/XBL_Attribute_Inheritance In this section we'll see how attributes can be inherited.
- Mozilla/Tech/XUL/Tutorial/XBL_Example This section will describe an example XBL element.
- Mozilla/Tech/XUL/Tutorial/XBL_Inheritance In this section, we'll look at how to extend existing XBL definitions.
- Mozilla/Tech/XUL/Tutorial/XPCOM_Examples This section provides some examples of using XPCOM along with some additional interfaces.
- Mozilla/Tech/XUL/Tutorial/XPCOM_Interfaces In this section, we'll take a brief look at XPCOM (Cross-platform Component Object Model), which is ...
- Mozilla/Tech/XUL/Tutorial/XUL_Structure We'll begin by looking at how the XUL is handled in Mozilla.
- Mozilla/Tech/XUL/XUL_controls The following table lists the user interface controls provided by XUL. See the XUL Tutorial for a ...
- Mozilla/Tech/XUL/XUL_Reference
- Mozilla_Application_Framework The Mozilla Application Framework: for powerful, easy to develop cross-platform applications
- Mozilla_Application_Framework_in_Detail Mozilla's philosophy of using "the right tool for the right job" is manifested most prominently in ...
- Offering_a_context_menu_for_form_controls Firefox 3 changed the behavior of right-click on form controls to no longer display a context menu ...
- Opening_a_Link_in_the_Default_Browser XULRunner applications may have situation where they wish to open a URI in the default browser. ...
- Preferences_API Preferences API allows you to save and read strings, numbers, booleans, and references to files to ...
- Setting_HTTP_request_headers HTTP is one of the core technologies behind the Web. In addition to the actual content, some ...
- Signing_an_executable_with_Authenticode This article describes how to digitally sign your executable file, mainly a Windows application ...
- Skinning_XUL_Files_by_Hand The skin of a XUL file is its look or overall style. In XUL, skins are created with Cascading Style ...
- The_Joy_of_XUL Intended audience: Application developers and development managers who seek to better understand ...
- Tools/Add-ons/DOM_Inspector The DOM Inspector (also known as DOMi) is a developer tool used to inspect, browse, and edit the ...
- Tree_Widget_Changes This describes changes in XUL Trees API for Gecko 1.8.
- Using_Crash_Reporting_in_a_XULRunner_Application XULRunner application authors who wish to use crash reporting must run a crash reporting server. ...
- Using_Mochitests_in_a_XULRunner_Application Mochitest is an automated testing framework built on top of the MochiKit JavaScript libraries. It's ...
- Using_multiple_DTDs Normally you have a single DTD (D ocument T ype D efinition) to localize a specific XUL file. But ...
- Using_Remote_XUL XUL (pronounced like "zool"), which is short for XML-based User Interface Language, is an XML-based ...
- Using_the_Editor_from_XUL The editor in XUL lives on top of a XUL iframe element; it observes document loading in this ...
- Web/Accessibility/Web_Development
- Web/CSS/-moz-stack-sizing -moz-stack-sizing is an extended CSS property. Normally, a stack will change its size so that all ...
- Web/Guide/CSS/Getting_started/XUL_user_interfaces This page illustrates Mozilla's specialized language for creating user interfaces.
- Web/Guide/CSS/Writing_efficient_CSS This document provides guidelines for optimizing CSS code, and more specifically on how to write ...
- Web/Guide/HTML/Drag_and_drop Firefox and other Mozilla applications support a number of features for handling drag and drop. ...
- Window_icons Starting with Firefox 1.5, Thunderbird 1.5, and XULRunner 1.8, you can specify an icon for a XUL ...
- Writing_Skinnable_XUL_and_CSS The following document outlines rules that one must abide by when writing a skin. Mozilla can have ...
- XTech_2005_Presentations/XUL_-_Mozilla's_XML_User_Interface_Language Ben Goodger, lead engineer for Mozilla Firefox talked about XUL, Mozilla's XML User Interface ...
- XUL:Property:flexGroup
- XULBrowserWindow The XULBrowserWindow object provides methods and properties that let the browser update the user ...
- XULRunner_1.8.0.1_Release_Notes XULRunner 1.8.0.1 is the first stable developer preview release of XULRunner. It provides ...
- XULRunner_1.8.0.4_Release_Notes XULRunner 1.8.0.4 is a stable developer preview of the Mozilla XULRunner application framework. It ...
- XULRunner_1.9.1_Release_Notes XULRunner 1.9.1 is a stable release of the Mozilla XULRunner application framework. It provides ...
- XULRunner_1.9_Release_Notes XULRunner 1.9 is a stable release of the Mozilla XULRunner application framework. It replaces ...
- XULRunner_FAQ This page is intended to answer frequently asked questions and correct common misconceptions about ...
- XULRunner_Hall_of_Fame See also Featured Mozilla-based applications, many of which use XULRunner.
- XULRunner_Old_Releases
- XULRunner_tips XULRunner Frequently Asked Questions. Work in progress.
- XUL_accessibility_guidelines Welcome to the XUL Accessibility Guidelines. By following these principles and practices, you will ...
- XUL_Accesskey_FAQ_and_Policies An accesskey is an underlined letter in a web page, menu or dialog that indicates to a user a ...
- XUL_Application_Packaging XULRunner application packages are standard toolkit bundles (like a Firefox extension), with one ...
- XUL_Booster XUL Booster is a third party Eclipse / WebTools build that offers some support for XUL Editing and ...
- XUL_Changes_for_Firefox_1.5 This lists the most notable changes to XUL in Firefox 1.5 (Gecko 1.8). For other changes you should ...
- XUL_Coding_Style_Guidelines XUL, pronounced as "zool", stands for "XML-based User Interface Language", is a cross platform way ...
- XUL_Event_Propagation This article describes the event model in XUL and features event propagation as a way to handle ...
- XUL_Explorer XUL Explorer is a XULRunner application that provides an easy way to experiment with XUL. It’s a ...
- XUL_FAQ This document contains answers to frequently asked questions about XUL, Mozilla's markup language ...