Re: YUI Autocomplete

2008-04-28 Thread Pigletto
> Dear all, > I'm trying to put YUI autocomplete in my form, following this > tutorial:http://www.djangosnippets.org/snippets/392/ I've slightly updated the snippet code but I can't check it now so if you'll try it then let me know if something is still

Re: YUI Autocomplete

2008-04-28 Thread Pigletto
Hi! This is my snippet, that you're using, so I hope I can help :) > 1) Inside the my form class, if I specify: > > def __init__(self,*args, **kwargs ): > super(QuizForm, self).__init__(*args, > **kwargs) > n_lookup_url = reverse('djangoOp.op.views.json_lookup') # url to your > view > n_schema

YUI Autocomplete

2008-04-28 Thread Orazio
Dear all, I'm trying to put YUI autocomplete in my form, following this tutorial: http://www.djangosnippets.org/snippets/392/ There are two main problems: 1) Inside the my form class, if I specify: def __init__(self,*args, **kwargs ): super(QuizForm, self).__init__(*args, **k