Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
caosdb-webui
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
caosdb-webui
Commits
81265db7
Verified
Commit
81265db7
authored
1 year ago
by
Daniel Hornung
Browse files
Options
Downloads
Patches
Plain Diff
DOC: Formatting
parent
387cf1c0
No related branches found
No related tags found
1 merge request
!123
Release 0.13.0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/core/js/form_elements.js
+12
-12
12 additions, 12 deletions
src/core/js/form_elements.js
with
12 additions
and
12 deletions
src/core/js/form_elements.js
+
12
−
12
View file @
81265db7
...
...
@@ -25,25 +25,25 @@
* form_elements module for reusable form elemenst which already have a basic
* css styling.
*
* IMPORTAN
CE
CONCEPTS
* IMPORTAN
T
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.
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment