Skip to content
GitLab
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
036d197b
Commit
036d197b
authored
Oct 04, 2017
by
Carsten Rose
Browse files
Manual.rst: fixed typos
parent
373c3cbf
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
036d197b
...
...
@@ -1718,21 +1718,21 @@ Depending on `r`, the following access permission will be taken:
.. _`form-requiredParameter`:
Required Parameter N
EW|EDIT
Required Parameter N
ew|Edit
^^^^^^^^^^^^^^^^^^^^^^^^^^^
Comma separated list of variable names. On form load, an error message will be shown in case of missing parameters.
The parameters must be given by SIP.
The list of required parameter has to be defined for
'NEW'
(r=0, create a new record) and for
'EDIT'
(r>0, edit existing
The list of required parameter has to be defined for
`New`
(r=0, create a new record) and for
`Edit`
(r>0, edit existing
record).
Optional a comment might be attached
to the parameter, direct after the parameter name. The comment should not contain any ','
.
Optional a comment might be attached
after the parameter definition
.
E.g.: ::
N
EW
: grId, pId # Always specify a person, grId2
E
DIT
: pId
N
ew
: grId, pId # Always specify a person, grId2
E
dit
: pId
.. _`form-showButton`:
...
...
@@ -2834,6 +2834,7 @@ or add new records. The list is defined as a SQL query. The number of records sh
will be rendered inside the form as a HTML table.
* *mode / modeSql*:
* *show / required*: the regular mode to show the subrecords
* *readonly*: New / Edit / Delete Buttons are disabled
* *hidden*: The FormElement is rendered, but disabled with `display='none'`.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment