Small and pluggable Javascript input widgets that degrade gracefully.
Icon Widget
The Icon widget allows the user to choose an icon from a grid.
It pulls the data automatically from an selectbox and syncronizes its value in the background.
As is does not change the form structure the server code can be left unchanged.
Drag Selection Widget
The Drag Selection Widget is build on top of a normal selectbox.
Items are seperated in collums, selected left;unselected right. Users then can drag and drop items
from one side to another while the selectbox gets synchronized in the background.
List Widget
The List Widget is set up on top of a normal textarea, that was build to accept a list of items seperated by newline.
The widget provides a simple add and remove button and an ul-list. On adding and removing Items from the list, the widget automatically updates the textarea in the background.