Thanks for your reply, Jorge!

I think I failed to make my point in my last message. I'll try again.
:)

If you need a shuttle widget (which is great for large lists!) you can
do it in 2 easy steps:
1) insert a normal <select multiple="multiple"> ... in your template by
whatever means you like (be it templates, widgets etc.)
2) link to a javascript file (see example at
http://learn.devnet.ro/dual.php ) that transforms *client-side* the
<select>-box into a fully fledged shuttle widget using DOM

This implies nice fallback (when you don't have Javascript, you get a
simple **and working** <select multiple .. > control)

On the server-side, you treat your shuttle widget exactly as you would
treat a <select multiple> control. The client JS takes care of
everything.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/turbogears
-~----------~----~----~----~------~----~------~--~---

Reply via email to