Form Entities
The source code of this page is available at
Form_Entities.elm
.

Entities are the constituent of the form configuration.

Each entity can represent an input field, a title, a sub-title or a list of other entities.

As list of other entities is used to represent some grouping. For example to add a border around certain number of input field that are somehow related.

There are 8 types of entity:

1. R10.Form.entity.field
2. R10.Form.entity.normal
3. R10.Form.entity.wrappable 
4. R10.Form.entity.withBorder
5. R10.Form.entity.withTabs
6. R10.Form.entity.multi
7. R10.Form.entity.title
8. R10.Form.entity.subTitle
R10.Form.entity.field
Text 1
Text 2
Text 3
Text 1
Text 2
Text 3
R10.Form.entity.normal
Text 1
Text 2
Text 3
Text 1
Text 2
Text 3
R10.Form.entity.wrappable
Text 1
Text 2
Text 3
Text 1
Text 2
Text 3
R10.Form.entity.withBorder
Text 1
Text 2
Text 3
Text 1
Text 2
Text 3
R10.Form.entity.withTabs
1
Tab 1
Validation error
2
Tab 2
Validation error
3
Tab 3
Validation error
Text 1
1
Tab 1
Validation error
2
Tab 2
Validation error
3
Tab 3
Validation error
Text 1
R10.Form.entity.multi
Text 1
Text 2
Text 3
Text 1
Text 2
Text 3
R10.Form.entity.title
Title
Title
R10.Form.entity.subTitle
Title
Title