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
6205c4ec
Commit
6205c4ec
authored
Feb 17, 2017
by
Carsten Rose
Browse files
Merge remote-tracking branch 'origin/crose_work' into crose_work
parents
250fd9e8
06c61ef8
Changes
1
Hide whitespace changes
Inline
Side-by-side
extension/Documentation/UsersManual/Index.rst
View file @
6205c4ec
...
...
@@ -1528,15 +1528,31 @@ is *label*, *input*, *note*.
* Per *Form* settings can be done in the *Form* parameter field. They overwrite the system wide default.
* Per *FormElement* settings can be done in the *FormElement* parameter field. They overwrite the *Form* setting.
A column will be switched off by setting a `0` on the respective column.
Custom field width
^^^^^^^^^^^^^^^^^^
Per 'row' the width of the three columns 'label', 'input' and 'note' can be configured for via BS Column fields on the
FormElement.
Multiple Elements per row
^^^^^^^^^^^^^^^^^^^^^^^^^
Every row is automatically wrapped in a `<div class='form-group'>` and every column is wrapped in a `<div class='col-md-?>`.
To display multiple input elements in one row, all FormElements for the row has to be customized:
* First FormElement:
the `row`-open and `/row`-close tags have to be customized: the `row`-open tag
is enabled on the first element, for the middle elements the `row` and `/row` tags are disabled and the last
FormElement the `row`-open is disabled and `/row`-close is enabled.
* First Element of the row:
* `FormElement > Layout > Wrap: Row,Label,Input,Note`: `row`=on, all other off.
* Switch off
Report
======
...
...
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