Skip to content
Snippets Groups Projects
Commit 61f4cb3f authored by Carsten  Rose's avatar 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
No related branches found
No related tags found
No related merge requests found
......@@ -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
-------------
......
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment