Articles tagged: XForms
Found 55 documents
- Archive/Web/XForms XForms were envisioned as the future of online forms as envisioned by the W3C. Drawing on other ...
- Archive/Web/XForms/API_Reference The XForms interfaces has the following naming convention:
- Archive/Web/XForms/Building_Mozilla_XForms Things to know first:
- Archive/Web/XForms/Community If you know of useful mailing lists, newsgroups, forums, or other communities related to XForms, ...
- Archive/Web/XForms/Custom_Controls You are in the right place if you would like to create your own custom renderings of the XForms ...
- Archive/Web/XForms/Custom_Controls_Examples Here is a collection of misc. custom control examples. Please feel free to add your own examples.
- Archive/Web/XForms/Form_Troubleshooting The idea of this page is to collect some solutions to some of the common errors typically made ...
- Archive/Web/XForms/Mozilla_XForms_Specials This article gives an overview of where the Mozilla XForms Extension deviates from the official ...
- Archive/Web/XForms/Other_Resources
- Archive/Web/XForms/RFE The purpose of this page is to gather requests for enhancement to the Mozilla XForms ...
- Archive/Web/XForms/RFE/Custom_Controls If you have a custom control that you believe will help fulfill the needs of form authors or ...
- Archive/Web/XForms/RFE/Custom_Controls_Interfaces This page contains requests for enhancement to the custom control interfaces. You can refer to ...
- Archive/Web/XForms/RFE/XForms_API This page contains requests for enhancement to the XForms API. The term XForms API can fall into ...
- Archive/Web/XForms/Styling_XForms Just a starting draft. Hopefully someone more proficient in Mozilla XForms and CSS can clean this up
- Archive/Web/XForms/User_Interface_Elements This article is a quick reference of the XForms user interface elements. Mainly this is aimed to ...
- Archive/Web/XForms/User_Interface_Elements/Alert This message will be shown when the form control cannot properly bind to instance data or when ...
- Archive/Web/XForms/User_Interface_Elements/Group The group element is used as a container for defining a hierarchy of form controls. Groups can ...
- Archive/Web/XForms/User_Interface_Elements/Help Specifies contextual help for the containing form control (see the spec). The help message will ...
- Archive/Web/XForms/User_Interface_Elements/Hint Similar to a tooltip (see the spec). The hint is displayed when the mouse moves and pauses over ...
- Archive/Web/XForms/User_Interface_Elements/Input This element is an important and oft-used xforms element to show and change the instance data to ...
- Archive/Web/XForms/User_Interface_Elements/Label Specifies the label (short description) for the XForms control (see the spec). Every form ...
- Archive/Web/XForms/User_Interface_Elements/Message Used in combination with XML Event listeners to display a message to the user when the specified ...
- Archive/Web/XForms/User_Interface_Elements/Output Serves to show the instance data that the element is bound to in a read-only manner (see the ...
- Archive/Web/XForms/User_Interface_Elements/Range Allows the user to choose a value from within a specific range of values (see the spec).
- Archive/Web/XForms/User_Interface_Elements/Repeat A repeat element contains markup and is itself bound to a nodeset in an instance document (see ...
- Archive/Web/XForms/User_Interface_Elements/Secret Used for inputting passwords or other sensitive text. Each character typed by the user is ...
- Archive/Web/XForms/User_Interface_Elements/Select Allows the user to choose one or more selections from a list of pre-defined items (see the ...
- Archive/Web/XForms/User_Interface_Elements/Select1 Allows the user to choose a single value from a list of pre-defined values (see the spec). The ...
- Archive/Web/XForms/User_Interface_Elements/Submit This form control initiates a submission. The result of which is all or part of an instance ...
- Archive/Web/XForms/User_Interface_Elements/Switch XForms Switch Module define a switch construct that allows the creation of user interfaces where ...
- Archive/Web/XForms/User_Interface_Elements/Textarea Serves to show/change multiline text (see the spec).
- Archive/Web/XForms/User_Interface_Elements/Trigger Allows the user to initiate actions (see the spec). Actions are described by the XForms Action ...
- Archive/Web/XForms/User_Interface_Elements/Upload Provides a means for the user to select a file (see the spec) from the file system. A filter can ...
- Archive/Web/XForms/User_preferences A description of the about:config preferences that XForms uses.
- Archive/Web/XForms/XForms_And_Php A few tips on using XForms and PHP together.
- Glossary/XForm XForms is a convention for building Web forms and processing form data in XML format. No major ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIXFormsModelElement An nsIDOMDocument.
- Mozilla/Tech/XPCOM/Reference/Interface/nsIXFormsNSInstanceElement nsIXFormsNSInstanceElement is implemented by all XForms instance/ elements, defining Mozilla ...
- Mozilla/Tech/XPCOM/Reference/Interface/nsIXFormsNSModelElement nsIXFormsNSModelElement is implemented by all XForms model/ elements. It defines Mozilla ...
- Web/Accessibility/XForms This article provides a quick guide to how accessibility is handled in Gecko for XForms.
- Web/Accessibility/XForms/Button The button invokes certain action when user activates it. This representation is used for XForms ...
- Web/Accessibility/XForms/Calendar Calendar container is used to show/change date data. This is subsidiary representation of XForms ...
- Web/Accessibility/XForms/Checkbox Checkbox representation is used to show/change boolean data. It is used for XForms input element ...
- Web/Accessibility/XForms/Checkgroup Allows the user to choose a single value from a list of pre-defined values. This representation ...
- Web/Accessibility/XForms/Combobox Allows the user to choose a single value from a list of pre-defined values. This representation ...
- Web/Accessibility/XForms/Datepicker A datepicker is similar to a combobox. It consists of a text field for direct user input next to ...
- Web/Accessibility/XForms/DaysList Days list container is used to show/change day data. This is representation of XForms input ...
- Web/Accessibility/XForms/Listbox Listbox container is used to show/change data that represents a list. This is representation of ...
- Web/Accessibility/XForms/MonthsList Months list container is used to show/change day data. This is representation of XForms input ...
- Web/Accessibility/XForms/PasswordField Password field is used for inputting passwords. Each character typed by the user is represented ...
- Web/Accessibility/XForms/Radiogroup Allows the user to choose a single value from a list of pre-defined values. This representation ...
- Web/Accessibility/XForms/Slider Allows the user to choose a value from within a specific range of values. Slider presentation is ...
- Web/Accessibility/XForms/Text Text is used to show string data in readonly manner. This is the main representation of XForms ...
- Web/Accessibility/XForms/TextField Text field is used to show/change string data. This is the main representation of XForms input ...
- Web/Accessibility/XForms/Upload Provides a means for the user to select a file. This presentation is used for upload element ...