@@ -30,7 +30,6 @@ data can be a ``DateInterval`` object, a `RFC 3339`_ duration string or an array
30
30
| | - `hours `_ |
31
31
| | - `minutes `_ |
32
32
| | - `seconds `_ |
33
- | | - `invert `_ |
34
33
| | - `placeholder `_ |
35
34
| | - `input `_ |
36
35
| | - `widget `_ |
@@ -256,15 +255,6 @@ when the ``widget`` option is set to ``choice``::
256
255
257
256
'seconds' => range(1, 60)
258
257
259
- invert
260
- ~~~~~~
261
-
262
- **type **: ``boolean `` **default **: ``false ``
263
-
264
- Default value of the invert field type::
265
-
266
- 'invert' => false
267
-
268
258
Inherited Options
269
259
-----------------
270
260
@@ -287,26 +277,18 @@ These options inherit from the :doc:`form </reference/forms/types/form>` type:
287
277
Field Variables
288
278
---------------
289
279
290
- +--------------+-------------+-----------------------------------------------------------------+
291
- | Variable | Type | Usage |
292
- +==============+=============+=================================================================+
293
- | widget | ``mixed `` | The value of the `widget `_ option. |
294
- +--------------+-------------+-----------------------------------------------------------------+
295
- | with_years | ``Boolean `` | The value of the `with_years `_ option. |
296
- +--------------+-------------+-----------------------------------------------------------------+
297
- | with_months | ``Boolean `` | The value of the `with_months `_ option. |
298
- +--------------+-------------+-----------------------------------------------------------------+
299
- | with_weeks | ``Boolean `` | The value of the `with_weeks `_ option. |
300
- +--------------+-------------+-----------------------------------------------------------------+
301
- | with_days | ``Boolean `` | The value of the `with_days `_ option. |
302
- +--------------+-------------+-----------------------------------------------------------------+
303
- | with_hours | ``Boolean `` | The value of the `with_hours `_ option. |
304
- +--------------+-------------+-----------------------------------------------------------------+
305
- | with_minutes | ``Boolean `` | The value of the `with_minutes `_ option. |
306
- +--------------+-------------+-----------------------------------------------------------------+
307
- | with_seconds | ``Boolean `` | The value of the `with_seconds `_ option. |
308
- +--------------+-------------+-----------------------------------------------------------------+
309
- | with_invert | ``Boolean `` | The value of the `with_invert `_ option. |
310
- +--------------+-------------+-----------------------------------------------------------------+
280
+ ============ =========== ========================================
281
+ Variable Type Usage
282
+ ============ =========== ========================================
283
+ widget ``mixed `` The value of the `widget `_ option.
284
+ with_years ``Boolean `` The value of the `with_years `_ option.
285
+ with_months ``Boolean `` The value of the `with_months `_ option.
286
+ with_weeks ``Boolean `` The value of the `with_weeks `_ option.
287
+ with_days ``Boolean `` The value of the `with_days `_ option.
288
+ with_hours ``Boolean `` The value of the `with_hours `_ option.
289
+ with_minutes ``Boolean `` The value of the `with_minutes `_ option.
290
+ with_seconds ``Boolean `` The value of the `with_seconds `_ option.
291
+ with_invert ``Boolean `` The value of the `with_invert `_ option.
292
+ ============ =========== ========================================
311
293
312
294
.. _`RFC 3339` : http://tools.ietf.org/html/rfc3339
0 commit comments