From 21af30b0e1733843ea48f2885169861dc9dccfca Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Sat, 20 Jan 2018 19:51:06 +0100 Subject: [PATCH] Manual.rst: remove subrecord/list (have been removed long time ago), fix enumeration problem FE.type=radio `classButton`. --- extension/Documentation/Manual.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extension/Documentation/Manual.rst b/extension/Documentation/Manual.rst index 40ae7d8f2..79970869e 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=...`). -- GitLab