The following tables list the members exposed by DatePickerClientEvents.
Name | Description | |
---|---|---|
DatePickerClientEvents Constructor |
Name | Description | |
---|---|---|
DropDownListClosed | Event which is after when the drop down (calendar) is closed. Function takes arguments evt and ui.
Use ui.owner to obtain reference to igEditor. Use ui.editorInput to obtain reference to the editable input Use ui.calendar to obtain a reference to jQuery UI date picker widget, used as a calendar from the igDatePicker. | |
DropDownListOpened | Event which is raised after the drop down is opened. Function takes arguments evt and ui.
Use ui.owner to obtain reference to igEditor. Use ui.editorInput to obtain reference to the editable input Use ui.calendar to obtain a reference to jQuery UI date picker widget, used as a calendar from the igDatePicker. | |
DropDownListOpening | Event which is raised when the drop down is opening. Function takes arguments evt and ui.
Use ui.owner to obtain reference to igEditor. Use ui.editorInput to obtain reference to the editable input Use ui.calendar to obtain a reference to jQuery UI date picker widget, used as a calendar from the igDatePicker. | |
ItemSelected | Event which is raised after a date selection in the calendar. Function takes arguments evt and ui.
Use ui.owner to obtain reference to igEditor. Use ui.dateFromPicker to obtain reference to the date object which is selected. Use ui.item to obtain a referece to the selected html element from the calendar. Use ui.calendar to obtain a reference to jQuery UI date picker, used as a calendar from the igDatePicker. |
View on GitHub