Re: JavaScript Slider in Django Form

2009-01-27 Thread oboedude
I had been looking through that documentation already, but it's certainly possible I missed something. I'll give it another look. Thanks for the help guys :) On Jan 23, 5:10 pm, Brian Neal wrote: > On Jan 23, 2:43 pm,oboedude wrote: > [...] > > > How do I create a custom widget and what do I hav

Re: JavaScript Slider in Django Form

2009-01-23 Thread Brian Neal
On Jan 23, 2:43 pm, oboedude wrote: [...] > How do I create a custom widget and what do I have to do to use my > custom widget in a form? Read the documentation on forms, then checkout the section on form media: http://docs.djangoproject.com/en/dev/topics/forms/media/#topics-forms-media I've i

Re: JavaScript Slider in Django Form

2009-01-23 Thread bax...@gretschpages.com
> How do I create a custom widget and what do I have to do to use my > custom widget in a form? It's possible I don't understand what you're trying to do, but I think you just need to call the hook into the id of the textfield. If multiple, set a class attribute in your form setup and hook onto t