On 12/29/05, wang bin <[EMAIL PROTECTED]> wrote:
> I have seen a very nice select field in
> http://c82.net/samples/checklist-samples.html, I am curious could i
> write a custom field to achieve that and using it in other projects?

For something like that,
django.core.formfields.CheckboxSelectMultipleField will probably do
the trick. The formfields module isn't that well documented at the
moment, but there's some here:

http://www.djangoproject.com/documentation/forms/#custom-forms-and-manipulators

Adrian

--
Adrian Holovaty
holovaty.com | djangoproject.com | chicagocrime.org

Reply via email to