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
6573a33b
Commit
6573a33b
authored
Jul 10, 2018
by
Carsten Rose
Browse files
Manual.rst: fix some typos
Makefile: add 'composer update' to target 'basic'
parent
138edd78
Pipeline
#676
passed with stage
in 1 minute and 41 seconds
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
6573a33b
...
...
@@ -80,6 +80,7 @@ bootstrap: .npmpackages .plantuml_install .virtual_env
basic
:
.npmpackages .virtual_env
npm update
grunt default
cd
extension/Resources/Private
;
composer update
.plantuml_install
:
.support_plantuml
wget
--no-check-certificate
-O
support/plantuml/plantuml.jar
'https://downloads.sourceforge.net/project/plantuml/plantuml.jar'
...
...
extension/Documentation/Manual.rst
View file @
6573a33b
...
...
@@ -2493,45 +2493,45 @@ 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
`
|
| | |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
`
_ |
|value | text |Default value: See field-value_
|
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|sql1 | text |SQL query. See individual `FormEelement`. _`sql1` |
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Parameter | text |Might contain misc parameter. See
`
fe-parameter-attributes
`
_ |
|Parameter | text |Might contain misc parameter. See fe-parameter-attributes_
|
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|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, |
...
...
@@ -2557,7 +2557,7 @@ to edit, on the same form, a corresponding person email address (which is in a s
{{SELECT a.email FROM Address AS a WHERE a.pId={{id:R0}} ORDER BY a.id LIMIT 1}}
Report syntax can also be used, see
_`
report-notation
`
.
Report syntax can also be used, see report-notation
_
.
.. _`report-notation`:
...
...
@@ -2975,7 +2975,7 @@ Type: text
* *characterCountWrap* = <span class="qfq-cc-style">Count: |</span> (optional).
Displays a character counter below the input/textarea element.
* Also check the
:ref:`
fe-parameter-attributes
`
*data-...-error* to customize error messages shown by the validator.
* Also check the fe-parameter-attributes
_
*data-...-error* to customize error messages shown by the validator.
* *hideZero* = 0|1 (optional): `with hideZero=1` a '0' in the value will be replaced by an empty string.
* *emptyMeansNull* = [0|1] (optional): with `emptyMeansNull` or `emptyMeansNull=1` a NULL value will be written if
the value is an empty string
...
...
@@ -5631,7 +5631,7 @@ Send emails. Every mail will be logged in the table `mailLog`. Attachments are s
+--------------+----------------------------------------+--------------------------------------------------------------------------------------------------+------------+
|**Token** | **Parameter** |**Description** |**Required**|
| short / long |
| short / long |
| | |
+==============+========================================+==================================================================================================+============+
| f | email |**FROM**: Sender of the email. Optional: 'realname <john@doe.com>' | yes |
| from | | | yes |
...
...
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