| Name | nelsonvarela |
|---|---|
| Email Address | n/a |
| Posts | 1 |
-
- 2012-03-27 08:47:29
- Django RawIdWidget with checkboxes
- Board » Django » Ajax / JavaScript
-
I have a raw_field_id with organizations:
raw_id_fields = ('organizations',)
This displays an input field with ID's of the selected Organizations.
When you click on the magnifier a popup windows opens with all the Organizations listed nicely. You can click one Organization and the ID will be placed into the input field.
Is it possible to use checkboxes to select more than one Organization?


