Closed Bug 332928 Opened 19 years ago Closed 9 years ago

xforms:select[appearance='minimal'] controls implementation

Categories

(Core Graveyard :: XForms, defect)

defect
Not set
normal

Tracking

(Not tracked)

RESOLVED WONTFIX

People

(Reporter: surkov, Unassigned)

References

Details

Attachments

(1 file)

Wh should have xforms:select[appearance='minimal'] controls.
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.
this bug should block bug 322255
Blocks: 322255
RIP xforms
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WONTFIX
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: