Skip to content
Snippets Groups Projects
Verified Commit 81265db7 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

DOC: Formatting

parent 387cf1c0
No related branches found
No related tags found
1 merge request!123Release 0.13.0
......@@ -25,25 +25,25 @@
* form_elements module for reusable form elemenst which already have a basic
* css styling.
*
* IMPORTANCE CONCEPTS
* IMPORTANT CONCEPTS
*
* FIELD - an HTMLElement which wraps a LABEL element (the fields name) and the
* INPUT element together. By default, FIELDS are a flat and stringy list of
* key-value pairs. Use SUBFORMS for nesting FIELDS. FIELDS come in the
* following flavours:
* INTEGER
* DOUBLE
* DATE
* RANGE
* REFERENCE_DROP_DOWN
* - FIELD - an HTMLElement which wraps a LABEL element (the fields name) and the
* INPUT element together. By default, FIELDS are a flat and stringy list of
* key-value pairs. Use SUBFORMS for nesting FIELDS. FIELDS come in the
* following flavours:
* - INTEGER
* - DOUBLE
* - DATE
* - RANGE
* - REFERENCE_DROP_DOWN
*
* GROUP - a set of FIELDS and SUBFORMS. FIELDS and SUBFORMS can belong to
* - GROUP - a set of FIELDS and SUBFORMS. FIELDS and SUBFORMS can belong to
* multiple groups. The group can be used to disable or enable a set of FIELDS
* or SUBFORMS at once. Therefore, GROUPS are mainly used for the look and feel
* of the form. However, disabled fields are also ignored in the
* json-conversion of a form.
*
* SUBFORM - an HTMLElement which contains FIELDS and other SUBFORMS. SUBFORMS
* - SUBFORM - an HTMLElement which contains FIELDS and other SUBFORMS. SUBFORMS
* can be used to nest FIELDS, which is not supported by HTML5 but allows only
* for flat key-value pairs.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment