Does anyone know how to add the "onClose" event to a datepicker on the page. This is for a datepicker automatically created by APEX in 4.0.2. Ive tried the following but it doesn't work
apex.jQuery('#P5_END_SERVICE_DATE').bind('onClose', function(dateText, inst) {
alert('test'); this.focus();
apex.jQuery(this).valid();
});
Any help would be greatly appreciated.
Cheers
Matt