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
b89b3057
Commit
b89b3057
authored
Dec 03, 2017
by
Carsten Rose
Browse files
Manual.rst: replaced 'disabled' against 'hidden'.
parent
408b317e
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
b89b3057
...
...
@@ -2290,8 +2290,8 @@ Fields:
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Mode | enum('show', 'readonly', | *Show*: regular user input field. This is the default. |
| | 'required', | *Required*: User has to specify a value. Typically, an <empty string> represents 'no value'. |
| | '
disabled
' ) | *Readonly*: user can't change any data. Data not saved. |
| | | *
Disabled
*: *FormElement* is not visible. |
| | '
hidden
' )
| *Readonly*: user can't change any data. Data not saved. |
| | | *
Hidden
*: *FormElement* is not visible.
|
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Mode sql | `SELECT` statement with | A value given here overwrites the setting from `mode`. Most useful with :ref:`dynamic-update`. |
| | a value like in `mode` | E.g.: {{SELECT IF( '{{otherFunding:FR:alnumx}}'='yes' ,'show', 'hidden' }} |
...
...
@@ -2343,7 +2343,7 @@ Fields:
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|feGroup | string | Comma-separated list of Typo3 FE Group ID. NOT SURE IF THIS WILL BE IMPLEMENTED. Native |
| | | *FormElements*, fieldsets and pills can be assigned to feGroups. Group status: show, hidden, |
| | |
disabled
. Group Access: FE-Groups. User will be assigned to FE-Groups and the form definition |
| | |
hidden
. Group Access: FE-Groups. User will be assigned to FE-Groups and the form definition
|
| | | reference such FE-groups. Easy way of granting permission. |
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Deleted | string | 'yes'|'no'. |
...
...
@@ -2961,7 +2961,7 @@ will be rendered inside the form as a HTML table.
* *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'`.
* *hidden*: The FormElement is rendered, but
hidden
with `display='none'`.
* *dynamicUpdate*: not supported at the moment.
...
...
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