diff --git a/extension/Documentation/Manual.rst b/extension/Documentation/Manual.rst index 40ae7d8f2b616a3f46addea44fa26b3d0725b69d..79970869eb70efe8bd43c9fa9bd98a9b642c25f0 100644 --- a/extension/Documentation/Manual.rst +++ b/extension/Documentation/Manual.rst @@ -2950,12 +2950,14 @@ Type: radio * *buttonClass*: Instead of the plain radio fields, Bootstrap `buttons <http://getbootstrap.com/javascript/#buttons-checkbox-radio>`_. are rendered as `radio` elements. Use one of the following `classes <http://getbootstrap.com/css/#buttons-options>`_: + * `btn-default` (default, grey), * `btn-primary` (blue), * `btn-success` (green), * `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*: @@ -3063,7 +3065,6 @@ will be rendered inside the form as a HTML table. * *form*: Target form, e.g. *form=person* * *page*: Target page with detail form. If none specified, use the current page. - * *title*: Title displayed over the table in the current form. * *extraDeleteForm*: Optional. The per row delete Button will reference the form specified here (for deleting) instead of the default (*form*). * *detail*: Mapping of values from a) the primary form, b) the current row, c) any constant or '{{...}}' - to the target form (defined via `form=...`).