How to blur a text field populated by a date picker
529396Jan 10 2008 — edited Jan 13 2008Hello,
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