Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
qfq
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
typo3
qfq
Commits
61f4cb3f
Commit
61f4cb3f
authored
8 years ago
by
Carsten Rose
Browse files
Options
Downloads
Patches
Plain Diff
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
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
extension/Documentation/AdministratorManual/Index.rst
+3
-0
3 additions, 0 deletions
extension/Documentation/AdministratorManual/Index.rst
extension/Documentation/UsersManual/Index.rst
+5
-2
5 additions, 2 deletions
extension/Documentation/UsersManual/Index.rst
with
8 additions
and
2 deletions
extension/Documentation/AdministratorManual/Index.rst
+
3
−
0
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
-------------
...
...
This diff is collapsed.
Click to expand it.
extension/Documentation/UsersManual/Index.rst
+
5
−
2
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.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment