-
Reflected
Whether this field is disabled or not.
-
- Inherited From:
- Default Value:
- HTML Attribute:
-
The format used to display the selected date(time) to the user. If the user manually types a date, this format
will be used to parse the value. When using this component on a mobile device, the display format must follow
the format used by the native input. The default value depends on the type
, which can be one from
YYYY-MM-DD
, YYYY-MM-DD[T]HH:mmZ
or HH:mm
. If an empty string is provided,
then the default value per type will be used. See http://momentjs.com/docs/#/displaying/ for valid format string
options.
-
- Default Value:
- HTML Attribute:
-
The format used to display the current month and year. See http://momentjs.com/docs/#/displaying/ for valid
format string options.
See
Coral.Calendar#startDay
-
- Default Value:
- HTML Attribute:
-
Reflected
Whether this component is hidden or not.
-
- Inherited From:
- Default Value:
- HTML Attribute:
-
Reflected
Whether the current value of this field is invalid or not.
-
- Inherited From:
- Default Value:
- HTML Attribute:
-
Reference to a space delimited set of ids for the HTML elements that provide a label for the formField.
Implementers should override this method to ensure that the appropriate descendant elements are labelled using the
aria-labelledby
attribute. This will ensure that the component is properly identified for
accessibility purposes. It reflects the aria-labelledby
attribute to the DOM.
-
- Inherited From:
- Default Value:
- HTML Attribute:
-
The maximum date that the Datepicker will accept as valid. It must not be less than its minimum. It accepts both
date and string values. When a string is provided, it should match the
Coral.Datepicker#valueFormat.
See
Coral.Calendar#max
-
- Default Value:
- HTML Attribute:
-
The minimum date that the Datepicker will accept as valid. It must not be greated that its maximum. It accepts
both date and string values. When a string is provided, it should match the
Coral.Datepicker#valueFormat.
See
Coral.Calendar#min
-
- Default Value:
- HTML Attribute:
-
Reflected
Name used to submit the data in a form.
-
- Inherited From:
- Default Value:
- HTML Attribute:
-
Reflected
Short hint that describes the expected value of the Datepicker. It is displayed when the Datepicker is empty.
-
- Default Value:
- HTML Attribute:
-
Reflected
Whether this field is readOnly or not. Indicating that the user cannot modify the value of the control.
This is ignored for checkbox, radio or fileupload.
-
- Inherited From:
- Default Value:
- HTML Attribute:
-
Reflected
Whether this field is required or not.
-
- Inherited From:
- Default Value:
- HTML Attribute:
-
Defines the start day for the week, 0 = Sunday, 1 = Monday etc., as depicted on the calendar days grid.
See
Coral.Calendar#startDay
-
- Default Value:
- HTML Attribute:
-
Tracking of events. This provides insight on the usage of the components. It accepts "ON" and "OFF". In order to
successfully track the events, {Coral.tracking} needs to be configured.
-
- Inherited From:
- Default Value:
- Coral.Component.tracking.ON
- HTML Attribute:
-
The string representing the element name being tracked. This providex additional context to the trackers about the
element that was interacted with.
-
- Inherited From:
- Default Value:
- HTML Attribute:
-
The string representing the feature being tracked. This provides additional context to the analytics trackers
about the feature that the element enables.
-
- Inherited From:
- Default Value:
- HTML Attribute:
-
Reflected
-
- Default Value:
- Coral.Datepicker.type.DATE
- HTML Attribute:
-
The current value. When set to "today", the value is coerced into the client's local date expressed as string
formatted in accordance to the set
valueFormat
.
See
Coral.Calendar#value
-
- Default Value:
- HTML Attribute:
-
The value of the element, interpreted as a date, or null
if conversion is not possible.
-
- Default Value:
-
The format to use on expressing the selected date as a string on the value
attribute. The value
will be sent to the server using this format. If an empty string is provided, then the default value per type
will be used. See http://momentjs.com/docs/#/displaying/ for valid format string options.
-
- Default Value:
- HTML Attribute:
-
The datepicker's variant.
-
- Default Value:
- Coral.Datepicker.variant.DEFAULT
- HTML Attribute: