Skip to Main Content

Trigger Javascript after region refresh is complete

StefannJul 5 2018 — edited Jul 5 2018

I need to trigger a javascript function (in any way) once a region refresh has *completed*.

I know I can do it easily when I initiate the refresh - but how do I make it happen upon completion of the refresh?

A timer isn't really an option, since I can't know for sure how long the refresh will take - it might take 0.1 seconds, it might take 0.8 seconds. But I need to run javascript that modifies the content whenever the region is refreshed.

It's a classic report region, in APEX 5.1. Source is a SQL query.

Stefan

This post has been answered by Pavel_p on Jul 5 2018
Jump to Answer
Comments
Post Details
Added on Jul 5 2018
2 comments
242 views