Skip to content
Snippets Groups Projects
Commit 3f38387f authored by Carsten  Rose's avatar Carsten Rose
Browse files

Manual.rst: Fixed typo

parent 8042e5b1
No related branches found
No related tags found
No related merge requests found
......@@ -2064,6 +2064,7 @@ class
* Any CSS class name(s) can be specified.
* Check `typo3conf/ext/qfq/Resources/Public/Css/qfq-bs.css` for predefined classes.
* Typical use: adjust the floating rules of the form.
* See: http://getbootstrap.com/css/#overview-container
* Expand the form over the whole area: `container-fluid`
......@@ -2718,6 +2719,7 @@ Checkboxes can be rendered in mode:
* *buttonClass*: Instead of the plain HTML checkbox fields, Bootstrap
`buttons <http://getbootstrap.com/javascript/#buttons-checkbox-radio>`_. are rendered as `checkbox` elements. Use
one of the following `classes <http://getbootstrap.com/css/#buttons-options>`_:
* `btn-default` (default, grey),
* `btn-primary` (blue),
* `btn-success` (green),
......@@ -3564,6 +3566,7 @@ input field. Any input field in the *Form editor* can be redeclared in the corre
missing definition means 'take the default'. E.g.:
* Form: 'person'
+--------------------+--------------------------+
| Column | Value |
+====================+==========================+
......@@ -3575,6 +3578,7 @@ missing definition means 'take the default'. E.g.:
+--------------------+--------------------------+
* FormElement 'firstname' in Form 'person':
+--------------------+------------------------------------------------+
| Column | Value |
+====================+================================================+
......
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