Skip to content
GitLab
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
525550f3
Commit
525550f3
authored
Jan 26, 2018
by
Carsten Rose
Browse files
Fixed several phinx syntax errors
parent
e6bcd8d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
525550f3
...
...
@@ -2364,7 +2364,7 @@ Fields:
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|value | text |Default value: See `field-value`_ |
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|sql1 | text |SQL query. See individual `FormEelement`. _`sql1`
|
|sql1 | text |SQL query. See individual `FormEelement`. _`sql1` |
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Parameter | text |Might contain misc parameter. See `fe-parameter-attributes`_ |
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
...
...
@@ -2728,6 +2728,7 @@ Checkboxes can be rendered in mode:
* `btn-info` (light blue),
* `btn-warning` (orange),
* `btn-danger` (red).
With a given *buttonClass*, all buttons (=radios) are rendered horizontal. A value in *FormElement.maxlength* has no effect.
* *No preselection*:
...
...
@@ -2898,7 +2899,7 @@ Uploaded images can be cut or rotate via QFQ (via fabric.js). The modified image
* Valid image file formats are SVG, PNG, JPG, GIF.
* Invalid or missing filenames results to an empty 'imageCut' element.
* *FormElement.parameter*:
:
* *FormElement.parameter*:
* *resizeWidth* = <empty>|[width in pixel] - the final width of the modified image. If empty (or not given), no change.
* *keepOriginal* = <empty>|[string] - By default: '.save'. If empty (no string given), don't keep the original. If an
...
...
@@ -3194,7 +3195,7 @@ See also `downloadButton`_ to offer a download of an uploaded file.
If `downloadButton` ist empty, just shows the regular download glyph.
Additional attributes might be given like `downloadButton='t:Download|o:check file
'
. Please check `download`_.
Additional attributes might be given like `downloadButton='t:Download|o:check file
`
. Please check `download`_.
* fileSplit, fileDestinationSplit, tableNameSplit: see split-pdf-upload_
...
...
@@ -3292,8 +3293,8 @@ page. The split is done via http://www.cityinthesky.co.uk/opensource/pdf2svg/.
* *FormElement.parameter*:
* *fileSplit*: Activate the splitting process. Only possible value: `fileSplit=svg`.
* *fileDestinationSplit*: Target directory and filename pattern for the created & split
t
ed files. E.g.
`fileDestinationSplit=fileadmin/protected/{{id:R}}.{{filenameBase}}.%02d.svg.
* *fileDestinationSplit*: Target directory and filename pattern for the created & split
'
ed files. E.g.
`fileDestinationSplit=fileadmin/protected/{{id:R}}.{{filenameBase}}.%02d.svg
`
.
* *tableNameSplit*: Reference in table 'Split' to the table, which holds the original PDF file.
The splitting happens immediately after the user pressed save.
...
...
@@ -5532,7 +5533,7 @@ Send text emails. Every mail will be logged in the table `mailLog`. Attachments
+----------+----------------------------------------+--------------------------------------------------------------------------------------------------+------------+
| b | Body |**Body**: Message | yes |
+----------+----------------------------------------+--------------------------------------------------------------------------------------------------+------------+
| h | Mail header |**Custom mail header**: Separate multiple header with \\r\\n
| |
| h | Mail header |**Custom mail header**: Separate multiple header with \\r\\n | |
+----------+----------------------------------------+--------------------------------------------------------------------------------------------------+------------+
| F | Attach file |**Attachment**: File to attach to the mail. Repeatable. | |
+----------+----------------------------------------+--------------------------------------------------------------------------------------------------+------------+
...
...
@@ -5947,7 +5948,7 @@ E.g.::
* `qfq-full-width-left` - makes e.g. a button full width and aligns the text left. ::
10.sql = SELECT "p:home&r=0|t:Home|c:qfq-full-width-left" AS _pagev
10.sql = SELECT "p:home&r=0|t:Home|c:qfq-full-width-left" AS _pagev
Examples
--------
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment