The UIZE JavaScript Framework includes scores of excellent examples to get you started. This index lists 7 JavaScript form examples.
TAKE A STEP-BY-STEP TOUR...
You can take a step-by-step tour through the examples listed on this page. When you get into the tour, you can use the gigantic arrows that will appear on either side of the example pages to navigate from one page to the next (or back). You can also use the "thermometer" bar, that will appear right underneath the title bar of the example pages, to navigate to other pages in the tour. The highlighted segment of the thermometer shows you where you are in the tour.
-
Among the creative uses of the bar widget is this characters used indicator for a textarea. As you type, the bar indicates chars used and remaining.
-
The date picker widget lets users pick dates within configured date ranges, inside a shared date picker dialog. Many configurations are demonstrated.
-
See an example of a domain list editor that lets the user add domains to a list, or select items from the list to remove or modify and then re-add.
-
See a demo of the tree select widget being used to let the user choose a value from a hierarchical value list using the browser's built-in select tag.
-
See a demo of the setNodeValue and getNodeValue instance methods being used to set and get the value for a multiple select style listbox form element.
-
See a demo of the setNodeValue method, which can set a value on select boxes, checkboxes, radio buttons, text inputs, textareas, divs, spans...
-
See a demo of two instances of the tree select widget used side-by-side - one lets the user select an animal, the other lets the user select a plant.