Hello everyone, The admin interface has the most wonderful SelectMultiple widget that you can have with a ManyToMany Field. You know, the one with the two listboxes where you can transfer an item from the left to the right.
Does anyone know how you can use this widget in your own forms? I can only manage to get one blank listbox. I use the following line to specify the widget together with the newforms implementation. WerkgroepToevoegenForm.base_fields['leden'].widget = widgets.SelectMultiple() --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

