Closed
Bug 332928
Opened 19 years ago
Closed 9 years ago
xforms:select[appearance='minimal'] controls implementation
Categories
(Core Graveyard :: XForms, defect)
Core Graveyard
XForms
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: surkov, Unassigned)
References
Details
Attachments
(1 file)
(deleted),
application/xhtml+xml
|
Details |
Wh should have xforms:select[appearance='minimal'] controls.
Updated•18 years ago
|
Assignee: aaronr → xforms
In the newsgroup Leigh suggested the following:
<select ref="tags" enumeration="open" appearance="minimal">
<label>Tags</label>
<itemset nodeset="instance('tags')">
<label ref="label" />
<value ref="@value" />
</itemset>
</select>
Ought to give you an input text line with automagic drop-down
autocompletion from the value space.
Open enumerations have to allow you to type in values directly as
there's no way to make up labels for unknown values.
Do this and you can brag that you can do Google Suggest or Delicious tag
autocompletion in XForms natively.
The authoring intent is captured 100% by enumeration="open" and
appearance="minimal" and by the itemset.
sorry, disregard my previous post. That was for xf:select1, not xf:select. Though we could do something similar with xf:select. Just have to use a combobox instead of a dropdown so that the user could select multiple items more easily.
Comment 3•18 years ago
|
||
Comment 4•18 years ago
|
||
this bug should block bug 322255
Comment 5•9 years ago
|
||
RIP xforms
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Updated•8 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•