Try using firebug (extension for Firefox). You can see how it is
instantiated in the admin site and where things are going wrong.
I suspect you either are missing the "vSelectMultipleField" (is that
right?) class, the multiple="multiple" attribute, or have not got all
of the JS included. As for why it worked in one place and not another
- if they are the exact same environment, that is hard to explain :)
But again, use Firebug.

 -rob

On Apr 11, 5:05 am, "masuran" <[EMAIL PROTECTED]> wrote:
> Hello Enrico,
>
> First of all thank you for your help :)
> But unfortunately that didn't solve my problem.
>
> Next I tried to copy the entire source of an admin generated form that
> had the two list boxes and modify it. But even without modifying it I
> didn't get the two listboxes. Very very very strange. Two pages with
> the exact same source and only the one generated by the admin part has
> the two listboxes.
>
> I'm getting pretty confused :)
>
> On 10 apr, 21:11, "Enrico" <[EMAIL PROTECTED]> wrote:
>
> > Hi,
>
> > There is a 'YOUR_ADMIN_MEDIA/js/SelectFilter2.js' file, I think this
> > is the file that does the "magic".
>
> > Maybe you can use it as a base for applying the widget on your site.
>
> > Best regards,
> > Enrico


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to