Articles tagged: XUL Elements
Found 127 documents
- Mozilla/Tech/XUL/action Used to specify the content that should be generated for each matching result from a query. The ...
- Mozilla/Tech/XUL/arrowscrollbox A box which provides scroll arrows along its edges for scrolling through the contents of the ...
- Mozilla/Tech/XUL/assign For XML templates, specifies an additional variable to assign a value to.
- Mozilla/Tech/XUL/bbox A horizontal box that is baseline aligned. It is equivalent to using an hbox element with an ...
- Mozilla/Tech/XUL/binding Should be contained within a bindings element. A binding is used to bind a variable to a node. ...
- Mozilla/Tech/XUL/bindings Used to specify a set of variable bindings for a rule. This element should be contained within a ...
- Mozilla/Tech/XUL/box A container element which can contain any number of child elements. If the box has an orient ...
- Mozilla/Tech/XUL/broadcaster A broadcaster is used when you want multiple elements to share one or more attribute values, or ...
- Mozilla/Tech/XUL/broadcasterset A container element for broadcaster elements. The broadcasterset and its descendants are not ...
- Mozilla/Tech/XUL/browser A frame which is expected to contain a view of a Web document. It is similar to an iframe except ...
- Mozilla/Tech/XUL/button A button that can be pressed by the user. Event handlers can be used to trap mouse, keyboard and ...
- Mozilla/Tech/XUL/caption A header for a groupbox. It may contain either a text label, using the label attribute, or child ...
- Mozilla/Tech/XUL/checkbox An element that can be turned on and off. This is most commonly rendered as a box when the ...
- Mozilla/Tech/XUL/colorpicker A palette of colors from which a user may select by clicking on one of the grid cells.
- Mozilla/Tech/XUL/column A single column in a columns element. Each child of the column element is placed in each ...
- Mozilla/Tech/XUL/columns Defines the columns of a grid. Child column elements define the individual columns to appear in ...
- Mozilla/Tech/XUL/command A command element can be used to invoke an operation that can come from multiple sources. For ...
- Mozilla/Tech/XUL/commandset This element is not displayed and serves as a container for command elements.
- Mozilla/Tech/XUL/conditions This element should appear directly inside a rule element and is used to define conditions for ...
- Mozilla/Tech/XUL/content Éste elemento debería pertenecer a query ("consulta"). La pregunta en una regla debería enlazar ...
- Mozilla/Tech/XUL/datepicker A datepicker allows the user to enter a date. Three types are available, which can be specified ...
- Mozilla/Tech/XUL/deck An element that displays only one of its children at a time. The selectedIndex attribute ...
- Mozilla/Tech/XUL/description This element is used to create a block of text. The text can be set either with the value ...
- Mozilla/Tech/XUL/dialog This element should be used in place of the window element for dialog boxes. The buttons ...
- Mozilla/Tech/XUL/dialogheader A heading row for a dialog box. This element should be placed inside a dialog element. The ...
- Mozilla/Tech/XUL/dropmarker A dropmarker is a button with an arrow which will reveal more details when pressed. A dropmarker ...
- Mozilla/Tech/XUL/editor A frame which is expected to contain an editable document. Set the value of the editortype ...
- Mozilla/Tech/XUL/Findbar In Gecko 1.9, the findbar widget moved into toolkit, so it's available to any XUL application, ...
- Mozilla/Tech/XUL/grid A grid is a layout type that arranges elements in rows and columns. The grid is expected to ...
- Mozilla/Tech/XUL/grippy An element that may be used inside a splitter which can be used to collapse a sibling element of ...
- Mozilla/Tech/XUL/groupbox The groupbox is used to group related elements together. If a caption element is placed inside ...
- Mozilla/Tech/XUL/hbox A container element which can contain any number of child elements. This is equivalent to the ...
- Mozilla/Tech/XUL/iframe An inner frame that works much like the HTML iframe element. The src attribute can be used to ...
- Mozilla/Tech/XUL/image An element that displays an image, much like the HTML img element. The src attribute can be used ...
- Mozilla/Tech/XUL/key The key element defines a window-global keyboard shortcut and must be placed inside a keyset ...
- Mozilla/Tech/XUL/keyset A container element for key elements. The keyset and its descendants are not displayed.
- Mozilla/Tech/XUL/label This element is used to provide a label for a control element. If the user clicks the label, it ...
- Mozilla/Tech/XUL/listbox This element is used to create a list of items where one or more of the items may be selected. A ...
- Mozilla/Tech/XUL/listcell A single cell of a listbox. By default it only contains text but iconic and checkbox listcells ...
- Mozilla/Tech/XUL/listcol A column in a listbox. You can make some columns flexible and other columns non-flexible.
- Mozilla/Tech/XUL/listcols A container for the columns of a listbox, each of which are created with the listcol element. ...
- Mozilla/Tech/XUL/listhead A header row of a listbox. It is usual to place listheader elements inside the listhead, one for ...
- Mozilla/Tech/XUL/listheader A header for a single column in a listbox.
- Mozilla/Tech/XUL/listitem A single row in a listbox. The text of the listitem is specified either using listcell elements, ...
- Mozilla/Tech/XUL/member Used within a rule's conditions element to match elements that are containers or are contained ...
- Mozilla/Tech/XUL/menu An element, much like a button, that is placed on a menubar. When the user clicks the menu ...
- Mozilla/Tech/XUL/menubar A container that usually contains menu elements. On the Macintosh, the menubar is displayed ...
- Mozilla/Tech/XUL/menuitem A single choice in a menupopup element. It acts much like a button but it is rendered on a menu.
- Mozilla/Tech/XUL/menulist An element that can be used for drop-down choice lists. The user may select one of the elements ...
- Mozilla/Tech/XUL/menupopup A container used to display the contents of a popup menu. When a menupopup is open, it floats ...
- Mozilla/Tech/XUL/menuseparator Used to create a separator between menu items. Typically drawn as a thin line.
- Mozilla/Tech/XUL/notification The notification is used to display an informative message. It will normally be used as part of ...
- Mozilla/Tech/XUL/notificationbox The notificationbox element is used to display notifications above an element. Typically the ...
- Mozilla/Tech/XUL/observes The observes element can be used to listen to a broadcaster and receive events and attributes ...
- Mozilla/Tech/XUL/overlay An overlay is used when it is desirable for a block of content to be shared between several ...
- Mozilla/Tech/XUL/page Similar to a window, except it should be used for XUL files that are to be loaded into an iframe.
- Mozilla/Tech/XUL/panel A panel is a used as a temporary floating popup window that may contain any type of content. It ...
- Mozilla/Tech/XUL/param For SQL templates, used to bind values to parameters specified within an SQL statement. The ...
- Mozilla/Tech/XUL/popup The popup element is equivalent to the menupopup element which should be used instead. See the ...
- Mozilla/Tech/XUL/popupset A container for menupopup, panel and tooltip elements. This element is optional; the given ...
- Mozilla/Tech/XUL/preference Declares a preference that may be adjusted in a prefpane. This element must be placed inside a ...
- Mozilla/Tech/XUL/preferences preferences is a container for preference elements. It's supposed to be a child of prefpane element.
- Mozilla/Tech/XUL/prefpane A single preference panel in a prefwindow. A prefpane is made up of two parts, the preferences ...
- Mozilla/Tech/XUL/prefwindow A specialized window used for preference dialogs. This element should be used in place of the ...
- Mozilla/Tech/XUL/progressmeter A meter which can be used to display the progress of a lengthy operation. It is drawn as a bar ...
- Mozilla/Tech/XUL/query Used to specify the query for a template. The attributes and content of the query are dependent ...
- Mozilla/Tech/XUL/queryset A container for query elements when more than one query is used.
- Mozilla/Tech/XUL/radio An element that can be turned on and off. Radio buttons are almost always listed together in ...
- Mozilla/Tech/XUL/radiogroup A group of radio buttons. Only one radio button inside the group can be selected at a time. The ...
- Mozilla/Tech/XUL/resizer An element used for window resizing. If you place a custom resizing button inside the resizer, ...
- Mozilla/Tech/XUL/richlistbox This element is used to create a list of listitems (richlistitem s), similar to a listbox, but ...
- Mozilla/Tech/XUL/richlistitem An individual item in a richlistbox.
- Mozilla/Tech/XUL/row A single row in a rows element. Each child of the row element is placed in each successive cell ...
- Mozilla/Tech/XUL/rows Defines the rows of a grid. Child row elements define the individual rows to appear in the grid. ...
- Mozilla/Tech/XUL/rule A rule is used in a template. The children of the rule are used to declare the conditions in ...
- Mozilla/Tech/XUL/scale A scale (sometimes referred to as a "slider") allows the user to select a value from a range. A ...
- Mozilla/Tech/XUL/script Much like the HTML script element, this is used to declare a script to be used by the XUL ...
- Mozilla/Tech/XUL/scrollbar When a container's contents which are larger that the size of the container, scroll bars may be ...
- Mozilla/Tech/XUL/scrollbox A box that has additional functions that can be used to scroll the content. Note that a ...
- Mozilla/Tech/XUL/scrollcorner This element is used for the small box where the horizontal and vertical scrollbars meet.
- Mozilla/Tech/XUL/separator Creates a small separating gap between elements. This type of separator should be used to ...
- Mozilla/Tech/XUL/spacer An element that takes up space but does not display anything. It is usually used to place ...
- Mozilla/Tech/XUL/spinbuttons Spin buttons are two arrows, one to increase a value and one to decrease a value. Spin buttons ...
- Mozilla/Tech/XUL/splitter An element which should appear before or after an element inside a container. When the splitter ...
- Mozilla/Tech/XUL/stack An element that renders its children on top of each other. The first element is placed on the ...
- Mozilla/Tech/XUL/statusbar An element used to create a status bar, usually placed along the bottom of a window. It is ...
- Mozilla/Tech/XUL/statusbarpanel An individual element of a statusbar. This is a special type of button which is drawn ...
- Mozilla/Tech/XUL/stringbundle An element which can be used to load localized resources from property files. Stringbundles ...
- Mozilla/Tech/XUL/stringbundleset A container for stringbundle elements.
- Mozilla/Tech/XUL/tab A single tab which should be placed inside a tabs element. The user may click a tab to bring the ...
- Mozilla/Tech/XUL/tabbox A container used to display a set of tabbed pages of elements. A row of tabs is displayed at the ...
- Mozilla/Tech/XUL/tabbrowser This element is used for holding a set of read-only views of Web documents. It is similar to the ...
- Mozilla/Tech/XUL/tabpanel A individual panel in a tabpanels element. This element is optional and you may just use any ...
- Mozilla/Tech/XUL/tabpanels A container to hold the set of pages in a tabbox. The tabpanels element should be placed in a ...
- Mozilla/Tech/XUL/tabs A row of tabs. A tabs element should be placed inside a tabbox and should contain tab elements.
- Mozilla/Tech/XUL/template Used to declare a template for rule-based construction of elements. Elements are constructed ...
- Mozilla/Tech/XUL/textbox An input field where the user can enter text. It is similar to the HTML input element. Only one ...
- Mozilla/Tech/XUL/Textbox_(Toolkit_autocomplete) This element is created by setting the type attribute of the textbox to autocomplete. It is used ...
- Mozilla/Tech/XUL/Textbox_(XPFE_autocomplete) This element is created by setting the type attribute of a textbox to autocomplete. It is used ...
- Mozilla/Tech/XUL/textnode Normally when substituting RDF resources in template rules, you place the RDF property name ...