File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -154,3 +154,8 @@ These options inherit from the :doc:`form </reference/forms/types/form>` type:
154154.. include :: /reference/forms/types/options/inherit_data.rst.inc
155155
156156.. include :: /reference/forms/types/options/error_mapping.rst.inc
157+
158+ Field Variables
159+ ---------------
160+
161+ .. include :: /reference/forms/types/variables/date_table.rst.inc
Original file line number Diff line number Diff line change @@ -151,4 +151,9 @@ These options inherit from the :doc:`form </reference/forms/types/form>` type:
151151
152152.. include :: /reference/forms/types/options/inherit_data.rst.inc
153153
154+ Field Variables
155+ ---------------
156+
157+ .. include :: /reference/forms/types/variables/date_table.rst.inc
158+
154159.. _`RFC 3339` : http://tools.ietf.org/html/rfc3339
Original file line number Diff line number Diff line change 1+ + -- --------+------------+----------------------------------------------------------------------+
2+ | Variable | Type | Usage |
3+ + ========== + ============ + ====================================================================== +
4+ | widget | ` ` mixed` ` | The value of the ` widget` _ option. |
5+ + -- --------+------------+----------------------------------------------------------------------+
6+ | type | ` ` string` ` | Only present when widget is ` ` single_text` ` and HTML5 is activated, |
7+ | | | contains the input type to use (` ` datetime` ` , ` ` date ` ` or ` ` time ` ` ). |
8+ + -- --------+------------+----------------------------------------------------------------------+
You can’t perform that action at this time.
0 commit comments