On Sat, Sep 13, 2008 at 07:01:47AM -0700, [EMAIL PROTECTED] wrote: > > hi, > > http://trac-hacks.org/wiki/AutocompleteUsersPlugin allows ajax > selection of users. should somethign like this: > http://trac-hacks.org/browser/autocompleteusersplugin/0.11/autocompleteusers/htdocs/js/autocomplete_newticket_cc.js > also work with milestones? > > here the drop down does not change to anything which allows typing the > milestone name. > > rupert.
The autocompleter (http://trac-hacks.org/browser/autocompleteusersplugin/0.11/autocompleteusers/htdocs/js/autocomplete.js) only works on text inputs, and the th:AutocompleteUsersPlugin is wired only for CC fields (if they're text -- it does nothing for the "Add/Remove from Cc:" checkbox case) and the owner field where {{{[ticket]\n restrict_owner = false}}}. If you'd like to ticket on http://trac-hacks.org/newticket?component=AutocompleteUsersPlugin&owner=k0s for a ListOption of select fields such as milestones to transform to text inputs that the plugin would also work with (presumedly restricting the field so that only the select options were valid inputs), I'll try to do this when I get a chance. Or patches welcome :) Jeff --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
