Search completed in 1.39 seconds.
8 results for "Select1":
XForms Select1 Element - Archive of obsolete content
ArchiveWebXFormsUser Interface ElementsSelect1
note, some representations of the select1 element do not support visual grouping.
... incremental - supported, default value is true properties selection - see corresponding attribute incremental - see corresponding attribute type restrictions the select1 element can be bound to a node containing simple content.
...this is because a copy element can be used to add a subtree of nodes underneath the element that the select1 control is bound to.
...And 4 more matches
nsIAccessibleProvider
MozillaTechXPCOMReferenceInterfacensIAccessibleProvider
xformsselect 0x00002009 used for select and select1 that are implemented using host document's native widget.
... for example, a select1 in a xhtml document may be represented by the native html control html:select.
... xformsselectfull 0x00002011 used for xforms full select/select1 elements that may be represented by group of checkboxes and radiogroup.
...And 4 more matches
XForms Custom Controls - Archive of obsolete content
ArchiveWebXFormsCustom Controls
for example, in the mozilla xforms extension we will render a combobox widget when appearance='minimal' on a select1 control.
...xf|select1[appearance="compact"] { -moz-binding: url('chrome://xforms/content/select-xhtml.xml#xformswidget-select1-compact'); } the mediatype attribute can be used by the form author to align the type of presentation with the type of data that the bound instance node contains.
...select.xml - contains the base bindings for select and select1 xforms controls (except minimal/default select1 that is hosted in select1.xml file) range.xml - contains the base bindings for the range xforms control.
...mages/p-bugz.gif</img> <img label="mozilla">http://www.mozilla.org/images/mozhead-80x64.gif</img> </data> </xf:instance> </xf:model> <style type="text/css"> @namespace xf url(http://www.w3.org/2002/xforms); xf|output[mediatype="image/*"] { -moz-binding: url('#output-image'); } </style> </head> <body> <h1>custom control sample</h1> <xf:select1 ref="curimg"> <xf:label>select image to display: </xf:label> <xf:itemset nodeset="../img"> <xf:label ref="@label"/> <xf:value ref="."/> </xf:itemset> </xf:select1> <xf:output ref="curimg" mediatype="image/*"/> </body> </html> ...
Implementation Status - Archive of obsolete content
ArchiveWebXFormsImplementation Status
4.5.7 xforms-version-exception unsupported 4.6 event sequencing supported 4.6.1 for input, secret, textarea, range, or upload controls supported 4.6.2 for output controls supported 4.6.3 for select or select1 controls partial 4.6.4 for trigger controls supported 4.6.5 for submit controls supported 4.6.6 sequence: selection without value change supported 4.6.7 sequence: value change with focus change supported ...
...343523; 8.1.8 trigger supported 8.1.9 submit supported 8.1.10 select partial @selection does not work, select inside repeat may not work correctly, select that mixes itemsets with items may show them in the wrong order 282840; 371595; 372127; 8.1.11 select1 partial there are some resize issues, select/deselect/valuechange firing in wrong order.
Index - Archive of obsolete content
ArchiveIndex
2230 xforms select1 element xforms no summary!
Index of archived content - Archive of obsolete content
ArchiveIndex of archived content
xforms group element xforms help element xforms hint element xforms input element xforms label element xforms message element xforms output element xforms range element xforms repeat element xforms secret element xforms select element xforms select1 element xforms submit element xforms switch module xforms textarea element xforms trigger element xforms upload element other resources requests for enhancement rfe to the custom controls rfe to the custom controls interfa...
Mozilla XForms User Interface - Archive of obsolete content
ArchiveWebXFormsUser Interface Elements
it can have the following representations: listbox - default representation checkbox group - used when appearance = 'full' select1 combobox control.
XForms Accessibility
MozillaTechAccessibilityXForms
it can have the following representations: listbox checkboxes group select1 allows the user to choose a single value from a list of pre-defined values (see the spec, the docs).