I'm new to Django, so please be patient and bear with me. I am looking to create a form in Django with several text inputs and an analog slider. I know how to make the text inputs, but I'm having trouble with the slider. I have some JavaScript code that creates analog sliders and I'd like to make a custom widget that I can incorporate in my form. I know Django has some admin widgets but I'm not sure how to create a custom widget of my own.
How do I create a custom widget and what do I have to do to use my custom widget in a form? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---