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
e90a01a3
Commit
e90a01a3
authored
Feb 18, 2018
by
Carsten Rose
Browse files
Manual.rst: Fix typo.
parent
e21c169d
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/Manual.rst
View file @
e90a01a3
...
...
@@ -297,19 +297,19 @@ config.qfq.ini
+-----------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| REDIRECT_ALL_MAIL_TO | REDIRECT_ALL_MAIL_TO=john@doe.com | If set, redirect all QFQ generated mails (Form, Report) to the specified. |
+-----------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| CSS_CLASS_QFQ_CONTAINER |CSS_CLASS_QFQ_CONTAINER=container
| QFQ with own Bootstrap: 'container'. |
| CSS_CLASS_QFQ_CONTAINER |
CSS_CLASS_QFQ_CONTAINER=container | QFQ with own Bootstrap: 'container'. |
| | | QFQ already nested in Bootstrap of mainpage:
<empty>
|
+-----------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| CSS_CLASS_QFQ_FORM | CSS_CLASS_QFQ_FORM=qfq-color-base | Wrap around QFQ 'Form'
|
| CSS_CLASS_QFQ_FORM_PILL |CSS_CLASS_QFQ_FORM_PILL=qfq-color-grey-1
| Wrap around title bar for pills: CSS Class, typically a background color
|
| CSS_CLASS_QFQ_FORM_BODY |CSS_CLASS_QFQ_FORM_BODY=qfq-color-grey-2
| Wrap around
f
orm
e
lements: CSS Class, typically a background color
|
| CSS_CLASS_QFQ_FORM | CSS_CLASS_QFQ_FORM=qfq-color-base | Wrap around QFQ 'Form'
.
|
| CSS_CLASS_QFQ_FORM_PILL |
CSS_CLASS_QFQ_FORM_PILL=qfq-color-grey-1 | Wrap around title bar for pills: CSS Class, typically a background color
.
|
| CSS_CLASS_QFQ_FORM_BODY |
CSS_CLASS_QFQ_FORM_BODY=qfq-color-grey-2 | Wrap around
F
orm
E
lements: CSS Class, typically a background color
.
|
+-----------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| DATE_FORMAT | DATE_FORMAT= yyyy-mm-dd | Possible options: yyyy-mm-dd, dd.mm.yyyy |
+-----------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| FORM_DATA_PATTERN_ERROR |FORM_DATA_PATTERN_ERROR=please check pa.
| Customizable error message used in validator.js. 'pattern' violation |
| FORM_DATA_REQUIRED_ERROR |FORM_DATA_REQUIRED_ERROR=missing value
| Customizable error message used in validator.js. 'required' fields |
| FORM_DATA_MATCH_ERROR |FORM_DATA_MATCH_ERROR=type error
| Customizable error message used in validator.js. 'match' retype mismatch |
| FORM_DATA_ERROR |FORM_DATA_ERROR=generic error
| Customizable error message used in validator.js. 'no specific' given |
| FORM_DATA_PATTERN_ERROR |
FORM_DATA_PATTERN_ERROR=please check pa. | Customizable error message used in validator.js. 'pattern' violation |
| FORM_DATA_REQUIRED_ERROR |
FORM_DATA_REQUIRED_ERROR=missing value | Customizable error message used in validator.js. 'required' fields |
| FORM_DATA_MATCH_ERROR |
FORM_DATA_MATCH_ERROR=type error | Customizable error message used in validator.js. 'match' retype mismatch |
| FORM_DATA_ERROR |
FORM_DATA_ERROR=generic error | Customizable error message used in validator.js. 'no specific' given |
+-----------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| FORM_BS_COLUMNS | FORM_BS_COLUMNS=12 | The whole form will be wrapped in 'col-md-??'. Default is 12 for 100% |
| FORM_BS_LABEL_COLUMNS | FORM_BS_LABEL_COLUMNS = 3 | Default number of BS columns for the 'label'-column |
...
...
@@ -2433,7 +2433,7 @@ Fields:
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Encode | 'none', 'specialchar' | With 'specialchar' (default) the chars
<>
"'
&
will be encoded to their htmlentity. _`field-encode` |
+---------------------+-----------------------------+-----------------------------------------------------------------------------------------------------+
|Check Type | enum('auto', 'alnumx', |
_
`sanitize-class`
|
|Check Type | enum('auto', 'alnumx', |
See:
`sanitize-class`
_
|
| | 'digit', 'numerical', | |
| | 'email', 'pattern', | |
| | 'allbut', 'all') | |
...
...
@@ -3669,7 +3669,7 @@ Form Magic
----------
Parameter
'''''''''
^^^^^^^^^
* Table column `id`: QFQ expect that each table, which will be loaded in a form, contains an autoincrement column of name `id`.
It's not necessary to create a FormElement `id` in a form - but it won't disturb.
...
...
@@ -3699,14 +3699,14 @@ Parameter
in the SIP url, but if the form is called from multiple places, an `extra` element is more suitable.
Variables
'''''''''
^^^^^^^^^
* Form.parameter.fillStoreVar / FormElement.parameter.fillStoreVar
A SQL statement will fill STORE_VARS. Such values can be used during form load and/or save.
Action
''''''
^^^^^^
* Action FE
...
...
@@ -4988,7 +4988,7 @@ Special column names
+------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| _htmlentities |Characters will be encoded to their HTML entity representation. |
+------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| _thumbnail |Create thumbnails on the fly. See `column-thumbnail`_.
|
| _thumbnail |Create thumbnails on the fly. See `column-thumbnail`_. |
+------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
| _+??? |The content will be wrapped in the tag '???'. Example: SELECT 'example' AS '_+a href="http://example.com"' creates '
<a
href=
"http://example.com"
>
example
</a>
' |
+------------------------+---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+
...
...
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