DateTimeEdit style attributes
DateEdit presentation style attributes apply to DATEEDIT
elements.
Attribute | GDC | GBC | GMA | GMI |
---|---|---|---|---|
buttonIcon Defines the icon name to use for the button. |
Yes | Yes | No | No |
calendarType Controls the type of calendar pop-up window. Possible values are Default is When set to
When set to |
No | Yes (see note 1) | No | No |
daysOff Defines the days of the week that are grayed out. Possible values are Default is |
No | Yes (see note 1) | No | No |
enableCalendar
Defines if the widget must be rendered with a date/time picker. Values can be |
Yes | No | No | No |
firstDayOfWeek Defines the first day of the week to be displayed in the calendar. Possible values are Default depends on the front-ends platform language settings: For example, the default first day of week will be Sunday for an English/US locale, Monday for a French or German locale. |
No | Yes (see note 1) | No | No |
showCurrentMonthOnly Defines if dates of the previous and next months are shown. Values can be |
No | Yes (see note 1) | No | No |
showGrid Indicates if the grid lines between dates must be visible in the calendar. Values can be |
No | No | No | No |
showWeekNumber Defines if the week numbers are displayed. Values can be |
No | Yes (see note 1) | No | No |
- With GBC, this style attribute is only available when using the built-in date/time picker. When using the mobile theme of GBC, the native browser date/time picker is used and built-in date/time picker rendering attributes cannot be applied.