Sunday, February 27, 2011

AW: combobox

Thx, i'll give it a shot ;-)


. . . . . . . . . . . . . . . . . . . . . . . . . .
Patrick Szabo
XSLT-Entwickler
LexisNexis
Marxergasse 25, 1030 Wien

mailto:patrick.szabo@lexisnexis.at
Tel.: +43 (1) 534 52 - 1573
Fax: +43 (1) 534 52 - 146


-----Ursprüngliche Nachricht-----

Von: django-users@googlegroups.com [mailto:django-users@googlegroups.com] Im Auftrag von Marc DM
Gesendet: Freitag, 25. Februar 2011 19:36
An: Django users
Betreff: Re: combobox

On Feb 25, 11:18 am, "Szabo, Patrick \(LNG-VIE\)"
<patrick.sz...@lexisnexis.at> wrote:
> Hi,
>
> I was trying to get "An AJAX Select Widget for Django"
> (http://code.djangoproject.com/wiki/AJAXWidgetComboBox) running but i
> found out that it doesn't work with newer versions of django (correct me
> if I'm wrong.)
>
> Is there an alternative or a way to make it work with the newest version
> ?!


If you're using jQuery, you could take a look at the combobox example
on the jQueryUI autocomplete page.

http://jqueryui.com/demos/autocomplete/#combobox

They use the autocomplete widget from jQueryUI and create a basic
combobox. The good thing is that the code is all right there and quite
easy to understand. So, if it doesn't do EXACTLY what you want, you
can modify it.

There seems to be no real consensus on how the combobox should work so
there are many incompatible versions out there. Try using the jQuery
one as a starting point and make what you want.

Just my $0.02

----
Marc DM
DjangoMuser

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

--
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+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment