Class icm.model.properties.controller.types.DatetimePropertyController


Extends icm.model.properties.controller.types._PropertyController.
Controller class for a property of type "datetime".
Defined in: <icm/model/properties/controller/types/DatetimePropertyController.js>.

Constructor Summary

Constructor Attributes Constructor Name and Description
 
Controller class for a property of type "datetime".

Constructor Detail

icm.model.properties.controller.types.DatetimePropertyController()

Controller class for a property of type "datetime".

A collection of property controllers is created and managed by a icm.model.properties.controller.PropertyCollectionController object. This class should not be instantiated directly.

The following attributes are supported by this class in addition to those supported by icm.model.properties.controller.types._PropertyController.

  • formatLength - The format length. May be "short", "medium", "long" or "full".
  • datePattern - The date pattern applied when parsing or formatting text.
  • timePattern - The time pattern applied when parsing or formatting text.
  • minValue - The minimum value allowed.
  • maxValue - The maximum value allowed.
  • choices - The choices for the value.