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
CheckBox widget cb2 1 2 3 4
Radio widgetr2 1 2 3 4
Multi-selectms1
Hidden input h1
Auto-sizing textarea t1
Fixed size textarea st1
Editor widget richtext

original

This is the default content

File upload filename
Disabled Widget disabledWidget
Disabled Required Widget disabledRequiredWidget
Read-only Widget readOnlyWidget
Duplicate named TextBox 1 duplicate
Duplicate named TextBox 2 duplicate
Duplicate named TextBox 3 duplicate