Ticket #5188 (closed enhancement: fixed)
Refactor menu rendering for more customizing
| Reported by: | joern.zaefferer | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.8.1 |
| Component: | ui.autocomplete | Version: | 1.8rc2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
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
comment:2 Changed 3 years ago by scott.gonzalez
- Milestone changed from 1.8 to 1.next
I've implemented this inside the categorized autocomplete demo. We should pull this code into the menu plugin after the 1.8 release.
Note: See
TracTickets for help on using
tickets.

