diff --git a/source/import_documentation/Components/Solid-Auth.rst b/source/import_documentation/Components/Solid-Auth.rst index bd8766e5d6615c13e69b2a06e8ec714820e41681..83568e1a71cd01a6e36107e535bc761d53dbcafa 100644 --- a/source/import_documentation/Components/Solid-Auth.rst +++ b/source/import_documentation/Components/Solid-Auth.rst @@ -19,7 +19,7 @@ Initialize ``sib-auth`` in your HTML file : </sib-auth> - `You'll find here the detail of the attributes configuration. <https://github.com/IdentityModel/oidc-client-js/wiki#usermanager>`__ +`You'll find here the detail of the attributes configuration. <https://github.com/IdentityModel/oidc-client-js/wiki#usermanager>`__ Set an OIDC provider to your server ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/source/import_documentation/Components/Solid-Form-Search.rst b/source/import_documentation/Components/Solid-Form-Search.rst index aca6e7a3a27b8ab15a1ae763a9dfd94653f033df..9adf5bfb371523bf3dfea64318b2999d607282d0 100644 --- a/source/import_documentation/Components/Solid-Form-Search.rst +++ b/source/import_documentation/Components/Solid-Form-Search.rst @@ -115,7 +115,7 @@ Specific attributes Allows to modify "searchPlaceholder" displayed in the search bar (from SlimSelect plugin). Its value by default is "Search" in English, "Rechercher" in French. - **It works only with the ``autocompletion`` feature.** + **It works only with the autocompletion feature.** .. _search-text-field: ``search-text-[field]`` @@ -124,7 +124,7 @@ Specific attributes Allows to modify "searchText" displayed when no value is found (from SlimSelect plugin). Its value by default is "No result" in English, "Aucun résultat" in French. - **It works only with the ``autocompletion`` feature.** + **It works only with the autocompletion feature.** .. code:: html @@ -154,6 +154,7 @@ Specific attributes ``field`` can target a ``container`` or a ``resource``. In this example below, ``auto-range-skills ``attribute catches all skill values for all users in the ``data-src`` `data/list/users` and displays in the dropdown all skills once : + .. code:: html <solid-form-search diff --git a/source/import_documentation/Components/Solid-Table.rst b/source/import_documentation/Components/Solid-Table.rst index 7caf423166892b93db50fb1286503f8f6ff4c107..d499851b55761a622e446679a310bd5dedee647a 100644 --- a/source/import_documentation/Components/Solid-Table.rst +++ b/source/import_documentation/Components/Solid-Table.rst @@ -63,8 +63,8 @@ Specific attributes .. code:: javascript - document.querySelector('solid-table').component.selectedLines - // returns [ "resourceId1", "resourceId2" ] + document.querySelector('solid-table').component.selectedLines + // returns [ "resourceId1", "resourceId2" ] ``editable-[field]`` ~~~~~~~~~~~~~~~~~~~~ @@ -75,13 +75,13 @@ Specific attributes .. code:: html - <solid-table - data-src="https://server/users/" - fields="first_name" - editable-first_name - widget-first_name="solid-form-placeholder-text" - placeholder-first_name="Your First Name" - ></solid-table> + <solid-table + data-src="https://server/users/" + fields="first_name" + editable-first_name + widget-first_name="solid-form-placeholder-text" + placeholder-first_name="Your First Name" + ></solid-table> Mixin attributes diff --git a/source/import_documentation/Mixins/filter-mixin.rst b/source/import_documentation/Mixins/filter-mixin.rst index a14069201f9501e67601874271662330a3a9f377..a8e91ebe07c8a1254699cf1b7813789e6a224e73 100644 --- a/source/import_documentation/Mixins/filter-mixin.rst +++ b/source/import_documentation/Mixins/filter-mixin.rst @@ -20,7 +20,7 @@ Attributes Target a ``<solid-form-search>`` used to filter current list of resource. - example: + Example: .. code:: html diff --git a/source/import_documentation/Mixins/next-mixin.rst b/source/import_documentation/Mixins/next-mixin.rst index 539b849fbff7fc8263497e6713a132d8c3bdfe30..5ab1af444f0a6285984171eab681ac6728f17a50 100644 --- a/source/import_documentation/Mixins/next-mixin.rst +++ b/source/import_documentation/Mixins/next-mixin.rst @@ -20,7 +20,7 @@ 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 :