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