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
DateTextBox 2
DateTextBox 3
ComboBox
CheckBox widget cb 1 2 3 4
Radio widgetr 1 2 3 4
Multi-selectms1
Selects1
Hidden input h1
Auto-sizing textarea t1
Fixed size textarea st1
Editor widget richtext
File upload filename
Required Widget requiredWidget
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