Version

DatePickerClientEvents Class Members

The following tables list the members exposed by DatePickerClientEvents.

Public Constructors
Public Fields
 NameDescription
Public FieldDropDownListClosedEvent 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.  
Public FieldDropDownListOpenedEvent 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.  
Public FieldDropDownListOpeningEvent 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.  
Public FieldItemSelectedEvent 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.  
See Also

View on GitHub