Friday, August 6, 2010

Re: Beautiful popup windows

On 08/06/2010 03:13 PM, kostia wrote:
> Do we know some alternatives for using popups in python/django?
>
> Here is the SqueezeBox from Mootools JS library - http://digitarald.de/project/squeezebox/
> I used it in Joomla / php.
>
> I would like to create a great popup form to prevent the user from
> redirecting to the new page. It will be awesome.

Basically all the external javascript goodie libraries. Django is
javascript-library-agnostic, so take your pick.

Personally, I'm using "jquery tools" for the overlay:
http://flowplayer.org/tools/overlay/index.html

Note that Plone (big python CMS) also uses jquery tools because it
doesn't have its own css: the UI library doesn't fight your existing
css. That's a big difference with for instance jqueryui (which I also
use and like, btw :-)


Reinout

--
Reinout van Rees - reinout@vanrees.org - http://reinout.vanrees.org
Programmer at http://www.nelen-schuurmans.nl
"Military engineers build missiles. Civil engineers build targets"

--
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