5 projects
Select-Shuttle
The SelectShuttle widget provides a mechanism for selecting multiple values from a list of values by allowing the user to move items between two lists. On modern browsers you can also double click an item to move it from one list to the other. After the first "move", all entries will be sorted automatically accordingly to its "description" on both lists. Take a look at the code for SelectShuttleDesc for an example of how to use this widget in your code.
dynwidgets
TurboGears widget to automatically replicate a list of other widgets (or a FieldSet or ...), including 'add' and 'remove' buttons
submodal
Cross Browser DHTML Modal Dialogs For Web Apps
checkselect
CheckSelect TurboGears Widget
MochiInterpreter
This widget is an implementation of the interpreter example from MochiKit code. It is provided as a facility to develop TurboGears applications that needs JavaScript. It is based on code provided at http://trac.turbogears.org/turbogears/ticket/255