Skip to content
Snippets Groups Projects
Commit dfc3d241 authored by Matthieu Fesselier's avatar Matthieu Fesselier
Browse files

small doc fixes

parent 7f48f4d5
No related branches found
No related tags found
No related merge requests found
...@@ -20,11 +20,11 @@ Attributes ...@@ -20,11 +20,11 @@ Attributes
``next`` ``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 : 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).
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.
...@@ -99,7 +99,7 @@ Attributes ...@@ -99,7 +99,7 @@ Attributes
``class-[field]`` ``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]`` ``editable-[field]``
~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
......
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