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
0aed1bfe
Commit
0aed1bfe
authored
Jul 10, 2018
by
Carsten Rose
Browse files
Manual.rst: fix some typos
parent
6573a33b
Pipeline
#677
passed with stage
in 1 minute and 36 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
0aed1bfe
...
...
@@ -2493,39 +2493,39 @@ Fields:
| | 'beforeInsert', 'beforeUpdate', 'beforeDelete', 'afterLoad', 'afterSave', 'afterInsert', 'afterUpdate', 'afterDelete', |
| | 'sendMail') |
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Encode | 'none', 'specialchar' | With 'specialchar' (default) the chars <>"'& will be encoded to their htmlentity. field-encode
_
|
|Encode | 'none', 'specialchar' | With 'specialchar' (default) the chars <>"'& will be encoded to their htmlentity.
_
field-encode |
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Check Type | enum('auto', 'alnumx', | See: `sanitize-class`_ |
| | 'digit', 'numerical', | |
| | 'email', 'pattern', | |
| | 'allbut', 'all') | |
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Check Pattern | 'regexp' | field-checkpattern
_
: If $checkType=='pattern': pattern to match
|
|Check Pattern | 'regexp' |
_`
field-checkpattern
`
: If $checkType=='pattern': pattern to match |
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Order | string | Display order of *FormElements* ('order' is a reserved keyword) field-ord
_
|
|Order | string | Display order of *FormElements* ('order' is a reserved keyword)
_`
field-ord
`
|
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|tabindex | string |HTML tabindex attribute field-tabindex
_
|
|tabindex | string |HTML tabindex attribute
_`
field-tabindex
`
|
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Size | string |Visible length of input element. Might be ommited, depending on the choosen form layout. |
| | |Format: <width>,<height> (in characters) field-size
_
|
| | |Format: <width>,<height> (in characters)
_`
field-size
`
|
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|BS Label Columns | string | Number of bootstrap grid columns for label. By default empty, value inherits from the form. |
| | | field-bsLabelColumns
_
|
| | |
_`
field-bsLabelColumns
`
|
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|BS Input Columns | string | Number of bootstrap grid columns for input. By default empty, value inherits from the form. |
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|BS Note Columns | string | Number of bootstrap grid columns for note. By default empty, value inherits from the form. |
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Label / Input / Note | enum(...) | Switch on/off opening|closing of bootstrap form classes field-rowLabelInputNote
_
|
|Label / Input / Note | enum(...) | Switch on/off opening|closing of bootstrap form classes
_`
field-rowLabelInputNote
`
|
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Maxlength | string |Maximum characters for input. field-maxLength
_
|
|Maxlength | string |Maximum characters for input.
_`
field-maxLength
`
|
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Note | string |Note of *FormElement*. Depending on layout model, right or below of the *FormElement*. |
| | |Report syntax can also be used, see report-notation_ |
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Tooltip | text |Display this text as tooltip on mouse over. field-tooltip
_
|
|Tooltip | text |Display this text as tooltip on mouse over.
_`
field-tooltip
`
|
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Placeholder | string |Text, displayed inside the input element in light grey. field-placeholder
_
|
|Placeholder | string |Text, displayed inside the input element in light grey.
_`
field-placeholder
`
|
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|value | text |Default value: See field-value_ |
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
...
...
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