Skip to content
Snippets Groups Projects
Commit e0319279 authored by Carsten  Rose's avatar Carsten Rose
Browse files

Form.rst: add note to type password

parent b9601ad5
No related branches found
No related tags found
No related merge requests found
Pipeline #5099 failed
......@@ -1350,6 +1350,8 @@ General input for any text.
* *FormElement.parameter*:
.. _`retype`:
* *retype* = 1 (optional): Current input element will be rendered twice. The form can only submitted if both elements are equal.
* *retypeLabel* = <text> (optional): The label of the second element.
......@@ -1676,6 +1678,12 @@ Type: password
* Like a `text` element, but every character is shown as an asterisk.
Often the following form.Parameter arguments are used here:
* retype, retypeLabel, retypeNote - see `retype`_.
* :ref:`extraButtonPassword<extrabuttonpassword_>`.
.. _`input-radio`:
Type: radio
......
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