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
61f4cb3f
Commit
61f4cb3f
authored
Feb 24, 2017
by
Carsten Rose
Browse files
AdministratorManual/Index.rst: Add varnamens for config.qfq.ini - BS_*_COLUMNS
UserManual/Index.rst: Add doc for htmlAfter, htmlBefore
parent
5e767288
Changes
2
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/AdministratorManual/Index.rst
View file @
61f4cb3f
...
...
@@ -187,6 +187,9 @@ Example: *typo3conf/config.qfq.ini*
;FORM_DATA_REQUIRED_ERROR =
;FORM_DATA_MATCH_ERROR =
;FORM_DATA_ERROR =
;FORM_BS_LABEL_COLUMNS = 3
;FORM_BS_INPUT_COLUMNS = 6
;FORM_BS_NOTE_COLUMNS = 3
Documentation
-------------
...
...
extension/Documentation/UsersManual/Index.rst
View file @
61f4cb3f
...
...
@@ -888,7 +888,10 @@ See also at specific *FormElement* definitions.
+------------------------+--------+----------------------------------------------------------------------------------------------------------+
| data-error | string | If none specific is defined: Text for error message used for all FormElements of current form |
+------------------------+--------+----------------------------------------------------------------------------------------------------------+
| htmlBefore | string | HTML Code wrapped before the complete *FormElement* |
+------------------------+--------+----------------------------------------------------------------------------------------------------------+
| htmlAfter | string | HTML Code wrapped after the complete *FormElement* |
+------------------------+--------+----------------------------------------------------------------------------------------------------------+
Effect matrix
^^^^^^^^^^^^^
...
...
@@ -1306,7 +1309,7 @@ by fireing queries and doing some additional actions during form save. Inside th
* Using the current record id in the `fileDestination`: Using {{r}} is problematic for a 'new' primary record: that
one is still '0' at the time of saving. Use `{{id:R0}}` instead.
* *slaveId*, *sqlBefore*, *sqlInsert*, *sqlUpdate*, *sqlDelete*, *sqlUpdate*: Only used in :ref:`Upload advanced mode`.
* *slaveId*, *sqlBefore*, *sqlInsert*, *sqlUpdate*, *sqlDelete*, *sqlUpdate*
, *sqlAfter*
: Only used in :ref:`Upload advanced mode`.
* *fileReplace=always*: If `fileDestination` exist - replace it by the new one.
...
...
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