Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Datepicker onClose Event

48920Dec 10 2010 — edited Dec 13 2010
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
This post has been answered by Patrick Wolf-Oracle on Dec 11 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 10 2011
Added on Dec 10 2010
5 comments
1,955 views