#5188 closed enhancement (fixed)
Refactor menu rendering for more customizing
Reported by: | Jörn Zaefferer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.8.1 |
Component: | ui.autocomplete | Version: | 1.8rc2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Move core from _suggest to a new _renderMenu method, that still delegates to _renderItem. Should enable subclasses to customize the menu rendering, eg. to add categories ala http://forum.jquery.com/topic/categorized-autocomplete
Change History (5)
comment:1 Changed 13 years ago by
Version: | 1.7.2 → 1.8rc2 |
---|
comment:2 Changed 13 years ago by
Milestone: | 1.8 → 1.next |
---|
comment:3 Changed 13 years ago by
Priority: | critical → major |
---|
comment:4 Changed 13 years ago by
Milestone: | 1.next → 1.8.1 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:5 Changed 13 years ago by
Milestone: | 1.9 → 1.8.1 |
---|
Note: See
TracTickets for help on using
tickets.
I've implemented this inside the categorized autocomplete demo. We should pull this code into the menu plugin after the 1.8 release.