Skip to content
Snippets Groups Projects
Commit 9377a62f authored by Manon Bourgognon's avatar Manon Bourgognon
Browse files

Add class-submit/delete-button attributes

parent 08b6ce3e
No related branches found
No related tags found
2 merge requests!70Dev to Master,!66update: Add class-submit/delete-button attributes
...@@ -40,6 +40,9 @@ Attributes ...@@ -40,6 +40,9 @@ Attributes
Add this attribute to create a dialog box linked with the button of the solid-delete. Add this attribute to create a dialog box linked with the button of the solid-delete.
Its value matches the message displayed in the dialog box. Its value matches the message displayed in the dialog box.
``class-delete-button``
~~~~~~~~~~~~~~~~~~~~~~~
Define the ``class`` of the ``div`` containing the delete button.
Events Events
------- -------
......
...@@ -51,6 +51,11 @@ Attributes ...@@ -51,6 +51,11 @@ Attributes
Text of the submit button to create in the search form. If the attribute is not defined, Text of the submit button to create in the search form. If the attribute is not defined,
no button will be added and the form will trigger the search on change. no button will be added and the form will trigger the search on change.
.. _class-submit-button-sfs:
``class-submit-button``
~~~~~~~~~~~~~~~~~~~~~~~
Define the ``class`` of the ``div`` containing the submit button.
.. _range-field-sfs: .. _range-field-sfs:
``range-[field]`` ``range-[field]``
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~
......
...@@ -55,6 +55,11 @@ Attributes ...@@ -55,6 +55,11 @@ Attributes
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~
Text of the submit button of the form. Text of the submit button of the form.
.. _class-submit-button-sf:
``class-submit-button``
~~~~~~~~~~~~~~~~~~~~~~~
Define the ``class`` of the ``div`` containing the submit button.
.. _range-field-sf: .. _range-field-sf:
``range-[field]`` ``range-[field]``
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~
......
...@@ -26,6 +26,15 @@ List of attributes (core framework) ...@@ -26,6 +26,15 @@ List of attributes (core framework)
~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~
* :ref:`widget-mixin <class-field>` * :ref:`widget-mixin <class-field>`
``class-delete-button``
~~~~~~~~~~~~~~~~~~~~~~~
* :ref:`solid-delete <solid-delete>`
``class-submit-button``
~~~~~~~~~~~~~~~~~~~~~~~
* :ref:`solid-form <class-submit-button-sf>`
* :ref:`solid-form-search <class-submit-button-sfs>`
``clustering`` ``clustering``
~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~
* :ref:`solid-map <solid-map>` * :ref:`solid-map <solid-map>`
......
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