Skip to content
Snippets Groups Projects
Commit 63e3992a authored by enured's avatar enured
Browse files

F14321 Added Documentation for new feature. Refs #14321

parent da299444
No related branches found
No related tags found
1 merge request!435F14321 remember last used pill on off
...@@ -512,6 +512,8 @@ Form.parameter ...@@ -512,6 +512,8 @@ Form.parameter
+-----------------------------+--------+----------------------------------------------------------------------------------------------------------+ +-----------------------------+--------+----------------------------------------------------------------------------------------------------------+
| clearMe | 0 / 1 | Overwrite default from :ref:`configuration`. Show a small 'x' in every input or textarea to clear field. | | clearMe | 0 / 1 | Overwrite default from :ref:`configuration`. Show a small 'x' in every input or textarea to clear field. |
+-----------------------------+--------+----------------------------------------------------------------------------------------------------------+ +-----------------------------+--------+----------------------------------------------------------------------------------------------------------+
| rememberLastPill | 0 / 1 | Overwrite default from :ref:`configuration`. Open last used pill from form. |
+-----------------------------+--------+----------------------------------------------------------------------------------------------------------+
* Example in field Form.parameter:: * Example in field Form.parameter::
......
...@@ -614,6 +614,8 @@ Extension Manager: QFQ Configuration ...@@ -614,6 +614,8 @@ Extension Manager: QFQ Configuration
+-----------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+ +-----------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| formDataError | generic error | Customizable error message used in validator.js. 'no specific' given. | | formDataError | generic error | Customizable error message used in validator.js. 'no specific' given. |
+-----------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+ +-----------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| rememberLastPill | 0 (off), 1 (on) | Open last used pill in form. Default is on. |
+-----------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| **Form-Layout** | | **Form-Layout** |
+-----------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+ +-----------------------------------+-------------------------------------------------------+----------------------------------------------------------------------------+
| labelAlign | left | Label align (left/center/right)/ Default: left. Will be inherited to Form. | | labelAlign | left | Label align (left/center/right)/ Default: left. Will be inherited to Form. |
......
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