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

update validation mixin

parent 33f64d85
No related branches found
No related tags found
1 merge request!70Dev to Master
...@@ -34,12 +34,7 @@ Attributes ...@@ -34,12 +34,7 @@ Attributes
``confirmation-message`` ``confirmation-message``
~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~
*Available from version 0.13* **Migrated to the :ref:`validation-mixin <validation-mixin>` page in version 0.16**
**Migrated to the validation mixin page in version 0.16**
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.
Events Events
------- -------
......
...@@ -133,11 +133,7 @@ Define the ``class`` of the ``div`` containing the submit button. ...@@ -133,11 +133,7 @@ Define the ``class`` of the ``div`` containing the submit button.
``confirmation-message`` ``confirmation-message``
~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~
*Available from version 0.13* **Migrated to the :ref:`validation-mixin <validation-mixin>` page in version 0.16**
**Migrated to the validation mixin page in version 0.16**
Add this attribute to create a dialog box linked with the submit button of the solid-form.
Its value matches the message displayed in the dialog box.
.. _autocomplete-field-sf: .. _autocomplete-field-sf:
``autocomplete-[field]`` ``autocomplete-[field]``
......
...@@ -29,6 +29,7 @@ Attributes ...@@ -29,6 +29,7 @@ Attributes
The message by default is "Please, confirm your choice" in English, "Merci de confirmer votre choix" in French. The message by default is "Please, confirm your choice" in English, "Merci de confirmer votre choix" in French.
**The attributes below only concern ``dialog`` type.** **The attributes below only concern ``dialog`` type.**
.. _confirmation-submit-text: .. _confirmation-submit-text:
......
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