From 1f2b0f66a2067e0327afa895e5acf0ad4e2fc42d Mon Sep 17 00:00:00 2001 From: Manon Bourgognon <manon.bourgognon@epitech.eu> Date: Thu, 5 Nov 2020 17:29:41 +0100 Subject: [PATCH] src attribute in widget-mixin --- source/import_documentation/Mixins/widget-mixin.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/source/import_documentation/Mixins/widget-mixin.rst b/source/import_documentation/Mixins/widget-mixin.rst index 67992c1..bad67b6 100644 --- a/source/import_documentation/Mixins/widget-mixin.rst +++ b/source/import_documentation/Mixins/widget-mixin.rst @@ -89,6 +89,10 @@ Attributes ~~~~~~~~~~~~~~~~~~ Displays a link with a ``<solid-link>`` tag with the current resource as ``data-src`` and the value of the attribute as ``next``. +``src-[field]`` +~~~~~~~~~~~~~~~ + Defines the ``data-src`` in the solid-link created by the ``action-[field]`` attribute. + ``label-[field]`` ~~~~~~~~~~~~~~~~~ Set the label for the ``[field]`` -- GitLab