Some time ago I came up with an implementation that involved a multiselect and a text box that were tied together with some JavaScript. Basically, selecting items in the multiselect added them to a comma separated list in the text box. Removing people from the text box (sometimes) deselected them in the multiselect. For the most part it worked pretty well, but it was still an ugly hack, and confusing to some users.
A full JavaScript implementation of an editable combo box would probably work best here I guess. On 5/24/07, David Herman <[EMAIL PROTECTED]> wrote: > > Basically it would have to be a MultiSelect, since CC can be multiple > people. We've toyed with doing a JavaScript based plug-in for this but > have not had the time. > > -----Original Message----- > From: [email protected] [mailto:[EMAIL PROTECTED] > On Behalf Of Noah Kantrowitz > Sent: Thursday, May 24, 2007 11:25 AM > To: [email protected] > Subject: [Trac] Re: CC like a dropdown list? > > diego gentoo wrote: > > That's for the Assign ticket action, I need the CC field in a dropdown > > > list, maybe with an ADD button to add the mail address. > > Thanks. Diego. > > > > > Sorry, didn't read your email closely enough. This is in-progress (as my > employer needs it) as a plugin, so stay tuned. > > --Noah > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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-users?hl=en -~----------~----~----~----~------~----~------~--~---
