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!

Change progress bar gif

self_perfectionDec 6 2013

Hi. I have a dynamic event with "Submit page" true action. Settings item "Show processing" is "Yes". Page becomes grey-outed and standard progress .gif appears. Apex dynamically adds <div> element with progress .gif on the page (in "waitPopup" function). I thought I could change .gif by adding new true action after the first one with some JS code like that:

document.getElementById('img_progress').src = "#APP_IMAGES#new_preloader.gif";

or

$('# img_progress ').attr('src',' #APP_IMAGES#new_preloader.gif ');

But nothing changes. What did I do wrong ? It's likely that I don't understand DOM. What is the simplest way to change this preloaderĀ  .gif ?

APEX v.4.1

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 3 2014
Added on Dec 6 2013
0 comments
245 views