Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
typo3
qfq
Commits
a7932436
Commit
a7932436
authored
Mar 22, 2019
by
Carsten Rose
Browse files
Fixes #8113. Fehler in Dokumentation für Default value
parent
1180e85a
Pipeline
#1778
passed with stage
in 2 minutes and 19 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
a7932436
...
...
@@ -2853,8 +2853,7 @@ FE: Value
By default this field is empty: QFQ will fill it with the corresponding existing column value on form load.
For a customized default value define: ::
{{SELECT IF('{{column:RE}}'='','custom default',{{column:R}}) }}
{{SELECT IF('{{column:RE}}'='','custom default', '{{column:R}}') }}
For non primary records, this is the place to load an existing value. E.g. we're on a 'Person' detail form and would like
to edit, on the same form, a corresponding person email address (which is in a separate table): ::
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment