File tree Expand file tree Collapse file tree 4 files changed +23
-10
lines changed Expand file tree Collapse file tree 4 files changed +23
-10
lines changed Original file line number Diff line number Diff line change @@ -158,4 +158,13 @@ These options inherit from the :doc:`form </reference/forms/types/form>` type:
158
158
Field Variables
159
159
---------------
160
160
161
- .. include :: /reference/forms/types/variables/date_table.rst.inc
161
+ +--------------+------------+----------------------------------------------------------------------+
162
+ | Variable | Type | Usage |
163
+ +==============+============+======================================================================+
164
+ | widget | ``mixed `` | The value of the `widget `_ option. |
165
+ +--------------+------------+----------------------------------------------------------------------+
166
+ | type | ``string `` | Only present when widget is ``single_text `` and HTML5 is activated, |
167
+ | | | contains the input type to use (``datetime ``, ``date `` or ``time ``). |
168
+ +--------------+------------+----------------------------------------------------------------------+
169
+ | date_pattern | ``string `` | A string with the date format to use. |
170
+ +--------------+------------+----------------------------------------------------------------------+
Original file line number Diff line number Diff line change @@ -154,6 +154,13 @@ These options inherit from the :doc:`form </reference/forms/types/form>` type:
154
154
Field Variables
155
155
---------------
156
156
157
- .. include :: /reference/forms/types/variables/date_table.rst.inc
157
+ +----------+------------+----------------------------------------------------------------------+
158
+ | Variable | Type | Usage |
159
+ +==========+============+======================================================================+
160
+ | widget | ``mixed `` | The value of the `widget `_ option. |
161
+ +----------+------------+----------------------------------------------------------------------+
162
+ | type | ``string `` | Only present when widget is ``single_text `` and HTML5 is activated, |
163
+ | | | contains the input type to use (``datetime ``, ``date `` or ``time ``). |
164
+ +----------+------------+----------------------------------------------------------------------+
158
165
159
166
.. _`RFC 3339` : http://tools.ietf.org/html/rfc3339
Original file line number Diff line number Diff line change @@ -166,3 +166,8 @@ These options inherit from the :doc:`form </reference/forms/types/form>` type:
166
166
.. include :: /reference/forms/types/options/inherit_data.rst.inc
167
167
168
168
.. include :: /reference/forms/types/options/error_mapping.rst.inc
169
+
170
+ Field Variables
171
+ ---------------
172
+
173
+ .. include :: /reference/forms/types/variables/date_table.rst.inc
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments