From d2426d84cba585752ceeff9827bc606fe6e10ea9 Mon Sep 17 00:00:00 2001 From: Carsten Rose <carsten.rose@math.uzh.ch> Date: Mon, 26 Jun 2023 10:46:32 +0200 Subject: [PATCH] B16488 - Form.rst - move doc from Form.parameter to FormElement.parameter. --- Documentation/Form.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/Form.rst b/Documentation/Form.rst index 7b1f295f0..9c5ba9f8b 100644 --- a/Documentation/Form.rst +++ b/Documentation/Form.rst @@ -518,8 +518,6 @@ Form.parameter +-----------------------------+--------+----------------------------------------------------------------------------------------------------------+ | fieldsetClass | string | Overwrite default from :ref:`configuration`. | +-----------------------------+--------+----------------------------------------------------------------------------------------------------------+ -| defaultValue | string | Set custom default value. If not set, db column default value will be taken. | -+-----------------------------+--------+----------------------------------------------------------------------------------------------------------+ * Example in field Form.parameter:: @@ -1121,6 +1119,8 @@ FormElement.parameter | clearMe | 0 (off)|1(on) - Overwrite default from Form.parameter.clearMe or :ref:`configuration`. Show a small | | | 'x' in input or textarea fields to clear the input. | +---------------------------------+----------------------------------------------------------------------------------------------------------+ +| defaultValue | Set custom default value. If not set, db column default value will be taken. | ++---------------------------------+----------------------------------------------------------------------------------------------------------+ * `s/d/n`: string or date or number. -- GitLab