Skip to Main Content

DevOps, CI/CD and Automation

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!

display processing page on ui untl data is not fetched

3676818Mar 5 2019 — edited Mar 5 2019

I am using ajax call to retrieve data from server, it takes few seconds for data to come at front end and get populated, as the data is getting retrieved i want to display a processing page. I was going through cookbook - https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=pullToRefresh&demo=basicPullToRefresh, but at the top it is mentioned that it only works for touch enabled devices and it is using oj collections and i am not doing so. I have also taken a look at https://www.oracle.com/webfolder/technetwork/jet/jetCookbook.html?component=progress&demo=loading and this also doesn't seem to meet the need. Is there any other way. Does ojet provide us with the functionality to display a process page or some sort of loading gesture on whole page as data is getting retrieved?

Or i am wrong somewhere and using above listed links we can achieve the needed?

Comments
Post Details
Added on Mar 5 2019
1 comment
79 views