diff options
Diffstat (limited to 'files/ca/archive/mozilla')
-rw-r--r-- | files/ca/archive/mozilla/index.html | 10 | ||||
-rw-r--r-- | files/ca/archive/mozilla/xul/controls_xul/index.html | 479 | ||||
-rw-r--r-- | files/ca/archive/mozilla/xul/index.html | 108 | ||||
-rw-r--r-- | files/ca/archive/mozilla/xul/xul_reference/index.html | 374 | ||||
-rw-r--r-- | files/ca/archive/mozilla/xul/xul_tutorial/index.html | 137 | ||||
-rw-r--r-- | files/ca/archive/mozilla/xul/xul_tutorial/introducció/index.html | 45 | ||||
-rw-r--r-- | files/ca/archive/mozilla/xulrunner/index.html | 17 | ||||
-rw-r--r-- | files/ca/archive/mozilla/xulrunner/què_ofereix_xulrunner/index.html | 61 |
8 files changed, 1231 insertions, 0 deletions
diff --git a/files/ca/archive/mozilla/index.html b/files/ca/archive/mozilla/index.html new file mode 100644 index 0000000000..0acec76e6d --- /dev/null +++ b/files/ca/archive/mozilla/index.html @@ -0,0 +1,10 @@ +--- +title: Archived Mozilla and build documentation +slug: Archive/Mozilla +tags: + - NeedsTranslation + - TopicStub +translation_of: Archive/Mozilla +--- +<p>These articles are archived, obsolete documents about Mozilla, Gecko, and the process of building Mozilla projects.</p> +<p>{{SubpagesWithSummaries}}</p> diff --git a/files/ca/archive/mozilla/xul/controls_xul/index.html b/files/ca/archive/mozilla/xul/controls_xul/index.html new file mode 100644 index 0000000000..a192e2288c --- /dev/null +++ b/files/ca/archive/mozilla/xul/controls_xul/index.html @@ -0,0 +1,479 @@ +--- +title: Controls XUL +slug: Archive/Mozilla/XUL/Controls_XUL +translation_of: Archive/Mozilla/XUL/XUL_controls +--- +<p>LA taula següent llista els controls d'interfície d'usuari que proveeix <a class="internal" href="/Ca/XUL" title="ca/XUL">XUL</a>. Consulta el <a class="internal" href="/Ca/XUL_Tutorial" title="ca/XUL Tutorial">Tutorial de XUL</a> per una guia pas a pas de com es fan servir i la <a class="internal" href="/Ca/XUL_Reference" title="ca/XUL Reference">Referència XUL</a> per més informació.</p> +<table class="standard-table"> + <tbody> + <tr> + <td><strong><button></strong> + <p>A button that can be pressed by the user.</p> + <pre> +<button label="Save" accesskey="S"/> +</pre> + <ul> + <li><a href="/en/XUL_Tutorial/Adding_Buttons" title="en/XUL_Tutorial/Adding_Buttons">More information about the button element</a>.</li> + <li><a href="/en/XUL/button" title="en/XUL/button">Button Reference</a></li> + </ul> + </td> + <td><img alt="Image:Controlsguide-button.gif" class="internal" src="/@api/deki/files/150/=Controlsguide-button.gif"></td> + </tr> + <tr> + <td><strong><button type="menu"></strong> + <p>A button that has a drop down menu attached to it. Pressing the button opens the menu.</p> + <pre> +<button type="menu" label="View"> + <menupopup> + <menuitem label="List"/> + <menuitem label="Details"/> + </menupopup> +</button> +</pre> + <ul> + <li><a href="/en/XUL_Tutorial/More_Button_Features#Button_with_menupopup" title="en/XUL_Tutorial/More_Button_Features#Button_with_menupopup">More information about this type of menu button element</a>.</li> + <li><a href="/en/XUL/button" title="en/XUL/button">Button Reference</a></li> + <li>Related Elements: {{ XULElem("menupopup") }} {{ XULElem("menuitem") }}</li> + </ul> + </td> + <td><img alt="Image:Controlsguide-button-menu.gif" class="internal" src="/@api/deki/files/147/=Controlsguide-button-menu.gif"></td> + </tr> + <tr> + <td><strong><button type="menu-button"></strong> + <p>A button that that has a separate arrow button with a menu attached to it. Unlike with the '<code>menu</code>' type, a separate action may be performed when the main part of the button is pressed.</p> + <pre> +<button type="menu-button" label="New"> + <menupopup> + <menuitem label="New Document"/> + <menuitem label="New Image"/> + </menupopup> +</button> +</pre> + <ul> + <li><a href="/en/XUL_Tutorial/More_Button_Features#Button_with_menupopup" title="en/XUL_Tutorial/More_Button_Features#Button_with_menupopup">More information about this type of menu button element</a>.</li> + <li><a href="/en/XUL/button" title="en/XUL/button">Button Reference</a></li> + <li>Related Elements: {{ XULElem("menupopup") }} {{ XULElem("menuitem") }}</li> + </ul> + </td> + <td><img alt="Image:Controlsguide-button-menu-button.gif" class="internal" src="/@api/deki/files/146/=Controlsguide-button-menu-button.gif"></td> + </tr> + <tr> + <td><strong><checkbox></strong> + <p>A control that may be turned on and off, typically used to create options which may be enabled or disabled.</p> + <pre> +<checkbox label="Show Toolbar Labels" checked="true"/> +</pre> + <ul> + <li><a href="/en/XUL_Tutorial/Input_Controls#Checkboxes_and_Radio_Elements" title="en/XUL_Tutorial/Input_Controls#Checkboxes_and_Radio_Elements">More information about the checkbox element</a>.</li> + <li><a href="/en/XUL/checkbox" title="en/XUL/checkbox">Checkbox Reference</a></li> + </ul> + </td> + <td><img alt="Image:Controlsguide-checkbox.gif" class="internal" src="/@api/deki/files/152/=Controlsguide-checkbox.gif"></td> + </tr> + <tr> + <td><strong><colorpicker></strong> + <p>A control that may be used to select a color.</p> + <pre> +<colorpicker color="#FF0000"/> +</pre> + <ul> + <li><a href="/en/XUL/colorpicker" title="en/XUL/colorpicker">Colorpicker Reference</a></li> + </ul> + </td> + <td><span class="comment">Image:Controlsguide-colorpicker.png</span></td> + </tr> + <tr> + <td><strong><colorpicker type="button"></strong> + <p>A specialized type of color picker which shows only a button but when pressed, a popup will be displayed to select a color from.</p> + <pre> +<colorpicker type="button" color="#CC0080"/> +</pre> + <ul> + <li><a href="/en/XUL/colorpicker" title="en/XUL/colorpicker">Colorpicker Reference</a></li> + </ul> + </td> + <td><img alt="Image:Controlsguide-colorpicker-button.png" class="internal" src="/@api/deki/files/154/=Controlsguide-colorpicker-button.png"></td> + </tr> + <tr> + <td><strong><datepicker></strong> + <p>{{ Fx_minversion_inline(3) }}</p> + <p>A set of textboxes which may be used to allow the entry of a date.</p> + <pre> +<datepicker value="2007/03/26"/> +</pre> + <ul> + <li><a href="/en/XUL/datepicker" title="en/XUL/datepicker">Datepicker Reference</a></li> + </ul> + </td> + <td><img alt="Image:Controlsguide-datepicker.gif" class="internal" src="/@api/deki/files/157/=Controlsguide-datepicker.gif"></td> + </tr> + <tr> + <td><strong><datepicker type="grid"></strong> + <p>{{ Fx_minversion_inline(3) }}</p> + <p>A datepicker which displays a calendar grid for selecting a date.</p> + <pre> +<datepicker type="grid" value="2007/02/20"/> +</pre> + <ul> + <li><a href="/en/XUL/datepicker" title="en/XUL/datepicker">Datepicker Reference</a></li> + </ul> + </td> + <td><img alt="Image:Controlsguide-datepicker-grid.png" class="internal" src="/@api/deki/files/156/=Controlsguide-datepicker-grid.png"></td> + </tr> + <tr> + <td><strong><datepicker type="popup" ></strong> + <p>{{ Fx_minversion_inline(3) }}</p> + <p>A datepicker which displays a set of textboxes for date entry, but also has a button for displaying a popup calendar grid.</p> + <pre> +<datepicker type="popup" value="2008/08/24"/> +</pre> + <ul> + <li><a href="/en/XUL/datepicker" title="en/XUL/datepicker">Datepicker Reference</a></li> + </ul> + </td> + <td> </td> + </tr> + <tr> + <td><strong><description></strong> + <p>The description element is used for descriptive text.</p> + <pre> +<description> + Select a time for the event to start +</description> +</pre> + <ul> + <li><a href="/en/XUL_Tutorial/Adding_Labels_and_Images#Description_Element" title="en/XUL_Tutorial/Adding_Labels_and_Images#Description_Element">More information about the description element</a>.</li> + <li><a href="/en/XUL/description" title="en/XUL/description">Description Reference</a></li> + </ul> + </td> + <td><img alt="Image:Controlguide-description.gif" class="internal" src="/@api/deki/files/118/=Controlguide-description.gif"></td> + </tr> + <tr> + <td><strong><groupbox></strong> + <p>A groupbox displays a labelled box around other user interface controls.</p> + <pre> +<groupbox> + <caption label="Network"/> +</groupbox> +</pre> + <ul> + <li><a href="/en/XUL_Tutorial/Groupboxes" title="en/XUL_Tutorial/Groupboxes">More information about the groupbox element</a>.</li> + <li><a href="/en/XUL/groupbox" title="en/XUL/groupbox">Groupbox Reference</a></li> + <li>Related Elements: {{ XULElem("caption") }}</li> + </ul> + </td> + <td><img alt="Image:Controlguide-groupbox.png" class="internal" src="/@api/deki/files/120/=Controlguide-groupbox.png"></td> + </tr> + <tr> + <td><strong><image></strong> + <p>An image specified by a URL.</p> + <pre> +<image src="start.png"/> +</pre> + <ul> + <li><a href="/en/XUL_Tutorial/Adding_Labels_and_Images#Images" title="en/XUL_Tutorial/Adding_Labels_and_Images#Images">More information about the image element</a>.</li> + <li><a href="/en/XUL/image" title="en/XUL/image">Image Reference</a></li> + </ul> + </td> + <td><img alt="Image:Controlguide-image.png" class="internal" src="/@api/deki/files/121/=Controlguide-image.png"></td> + </tr> + <tr> + <td><strong><label></strong> + <p>A label is used to create text which labels a nearby control.</p> + <pre> +<label control="volume" value="Volume:"/> +</pre> + <ul> + <li><a href="/en/XUL_Tutorial/Adding_Labels_and_Images#Label_Element" title="en/XUL_Tutorial/Adding_Labels_and_Images#Label_Element">More information about the label element</a>.</li> + <li><a href="/en/XUL/label" title="en/XUL/label">Label Reference</a></li> + </ul> + </td> + <td><img alt="Image:Controlguide-label.gif" class="internal" src="/@api/deki/files/122/=Controlguide-label.gif"></td> + </tr> + <tr> + <td><strong><listbox></strong> + <p>The listbox is used to select an item from a list of labelled items.</p> + <pre> +<listbox> + <listitem label="Chocolate"/> + <listitem label="Jelly Beans"/> +</listbox> +</pre> + <ul> + <li><a href="/en/XUL_Tutorial/List_Controls#List_Boxes" title="en/XUL_Tutorial/List_Controls#List_Boxes">More information about the listbox element</a>.</li> + <li><a href="/en/XUL/listbox" title="en/XUL/listbox">Listbox Reference</a></li> + <li>Related Elements: {{ XULElem("listcell") }} {{ XULElem("listcols") }} {{ XULElem("listcol") }} {{ XULElem("listhead") }} {{ XULElem("listheader") }} {{ XULElem("listitem") }}</li> + </ul> + </td> + <td><img alt="Image:Controlguide-listbox.gif" class="internal" src="/@api/deki/files/124/=Controlguide-listbox.gif"></td> + </tr> + <tr> + <td><strong><menulist></strong> + <p>A menulist (or combobox) is used to create a control with a drop down to select a value.</p> + <pre> +<menulist> + <menupopup> + <menuitem label="Lions" value="l"/> + <menuitem label="Tigers" value="t"/> + <menuitem label="Bears" value="b"/> + </menupopup> +</menulist> +</pre> + <ul> + <li><a href="/en/XUL_Tutorial/List_Controls#Drop-down_Lists" title="en/XUL_Tutorial/List_Controls#Drop-down_Lists">More information about the menulist element</a>.</li> + <li><a href="/en/XUL/menulist" title="en/XUL/menulist">Menulist Reference</a></li> + <li>Related Elements: {{ XULElem("menupopup") }} {{ XULElem("menuitem") }}</li> + </ul> + </td> + <td><img alt="Image:Controlguide-menulist.gif" class="internal" src="/@api/deki/files/127/=Controlguide-menulist.gif"></td> + </tr> + <tr> + <td><strong><menulist editable="true"></strong> + <p>An editable menulist is like a standard menulist except that the selected value is displayed in a textbox where it may be modified directly or values not in the popup list may be entered.</p> + <pre> +<menulist editable="true"> + <menupopup> + <menuitem label="Elephants" value="Elephants"/> + <menuitem label="Kangaroos" value="Kangaroos"/> + <menuitem label="Bats" value="Bats"/> + </menupopup> +</menulist> +</pre> + <ul> + <li><a href="/en/XUL_Tutorial/List_Controls#Editable_menulist" title="en/XUL_Tutorial/List_Controls#Editable_menulist">More information about the editable menulist element</a>.</li> + <li><a href="/en/XUL/menulist" title="en/XUL/menulist">Menulist Reference</a></li> + <li>Related Elements: {{ XULElem("menupopup") }} {{ XULElem("menuitem") }}</li> + </ul> + </td> + <td><img alt="Image:Controlguide-menulist-editable.png" class="internal" src="/@api/deki/files/126/=Controlguide-menulist-editable.png"></td> + </tr> + <tr> + <td><strong><progressmeter></strong> + <p>A progress meter is used to display the progress of a lengthy task.</p> + <pre> +<progressmeter value="40"/> +</pre> + <ul> + <li><a href="/en/XUL_Tutorial/Progress_Meters" title="en/XUL_Tutorial/Progress_Meters">More information about the progressmeter element</a>.</li> + <li><a href="/en/XUL/progressmeter" title="en/XUL/progressmeter">Progressmeter Reference</a></li> + </ul> + </td> + <td><img alt="Image:Controlguide-progressmeter.png" class="internal" src="/@api/deki/files/129/=Controlguide-progressmeter.png"></td> + </tr> + <tr> + <td><strong><radio></strong> + <p>A radio button is used when only one of a set of options may be selected at a time.</p> + <pre> +<radiogroup> + <radio label="Light" value="light"/> + <radio label="Heavy" value="heavy"/> +</radiogroup> +</pre> + <ul> + <li><a href="/en/XUL_Tutorial/Input_Controls#Checkboxes_and_Radio_Buttons" title="en/XUL_Tutorial/Input_Controls#Checkboxes_and_Radio_Buttons">More information about the radio element</a>.</li> + <li><a href="/en/XUL/radio" title="en/XUL/radio">Radio Reference</a></li> + <li>Related Elements: {{ XULElem("radiogroup") }}</li> + </ul> + </td> + <td><img alt="Image:Controlguide-radio.png" class="internal" src="/@api/deki/files/130/=Controlguide-radio.png"></td> + </tr> + <tr> + <td><strong><richlistbox></strong> + <p>The richlistbox displays a list of items where one or more may selected. Unlike the listbox which is designed to display only text, the richlistbox may display any type of content.</p> + <pre> +<richlistbox> + <richlistitem> + <image src="happy.png"/> + </richlistitem> + <richlistitem> + <image src="sad.png"/> + </richlistitem> + <richlistitem> + <image src="angry.png"/> + </richlistitem> +</richlistbox> +</pre> + <ul> + <li><a href="/en/XUL/richlistbox" title="en/XUL/richlistbox">Richlistbox Reference</a></li> + <li>Related Elements: {{ XULElem("richlistitem") }}</li> + </ul> + </td> + <td><img alt="Image:Controlguide-richlistbox.gif" class="internal" src="/@api/deki/files/131/=Controlguide-richlistbox.gif"></td> + </tr> + <tr> + <td><strong><scale></strong> + <p>{{ Fx_minversion_inline(3) }}</p> + <p>A scale displays a bar with a thumb that may be slid across the bar to select between a range of values.</p> + <pre> +<scale min="1" max="10"/> +</pre> + <ul> + <li><a href="/en/XUL/scale" title="en/XUL/scale">Scale Reference</a></li> + </ul> + </td> + <td><img alt="Image:Controlguide-scale.png" class="internal" src="/@api/deki/files/134/=Controlguide-scale.png"></td> + </tr> + <tr> + <td><strong><textbox></strong> + <p>A textbox which allows a single line of text to be entered.</p> + <pre> +<textbox value="firefox"/> +</pre> + <ul> + <li><a href="/en/XUL_Tutorial/Input_Controls#Text_Entry_Fields" title="en/XUL_Tutorial/Input_Controls#Text_Entry_Fields">More information about the textbox element</a>.</li> + <li><a href="/en/XUL/textbox" title="en/XUL/textbox">Textbox Reference</a></li> + </ul> + </td> + <td><img alt="Image:Controlguide-textbox.png" class="internal" src="/@api/deki/files/140/=Controlguide-textbox.png"></td> + </tr> + <tr> + <td><strong><textbox multiline="true"></strong> + <p>A textbox which allows multiple lines of text to be entered.</p> + <pre> +<textbox multiline="true"/> +</pre> + <ul> + <li><a href="/en/XUL_Tutorial/Input_Controls#Multiline_textbox" title="en/XUL_Tutorial/Input_Controls#Multiline_textbox">More information about the multiple line textbox element</a>.</li> + <li><a href="/en/XUL/textbox" title="en/XUL/textbox">Textbox Reference</a></li> + </ul> + </td> + <td><img alt="Image:Controlguide-textbox-multiline.gif" class="internal" src="/@api/deki/files/135/=Controlguide-textbox-multiline.gif"></td> + </tr> + <tr> + <td><strong><textbox type="autocomplete"></strong> + <p>A textbox which provides a dropdown showing matches that would complete what the user types. The user can select one to have it filled into the textbox.</p> + <pre> +<textbox type="autocomplete" autocompletesearch="history"/> +</pre> + <ul> + <li><a href="/en/XUL/textbox" title="en/XUL/textbox">Textbox Reference</a></li> + </ul> + </td> + <td> </td> + </tr> + <tr> + <td><strong><textbox type="number"></strong> + <p>{{ Fx_minversion_inline(3) }}</p> + <p>A textbox for entering numbers. Two arrow buttons are displayed for cycling through values.</p> + <pre> +<textbox type="number" min="1" max="20"/> +</pre> + <ul> + <li><a href="/en/XUL/textbox" title="en/XUL/textbox">Textbox Reference</a></li> + </ul> + </td> + <td><img alt="Image:Controlguide-textbox-number.png" class="internal" src="/@api/deki/files/138/=Controlguide-textbox-number.png"></td> + </tr> + <tr> + <td><strong><textbox type="password"></strong> + <p>A textbox that hides the characters typed, used for entering passwords.</p> + <pre> +<textbox type="password"/> +</pre> + <ul> + <li><a href="/en/XUL/textbox" title="en/XUL/textbox">Textbox Reference</a></li> + </ul> + </td> + <td><img alt="Image:Controlguide-textbox-password.png" class="internal" src="/@api/deki/files/139/=Controlguide-textbox-password.png"></td> + </tr> + <tr> + <td><strong><timepicker></strong> + <p>{{ Fx_minversion_inline(3) }}</p> + <p>A timepicker displays a set of textboxes for entering a time.</p> + <pre> +<timepicker value="12:05"/> +</pre> + <ul> + <li><a href="/en/XUL/timepicker" title="en/XUL/timepicker">Timepicker Reference</a></li> + </ul> + </td> + <td><img alt="Image:Controlguide-timepicker.gif" class="internal" src="/@api/deki/files/141/=Controlguide-timepicker.gif"></td> + </tr> + <tr> + <td><strong><toolbarbutton></strong> + <p>A button that is displayed on a toolbar.</p> + <pre> +<toolbarbutton label="Reload"/> +</pre> + <ul> + <li><a href="/en/XUL_Tutorial/Toolbars" title="en/XUL_Tutorial/Toolbars">More information about the toolbarbutton element</a>.</li> + <li><a href="/en/XUL/toolbarbutton" title="en/XUL/toolbarbutton">Toolbarbutton Reference</a></li> + <li>Related Elements: {{ XULElem("toolbar") }}</li> + </ul> + </td> + <td><img alt="Image:Controlguide-toolbarbutton.png" class="internal" src="/@api/deki/files/143/=Controlguide-toolbarbutton.png"></td> + </tr> + <tr> + <td><strong><toolbarbutton type="menu"></strong> + <p>A button that is displayed on a toolbar with a drop down menu attached to it.</p> + <pre> +<toolbarbutton type="menu" label="Show"> + <menupopup> + <menuitem label="Toolbars"/> + <menuitem label="Status Bar"/> + </menupopup> +</toolbarbutton> +</pre> + <ul> + <li><a href="/en/XUL_Tutorial/Toolbars" title="en/XUL_Tutorial/Toolbars">More information about this type of menu toolbarbutton element</a>.</li> + <li><a href="/en/XUL/toolbarbutton" title="en/XUL/toolbarbutton">Toolbarbutton Reference</a></li> + <li>Related Elements: {{ XULElem("menupopup") }} {{ XULElem("menuitem") }} {{ XULElem("toolbar") }}</li> + </ul> + </td> + <td> </td> + </tr> + <tr> + <td><strong><toolbarbutton type="menu-button"></strong> + <p>A button on a toolbar that that has a separate arrow button with a menu attached to it. Unlike with the '<code>menu</code>' type, a separate action may be performed when the main part of the button is pressed.</p> + <pre> +<toolbarbutton type="menu-button" label="Open"> + <menupopup> + <menuitem label="Open Changed Files"/> + <menuitem label="Open All"/> + </menupopup> +</toolbarbutton> +</pre> + <ul> + <li><a href="/en/XUL_Tutorial/Toolbars" title="en/XUL_Tutorial/Toolbars">More information about this type of menu toolbarbutton element</a>.</li> + <li><a href="/en/XUL/toolbarbutton" title="en/XUL/toolbarbutton">Toolbarbutton Reference</a></li> + <li>Related Elements: {{ XULElem("menupopup") }} {{ XULElem("menuitem") }} {{ XULElem("toolbar") }}</li> + </ul> + </td> + <td> </td> + </tr> + <tr> + <td><strong><tree></strong> + <p>A tree displays a hierarchy of items in multiple columns.</p> + <pre> +<tree> + <treecols> + <treecol label="Name" flex="1"/> + <treecol label="Size" flex="1"/> + </treecols> + <treechildren> + <treeitem> + <treerow> + <treecell label="Popcorn"/> + <treecell label="Large"/> + </treerow> + </treeitem> + <treeitem> + <treerow> + <treecell label="Root Beer"/> + <treecell label="Small"/> + </treerow> + </treeitem> + </treechildren> +</tree> +</pre> + <ul> + <li><a href="/en/XUL_Tutorial/Trees" title="en/XUL_Tutorial/Trees">More information about the tree element</a>.</li> + <li><a href="/en/XUL/tree" title="en/XUL/tree">Tree Reference</a></li> + <li>Related Elements: {{ XULElem("treecell") }} {{ XULElem("treechildren") }} {{ XULElem("treecol") }} {{ XULElem("treecols") }} {{ XULElem("treeitem") }} {{ XULElem("treerow") }}</li> + </ul> + </td> + <td><img alt="Image:Controlguide-tree.gif" class="internal" src="/@api/deki/files/144/=Controlguide-tree.gif"></td> + </tr> + </tbody> +</table> +<p>{{ languages( { "fr": "fr/Les_contr\u00f4les_XUL", "ja": "ja/XUL_controls", "pl": "pl/Kontrolki_XUL" } ) }}</p> diff --git a/files/ca/archive/mozilla/xul/index.html b/files/ca/archive/mozilla/xul/index.html new file mode 100644 index 0000000000..6ce1b2260e --- /dev/null +++ b/files/ca/archive/mozilla/xul/index.html @@ -0,0 +1,108 @@ +--- +title: XUL +slug: Archive/Mozilla/XUL +translation_of: Archive/Mozilla/XUL +--- +<p> </p> +<div class="callout-box"> + <strong><a class="internal" href="/ca/XUL_Tutorial" title="ca/XUL Tutorial">Tutorial de XUL</a></strong><br> + Un tutorial guiat que t'ajudarà a iniciar-te amb XUL, font original de <a class="external" href="http://www.xulplanet.com">XULPlanet</a>.</div> +<div> + <strong>XUL</strong> (Llenguatge d'interfície d'usuari amb XML) és el llenguatge basat en <a class="internal" href="/ca/XML" title="ca/XML">XML</a> de Mozilla que proporciona la característica de construir aplicacions multi plataforma que poden ser executades mentre estàs connectat o no a Internet. Aquestes aplicacions són fàcilment configurables amb texts alternatius, gràfics i dissenys de manera que poden ser portades i traduïdes per diversos mercats. El desenvolupador web ja familiaritzat amb l'HTML dinàmic (<a class="internal" href="/ca/DHTML" title="ca/DHTML">DHTML</a>) aprendrà XUL ràpidament i podrà començar a desenvolupar aplicacions de forma immediata. Consulta la <a class="external" href="http://www.hevanet.com/acorbin/xul/top.xul" title="http://www.hevanet.com/acorbin/xul/top.xul">Taula Periòdica de XUL</a> en Firefox o un altre navegador basat en <a class="internal" href="/ca/Gecko" title="ca/Gecko">Gecko</a> per veure exemples i demostracions.</div> +<table class="topicpage-table"> + <tbody> + <tr> + <td> + <h4 id="Documentation" name="Documentation"><a href="/Special:Tags?tag=XUL&language=ca" title="Special:Tags?tag=XUL&language=ca">Documentació</a></h4> + <dl> + <dt> + <a href="/ca/XUL_Reference" title="ca/XUL_Reference">Referència XUL</a></dt> + <dd> + <small>Consulta també la documentació de <a href="/ca/Preferences_System" title="ca/Preferences_System">prefwindow</a> al MDC.</small></dd> + </dl> + <dl> + <dt> + <a href="/ca/XUL_controls" title="ca/XUL_controls">Controls XUL</a></dt> + <dd> + <small>Un llistat ràpid de tots els controls diponibles a XUL.</small></dd> + </dl> + <dl> + <dt> + <a href="/ca/The_Joy_of_XUL" title="ca/The_Joy_of_XUL">Descripció General de XUL</a></dt> + <dd> + <small>Exposa les principals característiques i components de XUL.</small></dd> + </dl> + <dl> + <dt> + <a href="/ca/XUL/PopupGuide" title="ca/XUL/PopupGuide">Guia de Menus i Finestres emergents</a></dt> + <dd> + <small>Una guia per fer servir els panells de menus i finestres emergents.</small></dd> + </dl> + <dl> + <dt> + <a href="/ca/XUL/Template_Guide" title="ca/XUL/Template_Guide">Guia de Plantilles</a></dt> + <dd> + <small>Una guia detallada sobre les plantilles de XUL, que vol dir generant contingut desde una font de dades.</small></dd> + </dl> + <dl> + <dt> + <a href="/ca/DragDrop/Drag_and_Drop" title="Drag and Drop">Arrossegar i Deixar anar</a></dt> + <dd> + <small>Com gestionar les operacions d'arrossegar i deixar anar.</small></dd> + </dl> + <dl> + <dt> + <a href="/ca/XUL_Overlays" title="ca/XUL_Overlays">Superposicions</a></dt> + <dd> + <small>Les Superposicions es fan servir per descriure contingut extra a la interfície. Proveeixen un mecanisme poderós per extendre i personalitzar aplicacions XUL existents.</small></dd> + </dl> + <dl> + <dt> + <a href="/ca/XUL_improvements_in_Firefox_3" title="ca/XUL_improvements_in_Firefox_3">Adaptant Aplicacions per Firefox 3.0</a></dt> + <dd> + <small>Un llistat de canvis en <a href="/ca/Firefox_3_for_developers" title="ca/Firefox_3_for_developers">Firefox 3.0</a> que afecten als desenvolupadors XUL.</small></dd> + </dl> + <dl> + <dt> + <a href="/ca/Firefox_2_for_developers#For_XUL_and_extension_developers" title="ca/Firefox_2_for_developers#For_XUL_and_extension_developers">Adaptant Aplicacions XUL per Firefox 2.0</a></dt> + <dd> + <small>Un llistat de canvis en <a href="/ca/Firefox_2_for_developers" title="ca/Firefox_2_for_developers">Firefox 2.0</a> que afecten als desenvolupadors XUL.</small></dd> + </dl> + <dl> + <dt> + <a href="/ca/Adapting_XUL_Applications_for_Firefox_1.5" title="ca/Adapting_XUL_Applications_for_Firefox_1.5">Adaptant Aplicacions XUL per Firefox 1.5</a></dt> + <dd> + <small>Un llistat de canvis en <a href="/ca/Firefox_1.5_for_developers" title="ca/Firefox_1.5_for_developers">Firefox 1.5</a> que afecten als desenvolupadors XUL.</small></dd> + </dl> + <p><span class="alllinks"><a href="/Special:Tags?tag=XUL&language=ca" title="Special:Tags?tag=XUL&language=ca">Veure Tots...</a></span></p> + </td> + <td> + <h4 id="Community" name="Community">Comunitat</h4> + <ul> + <li>Consulta els forums de Mozilla...</li> + </ul> + <p>{{ DiscussionList("dev-tech-xul", "mozilla.dev.tech.xul") }}</p> + <ul> + <li><a class="external" href="http://xulplanet.com/forum/">Forums de XULPlanet</a></li> + <li><a class="link-irc" href="irc://irc.mozilla.org/xul">#xul on irc.mozilla.org</a></li> + </ul> + <h4 id="Tools" name="Tools">Utilitats</h4> + <ul> + <li><a class="external" href="/ca/docs/XUL_Explorer" title="ca/docs/XUL_Explorer">XUL Explorer</a> (a IDE XUL lleuger)</li> + <li><a class="external" href="http://ted.mielczarek.org/code/mozilla/extensiondev/">Extension developer's extension</a> (disposa un editor en temps real de XUL)</li> + <li><a class="external" href="http://forum.addonsmirror.net/index.php?showtopic=751" title="http://forum.addonsmirror.net/index.php?showtopic=751">XULRef sidebar</a></li> + <li><a class="external" href="http://www.getfirebug.com/">Firebug</a></li> + <li><a href="/ca/DOM_Inspector" title="ca/DOM_Inspector">DOM Inspector</a></li> + <li><a class="external" href="http://www.spket.com/">Spket IDE</a>, IDE per XUL/XBL</li> + </ul> + <p><span class="alllinks"><a href="/Special:Tags" title="Site Tags">Veure Tots...</a></span></p> + <h4 id="Related_Topics" name="Related_Topics">Temes Rel·lacionats</h4> + <dl> + <dd> + <a href="/ca/JavaScript" title="ca/JavaScript">JavaScript</a>, <a href="/ca/XBL" title="ca/XBL">XBL</a>, <a href="/ca/CSS" title="ca/CSS">CSS</a>, <a href="/ca/RDF" title="ca/RDF">RDF</a>, <a href="/ca/Extensions" title="ca/Extensions">Extensions</a>, <a href="/ca/XULRunner" title="ca/XULRunner">XULRunner</a></dd> + </dl> + </td> + </tr> + </tbody> +</table> +<p> </p> diff --git a/files/ca/archive/mozilla/xul/xul_reference/index.html b/files/ca/archive/mozilla/xul/xul_reference/index.html new file mode 100644 index 0000000000..bfe1e7bcad --- /dev/null +++ b/files/ca/archive/mozilla/xul/xul_reference/index.html @@ -0,0 +1,374 @@ +--- +title: XUL Reference +slug: Archive/Mozilla/XUL/XUL_Reference +translation_of: Archive/Mozilla/XUL/XUL_Reference +--- +<p>« <a href="/en-US/docs/XUL" title="en-US/XUL">XUL Reference</a> «</p> +<table class="fullwidth-table"> + <tbody> + <tr> + <th colspan="3">Tots els elements de XUL (alfabèticament)</th> + </tr> + <tr> + <td> + <p><a href="/ca/XUL/action" title="ca/XUL/action">action</a><br> + <a href="/ca/XUL/arrowscrollbox" title="ca/XUL/arrowscrollbox">arrowscrollbox</a><br> + <a href="/ca/XUL/assign" title="ca/XUL/assign">assign</a><br> + <a href="/ca/XUL/bbox" title="ca/XUL/bbox">bbox</a><br> + <a href="/ca/XUL/binding" title="ca/XUL/binding">binding</a><br> + <a href="/ca/XUL/bindings" title="ca/XUL/bindings">bindings</a><br> + <a href="/ca/XUL/box" title="ca/XUL/box">box</a><br> + <a href="/ca/XUL/broadcaster" title="ca/XUL/broadcaster">broadcaster</a><br> + <a href="/ca/XUL/broadcasterset" title="ca/XUL/broadcasterset">broadcasterset</a><br> + <a href="/ca/XUL/button" title="ca/XUL/button">button</a><br> + <a href="/ca/XUL/browser" title="ca/XUL/browser">browser</a><br> + <a href="/ca/XUL/checkbox" title="ca/XUL/checkbox">checkbox</a><br> + <a href="/ca/XUL/caption" title="ca/XUL/caption">caption</a><br> + <a href="/ca/XUL/colorpicker" title="ca/XUL/colorpicker">colorpicker</a><br> + <a href="/ca/XUL/column" title="ca/XUL/column">column</a><br> + <a href="/ca/XUL/columns" title="ca/XUL/columns">columns</a><br> + <a href="/ca/XUL/commandset" title="ca/XUL/commandset">commandset</a><br> + <a href="/ca/XUL/command" title="ca/XUL/command">command</a><br> + <a href="/ca/XUL/conditions" title="ca/XUL/conditions">conditions</a><br> + <a href="/ca/XUL/content" title="ca/XUL/content">content</a><br> + <a href="/ca/XUL/datepicker" title="ca/XUL/datepicker">datepicker</a><br> + <a href="/ca/XUL/deck" title="ca/XUL/deck">deck</a><br> + <a href="/ca/XUL/description" title="ca/XUL/description">description</a><br> + <a href="/ca/XUL/dialog" title="ca/XUL/dialog">dialog</a><br> + <a href="/ca/XUL/dialogheader" title="ca/XUL/dialogheader">dialogheader</a><br> + <a href="/ca/XUL/dropmarker" title="ca/XUL/dropmarker">dropmarker</a><br> + <a href="/ca/XUL/editor" title="ca/XUL/editor">editor</a><br> + <a href="/ca/XUL/grid" title="ca/XUL/grid">grid</a><br> + <a href="/ca/XUL/grippy" title="ca/XUL/grippy">grippy</a><br> + <a href="/ca/XUL/groupbox" title="ca/XUL/groupbox">groupbox</a><br> + <a href="/ca/XUL/hbox" title="ca/XUL/hbox">hbox</a><br> + <a href="/ca/XUL/iframe" title="ca/XUL/iframe">iframe</a><br> + <a href="/ca/XUL/image" title="ca/XUL/image">image</a><br> + <a href="/ca/XUL/key" title="ca/XUL/key">key</a><br> + <a href="/ca/XUL/keyset" title="ca/XUL/keyset">keyset</a><br> + <a href="/ca/XUL/label" title="ca/XUL/label">label</a><br> + <a href="/ca/XUL/listbox" title="ca/XUL/listbox">listbox</a><br> + <a href="/ca/XUL/listcell" title="ca/XUL/listcell">listcell</a><br> + <a href="/ca/XUL/listcol" title="ca/XUL/listcol">listcol</a><br> + <a href="/ca/XUL/listcols" title="ca/XUL/listcols">listcols</a><br> + <a href="/ca/XUL/listhead" title="ca/XUL/listhead">listhead</a><br> + <a href="/ca/XUL/listheader" title="ca/XUL/listheader">listheader</a><br> + <a href="/ca/XUL/listitem" title="ca/XUL/listitem">listitem</a></p> + </td> + <td> + <p><a href="/ca/XUL/member" title="ca/XUL/member">member</a><br> + <a href="/ca/XUL/menu" title="ca/XUL/menu">menu</a><br> + <a href="/ca/XUL/menubar" title="ca/XUL/menubar">menubar</a><br> + <a href="/ca/XUL/menuitem" title="ca/XUL/menuitem">menuitem</a><br> + <a href="/ca/XUL/menulist" title="ca/XUL/menulist">menulist</a><br> + <a href="/ca/XUL/menupopup" title="ca/XUL/menupopup">menupopup</a><br> + <a href="/ca/XUL/menuseparator" title="ca/XUL/menuseparator">menuseparator</a><br> + <a href="/ca/XUL/notification" title="ca/XUL/notification">notification</a><br> + <a href="/ca/XUL/notificationbox" title="ca/XUL/notificationbox">notificationbox</a><br> + <a href="/ca/XUL/observes" title="ca/XUL/observes">observes</a><br> + <a href="/ca/XUL/overlay" title="ca/XUL/overlay">overlay</a><br> + <a href="/ca/XUL/page" title="ca/XUL/page">page</a><br> + <a href="/ca/XUL/panel" title="ca/XUL/panel">panel</a><br> + <a href="/ca/XUL/param" title="ca/XUL/param">param</a><br> + <a href="/ca/XUL/popupset" title="ca/XUL/popupset">popupset</a><br> + <a href="/ca/XUL/preference" title="ca/XUL/preference">preference</a><br> + <a href="/ca/XUL/preferences" title="ca/XUL/preferences">preferences</a><br> + <a href="/ca/XUL/prefpane" title="ca/XUL/prefpane">prefpane</a><br> + <a href="/ca/XUL/prefwindow" title="ca/XUL/prefwindow">prefwindow</a><br> + <a href="/ca/XUL/progressmeter" title="ca/XUL/progressmeter">progressmeter</a><br> + <a href="/ca/XUL/query" title="ca/XUL/query">query</a><br> + <a href="/ca/XUL/queryset" title="ca/XUL/queryset">queryset</a><br> + <a href="/ca/XUL/radio" title="ca/XUL/radio">radio</a><br> + <a href="/ca/XUL/radiogroup" title="ca/XUL/radiogroup">radiogroup</a><br> + <a href="/ca/XUL/resizer" title="ca/XUL/resizer">resizer</a><br> + <a href="/ca/XUL/richlistbox" title="ca/XUL/richlistbox">richlistbox</a><br> + <a href="/ca/XUL/richlistitem" title="ca/XUL/richlistitem">richlistitem</a><br> + <a href="/ca/XUL/row" title="ca/XUL/row">row</a><br> + <a href="/ca/XUL/rows" title="ca/XUL/rows">rows</a><br> + <a href="/ca/XUL/rule" title="ca/XUL/rule">rule</a><br> + <a href="/ca/XUL/scale" title="ca/XUL/scale">scale</a><br> + <a href="/ca/XUL/script" title="ca/XUL/script">script</a><br> + <a href="/ca/XUL/scrollbar" title="ca/XUL/scrollbar">scrollbar</a><br> + <a href="/ca/XUL/scrollbox" title="ca/XUL/scrollbox">scrollbox</a><br> + <a href="/ca/XUL/scrollcorner" title="ca/XUL/scrollcorner">scrollcorner</a><br> + <a href="/ca/XUL/separator" title="ca/XUL/separator">separator</a><br> + <a href="/ca/XUL/spacer" title="ca/XUL/spacer">spacer</a><br> + <a href="/ca/XUL/spinbuttons" title="ca/XUL/spinbuttons">spinbuttons</a><br> + <a href="/ca/XUL/splitter" title="ca/XUL/splitter">splitter</a><br> + <a href="/ca/XUL/stack" title="ca/XUL/stack">stack</a><br> + <a href="/ca/XUL/statusbar" title="ca/XUL/statusbar">statusbar</a></p> + </td> + <td> + <p><a href="/ca/XUL/statusbarpanel" title="ca/XUL/statusbarpanel">statusbarpanel</a><br> + <a href="/ca/XUL/stringbundle" title="ca/XUL/stringbundle">stringbundle</a><br> + <a href="/ca/XUL/stringbundleset" title="ca/XUL/stringbundleset">stringbundleset</a><br> + <a href="/ca/XUL/tab" title="ca/XUL/tab">tab</a><br> + <a href="/ca/XUL/tabbrowser" title="ca/XUL/tabbrowser">tabbrowser</a> (Només Firefox desde<br> + Firefox 3/Gecko 1.9)<br> + <a href="/ca/XUL/tabbox" title="ca/XUL/tabbox">tabbox</a><br> + <a href="/ca/XUL/tabpanel" title="ca/XUL/tabpanel">tabpanel</a><br> + <a href="/ca/XUL/tabpanels" title="ca/XUL/tabpanels">tabpanels</a><br> + <a href="/ca/XUL/tabs" title="ca/XUL/tabs">tabs</a><br> + <a href="/ca/XUL/template" title="ca/XUL/template">template</a><br> + <a href="/ca/XUL/textnode" title="ca/XUL/textnode">textnode</a><br> + <a href="/ca/XUL/textbox" title="ca/XUL/textbox">textbox</a><br> + <a href="/ca/XUL/textbox_(Firefox_autocomplete)" title="ca/XUL/textbox_(Firefox_autocomplete)">textbox (Firefox autocompletació)</a><br> + <a href="/ca/XUL/textbox_(Mozilla_autocomplete)" title="ca/XUL/textbox_(Mozilla_autocomplete)">textbox (Mozilla autocompletació)</a><br> + <a href="/ca/XUL/timepicker" title="ca/XUL/timepicker">timepicker</a><br> + <a href="/ca/XUL/titlebar" title="ca/XUL/titlebar">titlebar</a><br> + <a href="/ca/XUL/toolbar" title="ca/XUL/toolbar">toolbar</a><br> + <a href="/ca/XUL/toolbarbutton" title="ca/XUL/toolbarbutton">toolbarbutton</a><br> + <a href="/ca/XUL/toolbargrippy" title="ca/XUL/toolbargrippy">toolbargrippy</a><br> + <a href="/ca/XUL/toolbaritem" title="ca/XUL/toolbaritem">toolbaritem</a><br> + <a href="/ca/XUL/toolbarpalette" title="ca/XUL/toolbarpalette">toolbarpalette</a><br> + <a href="/ca/XUL/toolbarseparator" title="ca/XUL/toolbarseparator">toolbarseparator</a><br> + <a href="/ca/XUL/toolbarset" title="ca/XUL/toolbarset">toolbarset</a><br> + <a href="/ca/XUL/toolbarspacer" title="ca/XUL/toolbarspacer">toolbarspacer</a><br> + <a href="/ca/XUL/toolbarspring" title="ca/XUL/toolbarspring">toolbarspring</a><br> + <a href="/ca/XUL/toolbox" title="ca/XUL/toolbox">toolbox</a><br> + <a href="/ca/XUL/tooltip" title="ca/XUL/tooltip">tooltip</a><br> + <a href="/ca/XUL/tree" title="ca/XUL/tree">tree</a><br> + <a href="/ca/XUL/treecell" title="ca/XUL/treecell">treecell</a><br> + <a href="/ca/XUL/treechildren" title="ca/XUL/treechildren">treechildren</a><br> + <a href="/ca/XUL/treecol" title="ca/XUL/treecol">treecol</a><br> + <a href="/ca/XUL/treecols" title="ca/XUL/treecols">treecols</a><br> + <a href="/ca/XUL/treeitem" title="ca/XUL/treeitem">treeitem</a><br> + <a href="/ca/XUL/treerow" title="ca/XUL/treerow">treerow</a><br> + <a href="/ca/XUL/treeseparator" title="ca/XUL/treeseparator">treeseparator</a><br> + <a href="/ca/XUL/triple" title="ca/XUL/triple">triple</a><br> + <a href="/ca/XUL/vbox" title="ca/XUL/vbox">vbox</a><br> + <a href="/ca/XUL/where" title="ca/XUL/where">where</a><br> + <a href="/ca/XUL/window" title="ca/XUL/window">window</a><br> + <a href="/ca/XUL/wizard" title="ca/XUL/wizard">wizard</a><br> + <a href="/ca/XUL/wizardpage" title="ca/XUL/wizardpage">wizardpage</a></p> + </td> + </tr> + </tbody> +</table> +<h1 id="XUL_Reference">XUL Reference</h1> +<p>« <a href="/en-US/docs/XUL" title="en-US/XUL">XUL Reference</a> «</p> +<table class="fullwidth-table"> + <tbody> + <tr> + <th colspan="3">Elements XUL per c</th> + </tr> + <tr> + <td> + <p> </p> + <p><u><strong>WINDOWS</strong></u></p> + <p><strong>Finestres</strong></p> + <p><a href="/ca/XUL/dialog" title="ca/XUL/dialog">dialog</a><br> + <a href="/ca/XUL/overlay" title="ca/XUL/overlay">overlay</a><br> + <a href="/ca/XUL/page" title="ca/XUL/page">page</a><br> + <a href="/ca/XUL/window" title="ca/XUL/window">window</a></p> + <p><strong>Finestres Especials</strong></p> + <p><a href="/ca/XUL/wizard" title="ca/XUL/wizard">wizard</a><br> + <a href="/ca/XUL/wizardpage" title="ca/XUL/wizardpage">wizardpage</a></p> + <p><a href="/ca/XUL/preference" title="ca/XUL/preference">preference</a><br> + <a href="/ca/XUL/preferences" title="ca/XUL/preferences">preferences</a><br> + <a href="/ca/XUL/prefpane" title="ca/XUL/prefpane">prefpane</a><br> + <a href="/ca/XUL/prefwindow" title="ca/XUL/prefwindow">prefwindow</a></p> + <p><strong>Alertes/Finestres emergents</strong></p> + <p><a href="/ca/XUL/notification" title="ca/XUL/notification">notification</a><br> + <a href="/ca/XUL/notificationbox" title="ca/XUL/notificationbox">notificationbox</a></p> + <p><a href="/ca/XUL/menupopup" title="ca/XUL/menupopup">menupopup</a><br> + <a href="/ca/XUL/popupset" title="ca/XUL/popupset">popupset</a><br> + <a href="/ca/XUL/tooltip" title="ca/XUL/tooltip">tooltip</a><br> + <a href="/ca/XUL/panel" title="ca/XUL/panel">panel</a></p> + <p><strong>Finestres de contingut en línia</strong><br> + <a href="/ca/XUL/browser" title="ca/XUL/browser">browser</a><br> + <a href="/ca/XUL/tabbrowser" title="ca/XUL/tabbrowser">tabbrowser</a> (Firefox-only starting<br> + with Firefox 3/Gecko 1.9)<br> + <a href="/ca/XUL/editor" title="ca/XUL/editor">editor</a><br> + <a href="/ca/XUL/iframe" title="ca/XUL/iframe">iframe</a></p> + <p><strong>Afegits a Finestres</strong></p> + <p><a href="/ca/XUL/titlebar" title="ca/XUL/titlebar">titlebar</a><br> + <a href="/ca/XUL/resizer" title="ca/XUL/resizer">resizer</a></p> + <p><u><strong>SECCIONS ESPECIALS DE FINESTRA</strong></u></p> + <p><strong>Barra de Menú</strong></p> + <p><a href="/ca/XUL/menu" title="ca/XUL/menu">menu</a><br> + <a href="/ca/XUL/menubar" title="ca/XUL/menubar">menubar</a></p> + <p><strong>Barra d'estat</strong></p> + <p><a href="/ca/XUL/statusbar" title="ca/XUL/statusbar">statusbar</a><br> + <a href="/ca/XUL/statusbarpanel" title="ca/XUL/statusbarpanel">statusbarpanel</a></p> + <p><br> + <span style="font-weight: bold;">Barra d'eines</span><strong> (i Paleta)</strong><br> + <br> + <a href="/ca/XUL/toolbar" title="ca/XUL/toolbar">toolbar</a><br> + <a href="/ca/XUL/toolbarbutton" title="ca/XUL/toolbarbutton">toolbarbutton</a><br> + <a href="/ca/XUL/toolbargrippy" title="ca/XUL/toolbargrippy">toolbargrippy</a><br> + <a href="/ca/XUL/toolbaritem" title="ca/XUL/toolbaritem">toolbaritem</a><br> + <a href="/ca/XUL/toolbarpalette" title="ca/XUL/toolbarpalette">toolbarpalette</a><br> + <a href="/ca/XUL/toolbarseparator" title="ca/XUL/toolbarseparator">toolbarseparator</a><br> + <a href="/ca/XUL/toolbarset" title="ca/XUL/toolbarset">toolbarset</a><br> + <a href="/ca/XUL/toolbarspacer" title="ca/XUL/toolbarspacer">toolbarspacer</a><br> + <a href="/ca/XUL/toolbarspring" title="ca/XUL/toolbarspring">toolbarspring</a><br> + <a href="/ca/XUL/toolbox" title="ca/XUL/toolbox">toolbox</a></p> + <p> </p> + <p><u><strong>ESTRUCTURES I FORMAT NAVEGABLES</strong></u></p> + <p><strong>Pestanyes</strong><br> + <a href="/ca/XUL/tab" title="ca/XUL/tab">tab</a><br> + <a href="/ca/XUL/tabbrowser" title="ca/XUL/tabbrowser">tabbrowser</a> (Firefox-only starting<br> + with Firefox 3/Gecko 1.9)<br> + <a href="/ca/XUL/tabbox" title="ca/XUL/tabbox">tabbox</a><br> + <a href="/ca/XUL/tabpanel" title="ca/XUL/tabpanel">tabpanel</a><br> + <a href="/ca/XUL/tabpanels" title="ca/XUL/tabpanels">tabpanels</a><br> + <a href="/ca/XUL/tabs" title="ca/XUL/tabs">tabs</a></p> + <p><strong>Desplaçament</strong></p> + <p><a href="/ca/XUL/scrollbar" title="ca/XUL/scrollbar">arrowscrollbox</a><br> + <a href="/ca/XUL/scrollbar" title="ca/XUL/scrollbar">scrollbar</a><br> + <a href="/ca/XUL/scrollbox" title="ca/XUL/scrollbox">scrollbox</a><br> + <a href="/ca/XUL/scrollcorner" title="ca/XUL/scrollcorner">scrollcorner</a></p> + <p><strong>Cobertes</strong></p> + <p><a href="/ca/XUL/deck" title="ca/XUL/deck">deck</a></p> + </td> + <td> + <p> </p> + <p><u><strong>ESTRUCTURES I FORMAT</strong></u></p> + <p><strong>Caixes/Piles</strong></p> + <p><a href="/ca/XUL/bbox" title="ca/XUL/bbox">bbox</a><br> + <a href="/ca/XUL/box" title="ca/XUL/box">box</a><br> + <a href="/ca/XUL/hbox" title="ca/XUL/hbox">hbox</a><br> + <a href="/ca/XUL/vbox" title="ca/XUL/vbox">vbox</a></p> + <p><a href="/ca/XUL/stack" title="ca/XUL/stack">stack</a></p> + <p><strong>Grups de caixes</strong></p> + <p><a href="/ca/XUL/groupbox" title="ca/XUL/groupbox">groupbox</a><br> + <a href="/ca/XUL/caption" title="ca/XUL/caption">caption</a></p> + <p><br> + <span style="font-weight: bold;">Graelles</span><strong> (Taules)</strong><br> + <a href="/ca/XUL/column" title="ca/XUL/column">column</a><br> + <a href="/ca/XUL/columns" title="ca/XUL/columns">columns</a><br> + <a href="/ca/XUL/grid" title="ca/XUL/grid">grid</a><br> + <a href="/ca/XUL/row" title="ca/XUL/row">row</a><br> + <a href="/ca/XUL/rows" title="ca/XUL/rows">rows</a></p> + <p><strong>Llistes</strong><br> + <a href="/ca/XUL/listbox" title="ca/XUL/listbox">listbox</a><br> + <a href="/ca/XUL/listcell" title="ca/XUL/listcell">listcell</a><br> + <a href="/ca/XUL/listcol" title="ca/XUL/listcol">listcol</a><br> + <a href="/ca/XUL/listcols" title="ca/XUL/listcols">listcols</a><br> + <a href="/ca/XUL/listhead" title="ca/XUL/listhead">listhead</a><br> + <a href="/ca/XUL/listheader" title="ca/XUL/listheader">listheader</a><br> + <a href="/ca/XUL/listitem" title="ca/XUL/listitem">listitem</a><br> + <a href="/ca/XUL/richlistbox" title="ca/XUL/richlistbox">richlistbox</a><br> + <a href="/ca/XUL/richlistitem" title="ca/XUL/richlistitem">richlistitem</a></p> + <p><br> + Arbres<br> + <a href="/ca/XUL/tree" title="ca/XUL/tree">tree</a><br> + <a href="/ca/XUL/treecell" title="ca/XUL/treecell">treecell</a><br> + <a href="/ca/XUL/treechildren" title="ca/XUL/treechildren">treechildren</a><br> + <a href="/ca/XUL/treecol" title="ca/XUL/treecol">treecol</a><br> + <a href="/ca/XUL/treecols" title="ca/XUL/treecols">treecols</a><br> + <a href="/ca/XUL/treeitem" title="ca/XUL/treeitem">treeitem</a><br> + <a href="/ca/XUL/treerow" title="ca/XUL/treerow">treerow</a><br> + <a href="/ca/XUL/treeseparator" title="ca/XUL/treeseparator">treeseparator</a></p> + <p> </p> + <p><u><strong>TEXT & VISUALS</strong></u></p> + <p><strong>Text</strong><br> + <br> + <a href="/ca/XUL/description" title="ca/XUL/description">description</a><br> + <a href="/ca/XUL/label" title="ca/XUL/label">label</a></p> + <p><a href="/ca/XUL/tooltip" title="ca/XUL/tooltip">tooltip</a></p> + <p><strong>Capceleres</strong></p> + <p><a href="/ca/XUL/dialogheader" title="ca/XUL/dialogheader">dialogheader</a><br> + <a href="/ca/XUL/titlebar" title="ca/XUL/titlebar">titlebar</a></p> + <p><br> + <strong>Espaiat</strong><br> + <a href="/ca/XUL/separator" title="ca/XUL/separator">separator</a><br> + <a href="/ca/XUL/spacer" title="ca/XUL/spacer">spacer</a></p> + <p><br> + <strong>Redimensionament</strong></p> + <p><a href="/ca/XUL/grippy" title="ca/XUL/grippy">grippy</a><br> + <a href="/ca/XUL/splitter" title="ca/XUL/splitter">splitter</a></p> + <p><a href="/ca/XUL/resizer" title="ca/XUL/resizer">resizer</a></p> + <p><strong>Imatges</strong></p> + <p><a href="/ca/XUL/image" title="ca/XUL/image">image</a></p> + <p>(May also insert <a href="/ca/SVG" title="ca/SVG">SVG</a>)</p> + <p><strong>Retroacció Visual</strong></p> + <p><a href="/ca/XUL/progressmeter" title="ca/XUL/progressmeter">progressmeter</a></p> + <p> </p> + <br> + <p> </p> + </td> + <td> + <p> </p> + <p><u><strong>CONTROLS DE FORMULARI</strong></u></p> + <p>(Es pot fer servir també <a href="/ca/XHTML" title="ca/XHTML">XHTML</a>, e.x., <form/>)</p> + <p><strong>Menus (general)</strong></p> + <p><a href="/ca/XUL/menu" title="ca/XUL/menu">menu</a><br> + <a href="/ca/XUL/menuitem" title="ca/XUL/menuitem">menuitem</a><br> + <a href="/ca/XUL/menuseparator" title="ca/XUL/menuseparator">menuseparator</a></p> + <p><strong>Menus (desplegables)</strong><br> + <a href="/ca/XUL/menulist" title="ca/XUL/menulist">menulist</a></p> + <p><strong>Menus (finestra emergent/contexte)</strong><br> + <a href="/ca/XUL/menupopup" title="ca/XUL/menupopup">menupopup</a><br> + <a href="/ca/XUL/popupset" title="ca/XUL/popupset">popupset</a><br> + <a href="/ca/XUL/panel" title="ca/XUL/panel">panel</a></p> + <p><strong>Botons</strong></p> + <p><a href="/ca/XUL/button" title="ca/XUL/button">button</a><br> + <a href="/ca/XUL/toolbarbutton" title="ca/XUL/toolbarbutton">toolbarbutton</a></p> + <p><a href="/ca/XUL/dropmarker" title="ca/XUL/dropmarker">dropmarker</a><br> + <a href="/ca/XUL/spinbuttons" title="ca/XUL/spinbuttons">spinbuttons</a></p> + <p><strong>Controls de Selector</strong></p> + <p><a href="/ca/XUL/checkbox" title="ca/XUL/checkbox">checkbox</a></p> + <p><a href="/ca/XUL/radio" title="ca/XUL/radio">radio</a><br> + <a href="/ca/XUL/radiogroup" title="ca/XUL/radiogroup">radiogroup</a></p> + <p><a href="/ca/XUL/scale" title="ca/XUL/scale">scale</a></p> + <p><strong>Controls de Selector especialitzats</strong></p> + <p><a href="/ca/XUL/colorpicker" title="ca/XUL/colorpicker">colorpicker</a><br> + <a href="/ca/XUL/datepicker" title="ca/XUL/datepicker">datepicker</a><br> + <a href="/ca/XUL/timepicker" title="ca/XUL/timepicker">timepicker</a></p> + <p><strong>Caixes de texte</strong></p> + <p><a href="/ca/XUL/textbox" title="ca/XUL/textbox">textbox</a><br> + <a href="/ca/XUL/textbox_(Firefox_autocomplete)" title="ca/XUL/textbox_(Firefox_autocomplete)">textbox (Firefox autocomplete)</a><br> + <a href="/ca/XUL/textbox_(Mozilla_autocomplete)" title="ca/XUL/textbox_(Mozilla_autocomplete)">textbox (Mozilla autocomplete)</a></p> + <p> </p> + <p><u><strong>PLANTILLES</strong></u></p> + <p><strong>Plantilles</strong></p> + <p><a href="/ca/XUL/action" title="ca/XUL/action">action</a><br> + <a href="/ca/XUL/assign" title="ca/XUL/assign">assign</a><br> + <a href="/ca/XUL/binding" title="ca/XUL/binding">binding</a><br> + <a href="/ca/XUL/bindings" title="ca/XUL/bindings">bindings</a><br> + <a href="/ca/XUL/conditions" title="ca/XUL/conditions">conditions</a><br> + <a href="/ca/XUL/content" title="ca/XUL/content">content</a><br> + <a href="/ca/XUL/member" title="ca/XUL/member">member</a><br> + <a href="/ca/XUL/param" title="ca/XUL/param">param</a><br> + <a href="/ca/XUL/query" title="ca/XUL/query">query</a><br> + <a href="/ca/XUL/queryset" title="ca/XUL/queryset">queryset</a><br> + <a href="/ca/XUL/rule" title="ca/XUL/rule">rule</a><br> + <a href="/ca/XUL/template" title="ca/XUL/template">template</a><br> + <a href="/ca/XUL/textnode" title="ca/XUL/textnode">textnode</a><br> + <a href="/ca/XUL/triple" title="ca/XUL/triple">triple</a><br> + <a href="/ca/XUL/where" title="ca/XUL/where">where</a></p> + <p><br> + <u><strong>NO VISUAL</strong></u></p> + <p><strong>Script</strong><br> + <br> + <a href="/ca/XUL/script" title="ca/XUL/script">script</a></p> + <p><a href="/ca/XUL/commandset" title="ca/XUL/commandset">commandset</a><br> + <a href="/ca/XUL/command" title="ca/XUL/command">command</a></p> + <p><strong>Canvi d'Estat</strong></p> + <p><a href="/ca/XUL/broadcaster" title="ca/XUL/broadcaster">broadcaster</a><br> + <a href="/ca/XUL/broadcasterset" title="ca/XUL/broadcasterset">broadcasterset</a></p> + <p><a href="/ca/XUL/observes" title="ca/XUL/observes">observes</a></p> + <p><strong>Teclat</strong></p> + <p><a href="/ca/XUL/key" title="ca/XUL/key">key</a><br> + <a href="/ca/XUL/keyset" title="ca/XUL/keyset">keyset</a></p> + <br> + <p><strong>Internacionalització/Text Dinàmic</strong></p> + <p><a href="/ca/XUL/stringbundle" title="ca/XUL/stringbundle">stringbundle</a><br> + <a href="/ca/XUL/stringbundleset" title="ca/XUL/stringbundleset">stringbundleset</a></p> + <p> </p> + </td> + </tr> + </tbody> +</table> +<h3 id="Other_XUL_lists" name="Other_XUL_lists">Altres llistats XUL</h3> +<ul> + <li><a href="/ca/XUL/Attribute" title="ca/XUL/Attribute">Tots els atributs</a></li> + <li><a href="/ca/XUL/Property" title="ca/XUL/Property">Totes les propietats</a></li> + <li><a href="/ca/XUL/Method" title="ca/XUL/Method">Tots els mètodes</a></li> + <li><a href="/ca/XUL_element_attributes" title="ca/XUL_element_attributes">Atributs definits per tots els elements XUL</a></li> + <li><a href="/ca/XUL/Style" title="ca/XUL/Style">Classes d'Estil</a></li> + <li><a href="/ca/XUL/Events" title="ca/XUL/Events">Gestor d'Events</a></li> + <li><a href="/ca/XUL/Deprecated//Defunct_Markup" title="ca/XUL/Deprecated//Defunct_Markup">Sintàxi Obsoleta</a></li> +</ul> diff --git a/files/ca/archive/mozilla/xul/xul_tutorial/index.html b/files/ca/archive/mozilla/xul/xul_tutorial/index.html new file mode 100644 index 0000000000..c1397677c8 --- /dev/null +++ b/files/ca/archive/mozilla/xul/xul_tutorial/index.html @@ -0,0 +1,137 @@ +--- +title: XUL Tutorial +slug: Archive/Mozilla/XUL/XUL_Tutorial +translation_of: Archive/Mozilla/XUL/Tutorial +--- +<p> </p> +<p>Aquest tutorial descriu <a class="internal" href="/ca/XUL" title="ca/XUL">XUL</a>, el llenguatge d'interfície d'usuari en <a class="internal" href="/ca/XML" title="ca/XML">XML</a>. Aquest, ha sigut creat per l'aplicació Mozilla i s'utilitza per descriure tota la seva interfície.</p> +<h5 id="Introduction" name="Introduction">Introducció</h5> +<ul> + <li><a class="internal" href="/ca/XUL_Tutorial/Introduction" title="ca/XUL Tutorial/Introduction">Introducció</a></li> + <li><a class="internal" href="/ca/XUL_Tutorial/XUL_Structure" title="ca/XUL Tutorial/XUL Structure">Estructura de XUL</a></li> + <li><a class="internal" href="/ca/XUL%20Tutorial/The%20Chrome%20URL" title="ca/XUL Tutorial/The Chrome URL">La URL Chrome</a></li> + <li><a class="internal" href="/ca/XUL%20Tutorial/Manifest%20Files" title="ca/XUL Tutorial/Manifest Files">Fitxers de Manifest</a></li> +</ul> +<h5 id="Simple_Elements" name="Simple_Elements">Simple Elements</h5> +<ul> + <li><a href="/en/XUL_Tutorial/Creating_a_Window" title="en/XUL_Tutorial/Creating_a_Window">Creating a Window</a></li> + <li><a href="/en/XUL_Tutorial/Adding_Buttons" title="en/XUL_Tutorial/Adding_Buttons">Adding Buttons</a></li> + <li><a href="/en/XUL_Tutorial/Adding_Labels_and_Images" title="en/XUL_Tutorial/Adding_Labels_and_Images">Adding Labels and Images</a></li> + <li><a href="/en/XUL_Tutorial/Input_Controls" title="en/XUL_Tutorial/Input_Controls">Input Controls</a></li> + <li><a href="/en/XUL_Tutorial/Numeric_Controls" title="en/XUL_Tutorial/Numeric_Controls">Numeric Controls</a></li> + <li><a href="/en/XUL_Tutorial/List_Controls" title="en/XUL_Tutorial/List_Controls">List Controls</a></li> + <li><a href="/en/XUL_Tutorial/Progress_Meters" title="en/XUL_Tutorial/Progress_Meters">Progress Meters</a></li> + <li><a href="/en/XUL_Tutorial/Adding_HTML_Elements" title="en/XUL_Tutorial/Adding_HTML_Elements">Adding HTML Elements</a></li> + <li><a href="/en/XUL_Tutorial/Using_Spacers" title="en/XUL_Tutorial/Using_Spacers">Using Spacers</a></li> + <li><a href="/en/XUL_Tutorial/More_Button_Features" title="en/XUL_Tutorial/More_Button_Features">More Button Features</a></li> +</ul> +<h5 id="The_Box_Model" name="The_Box_Model">The Box Model</h5> +<ul> + <li><a href="/en/XUL_Tutorial/The_Box_Model" title="en/XUL_Tutorial/The_Box_Model">The Box Model</a></li> + <li><a href="/en/XUL_Tutorial/Element_Positioning" title="en/XUL_Tutorial/Element_Positioning">Element Positioning</a></li> + <li><a href="/en/XUL_Tutorial/Box_Model_Details" title="en/XUL_Tutorial/Box_Model_Details">Box Model Details</a></li> + <li><a href="/en/XUL_Tutorial/Groupboxes" title="en/XUL_Tutorial/Groupboxes">Groupboxes</a></li> + <li><a href="/en/XUL_Tutorial/Adding_More_Elements" title="en/XUL_Tutorial/Adding_More_Elements">Adding More Elements</a></li> +</ul> +<h5 id="More_Layout_Elements" name="More_Layout_Elements">More Layout Elements</h5> +<ul> + <li><a href="/en/XUL_Tutorial/Stacks_and_Decks" title="en/XUL_Tutorial/Stacks_and_Decks">Stacks and Decks</a></li> + <li><a href="/en/XUL_Tutorial/Stack_Positioning" title="en/XUL_Tutorial/Stack_Positioning">Stack Positioning</a></li> + <li><a href="/en/XUL_Tutorial/Tabboxes" title="en/XUL_Tutorial/Tabboxes">Tabboxes</a></li> + <li><a href="/en/XUL_Tutorial/Grids" title="en/XUL_Tutorial/Grids">Grids</a></li> + <li><a href="/en/XUL_Tutorial/Content_Panels" title="en/XUL_Tutorial/Content_Panels">Content Panels</a></li> + <li><a href="/en/XUL_Tutorial/Splitters" title="en/XUL_Tutorial/Splitters">Splitters</a></li> +</ul> +<h5 id="Toolbars_and_Menus" name="Toolbars_and_Menus">Toolbars and Menus</h5> +<ul> + <li><a href="/en/XUL_Tutorial/Toolbars" title="en/XUL_Tutorial/Toolbars">Toolbars</a></li> + <li><a href="/en/XUL_Tutorial/Simple_Menu_Bars" title="en/XUL_Tutorial/Simple_Menu_Bars">Simple Menu Bars</a></li> + <li><a href="/en/XUL_Tutorial/More_Menu_Features" title="en/XUL_Tutorial/More_Menu_Features">More Menu Features</a></li> + <li><a href="/en/XUL_Tutorial/Popup_Menus" title="en/XUL_Tutorial/Popup_Menus">Popup Menus</a></li> + <li><a href="/en/XUL_Tutorial/Scrolling_Menus" title="en/XUL_Tutorial/Scrolling_Menus">Scrolling Menus</a></li> +</ul> +<h5 id="Events_and_Scripts" name="Events_and_Scripts">Events and Scripts</h5> +<ul> + <li><a href="/en/XUL_Tutorial/Adding_Event_Handlers" title="en/XUL_Tutorial/Adding_Event_Handlers">Adding Event Handlers</a></li> + <li><a href="/en/XUL_Tutorial/More_Event_Handlers" title="en/XUL_Tutorial/More_Event_Handlers">More Event Handlers</a></li> + <li><a href="/en/XUL_Tutorial/Keyboard_Shortcuts" title="en/XUL_Tutorial/Keyboard_Shortcuts">Keyboard Shortcuts</a></li> + <li><a href="/en/XUL_Tutorial/Focus_and_Selection" title="en/XUL_Tutorial/Focus_and_Selection">Focus and Selection</a></li> + <li><a href="/en/XUL_Tutorial/Commands" title="en/XUL_Tutorial/Commands">Commands</a></li> + <li><a href="/en/XUL_Tutorial/Updating_Commands" title="en/XUL_Tutorial/Updating_Commands">Updating Commands</a></li> + <li><a href="/en/XUL_Tutorial/Broadcasters_and_Observers" title="en/XUL_Tutorial/Broadcasters_and_Observers">Broadcasters and Observers</a></li> +</ul> +<h5 id="Document_Object_Model" name="Document_Object_Model">Document Object Model</h5> +<ul> + <li><a href="/en/XUL_Tutorial/Document_Object_Model" title="en/XUL_Tutorial/Document_Object_Model">Document Object Model</a></li> + <li><a href="/en/XUL_Tutorial/Modifying_a_XUL_Interface" title="en/XUL_Tutorial/Modifying_a_XUL_Interface">Modifying a XUL Interface</a></li> + <li><a href="/en/XUL_Tutorial/Manipulating_Lists" title="en/XUL_Tutorial/Manipulating_Lists">Manipulating Lists</a></li> + <li><a href="/en/XUL_Tutorial/Box_Objects" title="en/XUL_Tutorial/Box_Objects">Box Objects</a></li> + <li><a href="/en/XUL_Tutorial/XPCOM_Interfaces" title="en/XUL_Tutorial/XPCOM_Interfaces">XPCOM Interfaces</a></li> + <li><a href="/en/XUL_Tutorial/XPCOM_Examples" title="en/XUL_Tutorial/XPCOM_Examples">XPCOM Examples</a></li> +</ul> +<h5 id="Trees" name="Trees">Trees</h5> +<ul> + <li><a href="/en/XUL_Tutorial/Trees" title="en/XUL_Tutorial/Trees">Trees</a></li> + <li><a href="/en/XUL_Tutorial/More_Tree_Features" title="en/XUL_Tutorial/More_Tree_Features">More Tree Features</a></li> + <li><a href="/en/XUL_Tutorial/Tree_Selection" title="en/XUL_Tutorial/Tree_Selection">Tree Selection</a></li> + <li><a href="/en/XUL_Tutorial/Custom_Tree_Views" title="en/XUL_Tutorial/Custom_Tree_Views">Custom Tree Views</a></li> + <li><a href="/en/XUL_Tutorial/Tree_View_Details" title="en/XUL_Tutorial/Tree_View_Details">Tree View Details</a></li> + <li><a href="/en/XUL_Tutorial/Tree_Box_Objects" title="en/XUL_Tutorial/Tree_Box_Objects">Tree Box Objects</a></li> +</ul> +<h5 id="RDF_and_Templates" name="RDF_and_Templates">RDF and Templates</h5> +<ul> + <li><a href="/en/XUL_Tutorial/Introduction_to_RDF" title="en/XUL_Tutorial/Introduction_to_RDF">Introduction to RDF</a></li> + <li><a href="/en/XUL_Tutorial/Templates" title="en/XUL_Tutorial/Templates">Templates</a></li> + <li><a href="/en/XUL_Tutorial/Trees_and_Templates" title="en/XUL_Tutorial/Trees_and_Templates">Trees and Templates</a></li> + <li><a href="/en/XUL_Tutorial/RDF_Datasources" title="en/XUL_Tutorial/RDF_Datasources">RDF Datasources</a></li> + <li><a href="/en/XUL_Tutorial/Advanced_Rules" title="en/XUL_Tutorial/Advanced_Rules">Advanced Rules</a></li> + <li><a href="/en/XUL_Tutorial/Persistent_Data" title="en/XUL_Tutorial/Persistent_Data">Persistent Data</a></li> +</ul> +<h5 id="Skins_and_Locales" name="Skins_and_Locales">Skins and Locales</h5> +<ul> + <li><a href="/en/XUL_Tutorial/Adding_Style_Sheets" title="en/XUL_Tutorial/Adding_Style_Sheets">Adding Style Sheets</a></li> + <li><a href="/en/XUL_Tutorial/Styling_a_Tree" title="en/XUL_Tutorial/Styling_a_Tree">Styling a Tree</a></li> + <li><a href="/en/XUL_Tutorial/Modifying_the_Default_Skin" title="en/XUL_Tutorial/Modifying_the_Default_Skin">Modifying the Default Skin</a></li> + <li><a href="/en/XUL_Tutorial/Creating_a_Skin" title="en/XUL_Tutorial/Creating_a_Skin">Creating a Skin</a></li> + <li><a href="/en/XUL_Tutorial/Localization" title="en/XUL_Tutorial/Localization">Localization</a></li> + <li><a href="/en/XUL_Tutorial/Property_Files" title="en/XUL_Tutorial/Property_Files">Property Files</a></li> +</ul> +<h5 id="Bindings" name="Bindings">Bindings</h5> +<ul> + <li><a href="/en/XUL_Tutorial/Introduction_to_XBL" title="en/XUL_Tutorial/Introduction_to_XBL">Introduction to XBL</a></li> + <li><a href="/en/XUL_Tutorial/Anonymous_Content" title="en/XUL_Tutorial/Anonymous_Content">Anonymous Content</a></li> + <li><a href="/en/XUL_Tutorial/XBL_Attribute_Inheritance" title="en/XUL_Tutorial/XBL_Attribute_Inheritance">XBL Attribute Inheritance</a></li> + <li><a href="/en/XUL_Tutorial/Adding_Properties_to_XBL-defined_Elements" title="en/XUL_Tutorial/Adding_Properties_to_XBL-defined_Elements">Adding Properties</a></li> + <li><a href="/en/XUL_Tutorial/Adding_Methods_to_XBL-defined_Elements" title="en/XUL_Tutorial/Adding_Methods_to_XBL-defined_Elements">Adding Methods</a></li> + <li><a href="/en/XUL_Tutorial/Adding_Event_Handlers_to_XBL-defined_Elements" title="en/XUL_Tutorial/Adding_Event_Handlers_to_XBL-defined_Elements">Adding Event Handlers</a></li> + <li><a href="/en/XUL_Tutorial/XBL_Inheritance" title="en/XUL_Tutorial/XBL_Inheritance">XBL Inheritance</a></li> + <li><a href="/en/XUL_Tutorial/XBL_Example" title="en/XUL_Tutorial/XBL_Example">XBL Example</a></li> +</ul> +<h5 id="Specialized_Window_Types" name="Specialized_Window_Types">Specialized Window Types</h5> +<ul> + <li><a href="/en/XUL_Tutorial/Features_of_a_Window" title="en/XUL_Tutorial/Features_of_a_Window">Features of a Window</a></li> + <li><a href="/en/XUL_Tutorial/Creating_Dialogs" title="en/XUL_Tutorial/Creating_Dialogs">Creating Dialogs</a></li> + <li><a href="/en/XUL_Tutorial/Open_and_Save_Dialogs" title="en/XUL_Tutorial/Open_and_Save_Dialogs">Open and Save Dialogs</a></li> + <li><a href="/en/XUL_Tutorial/Creating_a_Wizard" title="en/XUL_Tutorial/Creating_a_Wizard">Creating a Wizard</a></li> + <li><a href="/en/XUL_Tutorial/More_Wizards" title="en/XUL_Tutorial/More_Wizards">More Wizards</a></li> + <li><a href="/en/XUL_Tutorial/Overlays" title="en/XUL_Tutorial/Overlays">Overlays</a></li> + <li><a href="/en/XUL_Tutorial/Cross_Package_Overlays" title="en/XUL_Tutorial/Cross_Package_Overlays">Cross Package Overlays</a></li> +</ul> +<h5 id="Installation" name="Installation">Installation</h5> +<ul> + <li><a href="/en/XUL_Tutorial/Creating_an_Installer" title="en/XUL_Tutorial/Creating_an_Installer">Creating an Installer</a></li> + <li><a href="/en/XUL_Tutorial/Install_Scripts" title="en/XUL_Tutorial/Install_Scripts">Install Scripts</a></li> + <li><a href="/en/XUL_Tutorial/Additional_Install_Features" title="en/XUL_Tutorial/Additional_Install_Features">Additional Install Features</a></li> +</ul> +<div class="note"> + <p>This XUL tutorial was originally created by <a class="external" href="http://www.xulplanet.com/ndeakin/">Neil Deakin</a>. He has graciously given us permission to use it as part of the <a href="/Project:en/About" title="Project:en/About">MDC</a>.</p> +</div> +<div class="originaldocinfo"> + <h5 id="Original_Document_Information" name="Original_Document_Information">Original Document Information</h5> + <ul> + <li>Author: <a class="external" href="http://www.xulplanet.com/ndeakin/">Neil Deakin</a></li> + <li>Copyright Information: © 1999-2005 XULPlanet.com</li> + </ul> +</div> +<p><span class="comment">Interwiki Language Links</span></p> +<p>{{ languages( { "zh-cn": "cn/XUL_\u6559\u7a0b", "de": "de/XUL_Tutorial", "es": "es/Tutorial_de_XUL", "fr": "fr/Tutoriel_XUL", "ja": "ja/XUL_Tutorial", "ko": "ko/XUL_Tutorial", "pl": "pl/Kurs_XUL", "ru": "ru/\u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e_\u043f\u043e_XUL" } ) }}</p> diff --git a/files/ca/archive/mozilla/xul/xul_tutorial/introducció/index.html b/files/ca/archive/mozilla/xul/xul_tutorial/introducció/index.html new file mode 100644 index 0000000000..c2b05d8386 --- /dev/null +++ b/files/ca/archive/mozilla/xul/xul_tutorial/introducció/index.html @@ -0,0 +1,45 @@ +--- +title: XUL_Tutorial/Introducció +slug: Archive/Mozilla/XUL/XUL_Tutorial/Introducció +tags: + - Being translated... +translation_of: Archive/Mozilla/XUL/Tutorial/Introduction +--- +<p>{{ Next("XUL Tutorial:XUL Structure") }}</p> +<p>Aquest tutorial és una guia per aprendre XUL ( Llenguatge d'Interfície d'Usuari XML ) el qual és un llenguatge multiplataforma per descriure interfícies d'usuari per aplicacions.</p> +<p>Aquest tutorial demostrarà la creació d'una simple interfície per cercar fitxers, semblant a la provsta al programa Sherlock del Macintosh en el diàleg cerca fitxer en Windows. Cal tenir en compte que només crearem la interfície amb una funcionalitat limitada i la cerca de fitxers no serà implementada. Una línia blava apareixerà a la dreta del paràgraf quan el diàleg de cerca s'estigui modificant. Pots seguir endavant directament a través d'aquestes seccions.</p> +<h3 id="What_is_XUL_and_why_was_it_created.3F" name="What_is_XUL_and_why_was_it_created.3F">Què és XUL i perquè ha sigut creat?</h3> +<p>XUL (pronunciat "zool" i que rima amb "cool" ) s'ha creat per fer el desenvolupament del navegador de Mozilla més fàcil i ràpid. És un llenguatge basat en XML amb el que totes les característiques i funcions d'XML són a XUL.</p> +<p>La gran majoria d'aplicacions s'han de desenvolupar fent servir característiques d'una plataforma en concret fent la construcció de programari multiplataforma molt difícil i llarga. En el passat però ja s'han desenvolupat sol·lucions multiplataforma. Java, per exemple té la portabilitat com a principal característica. XUL és un altre llenguatge d'aques tipus que ha sigut dissenyat específicament per construir interfícies d'usuari portables. Cal molt de temps per construir una aplicació encara que sigui per una sola plataforma. El temps requerit per compilar i depurar pot ser molt llarga. Amb XUL, l'interfície pot ser implementada i modificada fàcilment i ràpidament. </p> +<p>XUL té tots els avantatges dels llenguatges basats en XML. Per exemple XHTML o altres llenguatges XML com MathML o SVG es poden inserir al mig. També, el text que s'utilitza amb XUL és fàcilment localitzable, que vol dir que es pot traduïr a altres idiomes amb poc esforç.</p> +<h3 id="What_kinds_of_user-interfaces_can_be_made_with_XUL.3F" name="What_kinds_of_user-interfaces_can_be_made_with_XUL.3F">Quins tipus d'interfícies es poden crear amb XUL?</h3> +<p>XUL proporciona l'habilitat de crear la gran majoría d'elements trobats en les intefícies gràfiques modernes. Alguns elements que es poden crear són :</p> +<ul> + <li>Controls d'entrada com caixes de text i caselles de selecció</li> + <li>Barres d'eines amb botons o d'altres continguts</li> + <li>Menús en una barra d'eines o en menus emergents</li> + <li>Diàlegs amb pestanyes</li> + <li>Àrbres per informació jerarquitzada o tabular</li> + <li>Dreçeres de teclat</li> +</ul> +<p>El contingut que s'ensenya pot ser creat directament a un fitxer XUL o amb dades provinents d'una font de dades. A Mozilla, aquestes fonts de dades inclouen la bústia de correu de l'usuari, els seus marcadors i els resultats de les cerques. El contingut dels menús, àrbres i altres elements poden ser emplenats amb aquestes dades o amb les que proporciones tu mateix a dins un fitxer RDF.</p> +<p>Hi ha diverses maneres d'utilitzar XUL:</p> +<ul> + <li>Extensió del Firefox -- una extensió afegeix functionalitat al navegador mateix, sovint en forma de barres d'eines extra, menús contextuals, o modificacions de la interfície d'usuari (UI) del navegador. Això es fa utilitzant una característica de XUL anomanada <strong>overlay</strong>, que permet la UI provinent d'una font, en aquest cas, el navegador Firefox, ser mesclada en la UI per extensió. Les extensions també poden ser aplicades a altres productes basats en Mozilla com Thunderbird.</li> + <li>Aplicació per separat XULRunner -- XULRunner és una versió empaquetada de la plataforma Mozilla que us permet crear aplicacions XUL per separat. No es requereix un navegador per correr aquestes aplicacions, com si tinguessinel seu propi fitxer executable.</li> + <li>Paquet XUL -- in between the other two are applications which are created in the same way as an extension, but they act like a separate application in a separate window. This is used when you don't want to have the larger size of a complete XULRunner application, but don't mind requiring a Mozilla browser to be installed to be able to run the application.</li> + <li>Remote XUL application -- you can also just place XUL code on a web server and open it in a browser, as you would any other web page. This method is limited however, as there are security concerns that will limit the kinds of things you will be able to do, such as opening other windows.</li> +</ul> +<p>The first three types all require an installation to be performed on the user's machine. However, these types of applications do not have security restrictions placed on them, so they may access local files and read and write preferences, for example. For extensions, the XUL files and associated scripts and images used by an application would be packaged into a single file and downloaded and installed by the user. Mozilla applications such as Firefox provide an extension manager which allows packages to be installed without having to write a lot of complex code.</p> +<p>It is also possible to open XUL files directly from the file system or from a remote web site; however they will be restricted in the kinds of operations they can do, and some aspects of XUL will not work. However, if you do want to load XUL content from a remote site, the Web server must be set up to send XUL files with the content type "application/vnd.mozilla.xul+xml". XUL is usually stored in files with a <code>.xul</code> extension. You can open a XUL file with Mozilla as you would any other file, using the Open File command from the File menu or typing the URL into the address bar.</p> +<h3 id="What_do_I_need_to_know_to_use_this_tutorial.3F" name="What_do_I_need_to_know_to_use_this_tutorial.3F">What do I need to know to use this tutorial?</h3> +<p>You should have an understanding of <abbr title="HyperText Markup Language">HTML</abbr> and at least a basic understanding of XML and <abbr title="Cascading Style Sheets">CSS</abbr>. Here are some guidelines to keep in mind:</p> +<ul> + <li>XUL elements and attributes should all be entered in lowercase as XML is case-sensitive (unlike HTML).</li> + <li>Attribute values in XUL must be placed inside quotes, even if they are numbers.</li> + <li>XUL files are usually split into four files, one each for the layout and elements, for style declarations, for entity declarations (used for localization) and for scripts. In addition, you may have extra files for images or for platform specific data.</li> +</ul> +<p>XUL is supported in Mozilla and browsers that are also based upon on the Gecko engine, such as Netscape 6 or later and Mozilla Firefox. Due to various changes in XUL syntax over time, you will want to get the latest version for the examples to work properly. Most examples should work in Mozilla 1.0 or later. XUL is fairly similar in Firefox and to other browsers, although it has some specific differences such as support for customizable toolbars.</p> +<p>This tutorial attempts to cover much of XUL's functionality, however, not all features are discussed. Once you are familiar with XUL, you can use the <a href="/en/XUL_Reference" title="en/XUL_Reference">XUL Reference</a> to find out about other features supported by specific elements.</p> +<p>{{ Next("XUL Tutorial:XUL Structure") }}</p> +<p>{{ languages( { "de": "de/XUL_Tutorial/Einfuehrung", "es": "es/Tutorial_de_XUL/Introducci\u00f3n", "fr": "fr/Tutoriel_XUL/Introduction", "ja": "ja/XUL_Tutorial/Introduction", "pl": "pl/Kurs_XUL/Wprowadzenie", "zh-cn": "cn/XUL_\u6559\u7a0b/\u5f15\u8a00", "ru": "ru/\u0420\u0443\u043a\u043e\u0432\u043e\u0434\u0441\u0442\u0432\u043e_\u043f\u043e_XUL/\u0412\u0432\u0435\u0434\u0435\u043d\u0438\u0435" } ) }}</p> diff --git a/files/ca/archive/mozilla/xulrunner/index.html b/files/ca/archive/mozilla/xulrunner/index.html new file mode 100644 index 0000000000..61290f6117 --- /dev/null +++ b/files/ca/archive/mozilla/xulrunner/index.html @@ -0,0 +1,17 @@ +--- +title: XULRunner +slug: Archive/Mozilla/XULRunner +tags: + - XULRunner +translation_of: Archive/Mozilla/XULRunner +--- +<p> </p> +<div class="callout-box"><strong><a class="external" href="http://blogs.acceleration.net/ryan/archive/2005/05/06/1073.aspx">Tutorial de XULRunner (en)</a></strong><br> +Una breu introducció a XULRunner.</div> +<div>El <strong>XULRunner</strong> és un paquet d'execució que es pot usar per crear aplicacions <a href="/Ca/XUL" title="Ca/XUL">XUL</a>+<a href="/ca/XPCOM" title="ca/XPCOM">XPCOM</a> tan potents com el Firefox i el Thunderbird. Oferirà mecanismes per instal·lar, actualitzar i desinstal·lar aquestes aplicacions. El XULRunner també proporcionarà el <a href="/ca/Libxul" title="ca/Libxul">libxul</a>, una solució que permet integrar la tecnologia de Mozilla en altres projectes i productes.</div> +<table class="topicpage-table"> <tbody> <tr> <td> <h4 id="Versions" name="Versions">Versions</h4> <div class="note"> <p>S'ha alliberat XULRunner 1.9 i pot ser <a class="external" href="http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/" rel="external nofollow" title="http://releases.mozilla.org/pub/mozilla.org/xulrunner/releases/">alliberat desde releases.mozilla.org</a>. Sisuplau llegeix les <a href="../../../../ca/XULRunner_1.9_Release_Notes" rel="internal">notes d'alliberament </a> per més informació sobre la instal·lació i desinstalació.</p> <p>Firefox 3 disposa un paquet privat de XULRunner, que pot executar qualsevol aplicació compatible fent servir el modificador <code>-app</code>.</p> <p>Hi ha <a href="../../../../ca/XULRunner%2f%2fOld_Releases" rel="internal">altres binaris</a> disponibles.</p> </div> <h4 id="Panor.C3.A0mica" name="Panor.C3.A0mica">Descripció General</h4> <ul> <li>{{ interwiki('wikimo', 'XULRunner:Roadmap', 'Planificació de desenvolupament (en)') }}</li> <li><a href="/Ca/XULRunner/Què_ofereix_XULRunner" title="ca/XULRunner/Què_ofereix_XULRunner">Què ofereix XULRunner</a></li> <li><a href="/ca/PMF_de_XULRunner" title="ca/PMF_de_XULRunner">PMF de XULRunner</a></li> <li>Compilacions nocturnes: <a class="external" href="http://ftp.mozilla.org/pub/mozilla.org/xulrunner/nightly/latest-mozilla1.8.0/">stable-1.9branch</a> </li> </ul> <h4 id="Documentation" name="Documentation">Documentació</h4> <dl> <dt><a href="/Special:Tags?tag=XULRunner&language=ca" title="Special:Tags?tag=XULRunner&language=ca">Veure Tot...</a></dt> </dl> <dl> <dt><a href="/ca/Getting_started_with_XULRunner" title="ca/Getting_started_with_XULRunner">Començant amb XULRunner</a></dt> <dd><small>Un petit tutorial sobre construïr aplicacions d'escriptori amb XULRunner.</small></dd> </dl> <dl> <dt><a class="external" href="http://zenit.senecac.on.ca/wiki/index.php/XULRunner_Guide">Guia de XULRunner</a></dt> <dd><small>Una introducció complerta i un tutorial per XULRunner que cobreix molta de la documentació aquí trobada.</small></dd> </dl> <dl> <dt><a class="external" href="http://blogs.acceleration.net/ryan/archive/2005/05/06/1073.aspx">Un Tutorial de XULRunner</a></dt> <dd><small>Una petita introducció a XULRunner.</small></dd> </dl> <dl> <dt><a href="/ca/XULRunner_tips" title="ca/XULRunner_tips">Consells per XULRunner</a></dt> <dd><small>Una col·lecció de consells i receptes per treballar amb XULRunner.</small></dd> </dl> <dl> <dt><a href="/ca/XULRunner/Deploying_XULRunner_1.8" title="ca/XULRunner/Deploying_XULRunner_1.8">Desplegant XULRunner 1.8</a></dt> <dd><small>XULRunner 1.8 és una versió preliminar estable; aquí trobaràs com es pot fer servir per desplegar aplicacions XUL en un entorn de producció.</small></dd> </dl> <dl> <dt><a href="/ca/XULRunner_Hall_of_Fame" title="ca/XULRunner_Hall_of_Fame">Saló de la fama de XULRunner</a></dt> <dd><small>Llista totes les aplicacions disponibles basades en XULRunner.</small></dd> </dl> <dl> <dt><a href="/ca/Build_Documentation" title="ca/Build_Documentation">Documentatió d'instal·lació</a></dt> <dd><small>Aprén com obtenir el codi font i instal·lar-lo enel teu sistema.</small></dd> </dl> <dl> <dt> <dl> <dt><a href="/ca/Debugging_a_XULRunner_Application" title="ca/Debugging_a_XULRunner_Application">Documentació sobre Depuració</a></dt> </dl> </dt><dd><small>Passos per configurar Venkman per debugar la teva aplicació.</small></dd> </dl> </td> <td> <h4 id="Community" name="Community">Community</h4> <ul> <li>Consulta els forums de Mozilla ...</li> </ul> <p>{{ DiscussionList("dev-platform", "mozilla.dev.platform") }}</p> <ul> <li><a class="link-irc" href="irc://irc.mozilla.org/#xulrunner">#xulrunner on irc.mozilla.org</a></li> <li><a href="/ca/XULRunner/Community" title="ca/XULRunner/Community">Altres hipervincles...</a></li> </ul> <h4 id="Related_Topics" name="Related_Topics">Temes Rel·lacionats</h4> <dl> <dd><a href="/Ca/XUL" title="ca/XUL">XUL</a></dd> </dl> </td> </tr> </tbody> +</table> +<p><span class="comment">Categories</span></p> +<p><span class="comment">Interwiki Language Links</span></p> +<p> </p> +<p>{{ languages( { "en": "ca/XULRunner", "es": "es/XULRunner", "fr": "fr/XULRunner", "it": "it/XULRunner", "zh-cn": "cn/XULRunner", "ja": "ja/XULRunner", "pl": "pl/XULRunner" } ) }}</p> diff --git a/files/ca/archive/mozilla/xulrunner/què_ofereix_xulrunner/index.html b/files/ca/archive/mozilla/xulrunner/què_ofereix_xulrunner/index.html new file mode 100644 index 0000000000..c7bba11eec --- /dev/null +++ b/files/ca/archive/mozilla/xulrunner/què_ofereix_xulrunner/index.html @@ -0,0 +1,61 @@ +--- +title: Què ofereix XULRunner +slug: Archive/Mozilla/XULRunner/Què_ofereix_XULRunner +translation_of: Archive/Mozilla/XULRunner/What_XULRunner_Provides +--- +<p> </p> +<p>El propòsit de <a href="/en/XULRunner" title="en/XULRunner">XULRunner</a> és el de proveir una solució per el desplegament d'aplicacions XUL ( principalment Firefox i Thunderbird ), també proveint un mecanisme d'incrustracio. Les següents característiques ja estan implementades o bé estan planejades :</p> +<h3 id="Gecko_Features" name="Gecko_Features">Característiques de Gecko</h3> +<ul> + <li><a href="/en/XPCOM" title="en/XPCOM">XPCOM</a></li> + <li>Xarxa</li> + <li>Motor de renderització Gecko</li> + <li>Suport d'edició i transacció DOM (sense Interfície)</li> + <li>Criptografia</li> + <li><a href="/en/XBL" title="en/XBL">XBL</a> (XBL2 planificat)</li> + <li><a href="/en/XUL" title="en/XUL">XUL</a></li> + <li><a href="/en/SVG" title="en/SVG">SVG</a></li> + <li><a href="/en/XSLT" title="en/XSLT">XSLT</a></li> + <li>Extres XML (<code><a href="/en/XMLHttpRequest" title="en/XMLHttpRequest">XMLHttpRequest</a></code>, <code><a href="/en/DOMParser" title="en/DOMParser">DOMParser</a></code>, etc.)</li> + <li>Serveis Web (SOAP)</li> + <li>Suport per Auto-actualització <em>(encara no finalitzat)</em></li> + <li>Type ahead find toolbar</li> + <li>History implementation (the places implementation in the 1.9 cycle)</li> + <li>Accessibility support</li> + <li>IPC services for communication between gecko-based apps <em>(not yet complete)</em></li> + <li><a href="/en/Storage" title="en/Storage">Storage</a>/sqlite interfaces <em>(not yet turned on by default)</em></li> +</ul> +<h3 id="User_Interface_Features" name="User_Interface_Features">User Interface Features</h3> +<p>The following user interface is supplied by XULRunner, and may be overridden by embedders under certain circumstances:</p> +<ul> + <li>APIs and user interface for installing, uninstalling, and upgrading XUL applications. See the {{ interwiki('wikimo', 'XUL:Installation_Story', 'wikimo:XUL:Installation Story') }}.</li> + <li>Extension Manager</li> + <li>File picker (uses native OS filepicker as appropriate)</li> + <li>Find toolbar</li> + <li>Helper app dialog/UI</li> + <li>Security UI (maintenance of SSL keychains, etc)</li> +</ul> +<h3 id="Embedding_APIs" name="Embedding_APIs">Embedding APIs</h3> +<p>The following embedding APIs are provided by XULRunner:</p> +<ul> + <li>Cross-platform embedding (XRE_InitEmbedding)</li> + <li><a href="/en/JavaXPCOM" title="en/JavaXPCOM">JavaXPCOM</a> embedding</li> + <li>gtkmozembed (Linux only)</li> + <li>ActiveX control (Windows only) <em>(not yet complete)</em></li> + <li>NSView-based-widget (Mac OS X only) <em>(not yet complete)</em></li> +</ul> +<h3 id="The_.22Maybe.22_List" name="The_.22Maybe.22_List">The "Maybe" List</h3> +<p>The following features have been discussed and may be included if developer time permits and code size is controlled:</p> +<ul> + <li>LDAP support</li> + <li>Spellchecking support (with or without dictionaries provided) see <a class="link-https" href="https://bugzilla.mozilla.org/show_bug.cgi?id=285977">bug 285977</a></li> + <li>Core support for profile roaming (with application-specific extensibility)</li> + <li><a href="/en/PyXPCOM" title="en/PyXPCOM">PyXPCOM</a> embedding <em>(not yet complete)</em> - but it does work, if you compile a custom build that includes the PyXPCOM bindings and there is a working python available. ActiveState uses PyXPCOM in their products.</li> +</ul> +<h3 id="What.27s_out" name="What.27s_out">What's out</h3> +<p>XULRunner will not supply:</p> +<ul> + <li>Bookmarks or History UI (must be managed by the application/embedder)</li> + <li>XForms (XForms will be available as an extension)</li> +</ul> +<p><span class="comment">Interwiki Language Links</span></p> |