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!

How to blur a text field populated by a date picker

529396Jan 10 2008 — edited Jan 13 2008
Hello,

I have a text field, it is displayed as a date picker.
The date picker can populate the said text field as normal.

However, I have a onBlur="javascript:func" for this text field.
When the date picker has populated or changed the
text field, the JavaScript function is not called.

How can I call the JavaScript function after date picker window closes?
Or, is it possible to modify
wwv_flow_utilities.SHOW_AS_POPUP_CALENDAR procedure?
I do not want to submit the page.
My JavaScript function uses Ajax to save the text in the text field.

Thanks in advance!

Message was edited by:
mzshen
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 10 2008
Added on Jan 10 2008
5 comments
1,020 views