#8862 closed enhancement (fixed)
[patch][cla]dijit.form.FilteringSelect: would be nice to be a bit more extendable
Reported by: | Nathan Toone | Owned by: | Nathan Toone |
---|---|---|---|
Priority: | lowest | Milestone: | 1.4 |
Component: | Dijit - Form | Version: | 1.3.0b3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
For example, to have the ability to modify the query that gets sent to the server when _setDisplayedValueAttr gets called. ComboBoxMixin? does this by having a separate function.
A patch follows
Attachments (1)
Change History (5)
Changed 12 years ago by
Attachment: | displayQueryString.patch added |
---|
comment:1 Changed 12 years ago by
Milestone: | future → 1.4 |
---|---|
Summary: | dijit.form.FilteringSelect: would be nice to be a bit more extendable → [patch][cla]dijit.form.FilteringSelect: would be nice to be a bit more extendable |
comment:2 Changed 12 years ago by
Milestone: | 1.4 → 1.3.1 |
---|
Fixed in trunk in [17158] - changing milestone for consideration for inclusion in branch.
comment:3 Changed 12 years ago by
Milestone: | 1.3.1 → 1.4 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:4 Changed 10 years ago by
Component: | Dijit → Dijit - Form |
---|
Note: See
TracTickets for help on using
tickets.
Patch which breaks this function out for easier extendability