Location: A review of cardiac cellular electrophysiology models @ f6a8f9030738 / dojo-presentation / js / dojo / dijit / tests / form / Form.html
- Author:
- David Nickerson <nickerso@users.sourceforge.net>
- Date:
- 2009-07-16 02:00:03+12:00
- Desc:
- the starting point for the HH tutorial example
- Permanent Source URI:
- https://models.fieldml.org/workspace/a1/rawfile/f6a8f90307388eb4b040ee3566b84d88b59247f7/dojo-presentation/js/dojo/dijit/tests/form/Form.html
Form Widget Unit Test
The form widget takes data in a form and serializes/deserializes it, so it can be submitted as a JSON string of nested objects.
Currently only widgets are supported, not raw elements.
Just HTML text
Description | Name | Form node/widget |
---|---|---|
DateTextBox inside contentpane | foo.bar.baz.quux |
|
Layoutcontainer | ||
DateTextBox 1 | available.from | |
DateTextBox 2 | available.to | |
ComboBox | plop.combo | one two three |
CheckBox widget | cb2 | 1 2 3 4 |
Radio widget | r2 | 1 2 3 4 |
Multi-select | ms1 | Tennessee Virginia Washington Florida California |
Hidden input | h1 | |
Auto-sizing textarea | t1 | line 1 line 2 |
Fixed size textarea | st1 | simple line 1 simple line 2 |
Editor widget | richtext |
originalThis is the default content |
File upload | filename | |
Disabled Widget | Disabled | |
Disabled Required Widget | Disabled Required | |
Read-only Widget | Read Only |