This is a small file to demonstrate our dynamical form-tool.

All the tools are under the GNU/GPL3-Licence. You are allowed to copy, modify and resell this software, but you must always keep it GNU/GPL and send modifications back to the author.
All the scripts are created and copyrighted by Corvent GmbH, 8400 Winterthur, Switzerland, this demo is written by Andreas Tylmann.

Check out the form- and input-scripts to find much more nice methods.

Infotext: Read-only info
Text-Input: Standard text-input (HTML input-tag)
Password: HTML input-tag with type=password
Number: Accepts only numbers. (This example works with 2 decimals)
Textarea: HTML textarea-tag
Selector: HTML select-tag
Combo: HTML select-tag with option to insert new values. Doesn't work with Internet Explorer.
Checkbox: Checkbox
Multi-Checker: Multiple values as checkboxes. Allows to select more than one value. Selected values are set/read as numerical array.
Radio-Buttons:
Multiple values as radio-buttons. Needs a container for every option in the template.
Date: This field allows only valid dates as value. (dd.mm.yyyy) Incomplete values are completed automatically if possible. The field allows also expressions like "+5" to add five days to the actual date. The up- and down-arrows can also be used to change the value.
Time: This field allows only valid time as value. (hh:mm or hh:mm:ss - incomplete expressions, i.e. 5 will be changed to the full time 05:00) The value can be changed either by typing the time or by using the up- or down-arrow. (Move cursor to the right place to change hours, minutes or seconds.)
Date and time: Combination of date- and time-input.