From dfc3d2418a74a5e968acde2096ce4f757fd3a7dc Mon Sep 17 00:00:00 2001 From: Matthieu Fesselier <matthieu.fesselier@gmail.com> Date: Fri, 2 Oct 2020 09:13:19 +0200 Subject: [PATCH] small doc fixes --- source/import_documentation/Mixins/next-mixin.rst | 12 ++++++------ source/import_documentation/Mixins/widget-mixin.rst | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/source/import_documentation/Mixins/next-mixin.rst b/source/import_documentation/Mixins/next-mixin.rst index 4dd2fa2..539b849 100644 --- a/source/import_documentation/Mixins/next-mixin.rst +++ b/source/import_documentation/Mixins/next-mixin.rst @@ -20,11 +20,11 @@ Attributes ``next`` ~~~~~~~~ - `name` attribute of the `<solid-route>` that should be accessed when a `<solid-display>`, `<solid-map>` or `<solid-calendar>` element is clicked. + `name` attribute of the ``<solid-route>`` that should be accessed when a ``<solid-display>``, ``<solid-map>`` or ``<solid-calendar>`` element is clicked. - It can also be used to indicate the `name` attribute of the `<solid-route>` to reach after : - - * a click on a `<solid-delete>` button (only after the resource is correctly deleted); - * a click on the submit button in a `<solid-form>` (only after the resource is correctly saved). + It can also be used to indicate the ``name`` attribute of the ``<solid-route>`` to reach after : - See the documentation of `<solid-router>` for more details. + * a click on a ``<solid-delete>`` button (only after the resource is correctly deleted); + * a click on the submit button in a ``<solid-form>`` (only after the resource is correctly saved). + + See the documentation of ``<solid-router>`` for more details. diff --git a/source/import_documentation/Mixins/widget-mixin.rst b/source/import_documentation/Mixins/widget-mixin.rst index 9d088a8..8f935db 100644 --- a/source/import_documentation/Mixins/widget-mixin.rst +++ b/source/import_documentation/Mixins/widget-mixin.rst @@ -99,7 +99,7 @@ Attributes ``class-[field]`` ~~~~~~~~~~~~~~~~~ - Set the class applied to the widget of the ``[field]`` + Set the class applied to the widget of the ``[field]`` or the set. ``editable-[field]`` ~~~~~~~~~~~~~~~~~~~~ -- GitLab