The order the selects elements are appended to the
srcNode.
Default Value: [ 'm', 'd', 'y' ]
A basename to identify the select elements from this
DatePickerSelect.
Default Value: datepicker
DOM Node to display the button of the DatePickerSelect. If not
specified try to query using HTML_PARSER an element inside
contentBox which matches aui-buttonitem
.
Default Value: Generated div element.
dayNode
- String | Node
DOM Node to display the day of the DatePickerSelect. If not
specified try to query using HTML_PARSER an element inside
contentBox which matches aui-datepicker-year
.
Default Value: Generated div element.
Name attribute used on the
dayNode.
Default Value: day
DOM Node to display the month of the DatePickerSelect. If not
specified try to query using HTML_PARSER an element inside
contentBox which matches aui-datepicker-year
.
Default Value: Generated div element.
If true the select element for the days will be automatic
populated.
Default Value: true
If true the select element for the month will be automatic
populated.
Default Value: true
If true the select element for the year will be automatic
populated.
Default Value: true
DOM Node to display the selects of the DatePickerSelect. If not
specified try to query using HTML_PARSER an element inside
contentBox which matches aui-datepicker-select-wrapper
.
Default Value: Generated div element.
trigger
- {Node | String}
Default Value: Generated HTLM div element
If true the Calendar is visible by default after the render phase.
Inherited from
OverlayContext.
Default Value: false
DOM Node to display the year of the DatePickerSelect. If not
specified try to query using HTML_PARSER an element inside
contentBox which matches aui-datepicker-year
.
Default Value: Generated div element.
Year range to be displayed on the year select element. By default
it displays from -10 to +10 years from the current year.
Default Value: [ year - 10, year + 10 ]