0
votes

I'm currently using Oracle APEX 5.1. In my page, I have an interactive grid and a region which slides in and out on the click of a button. But when the region slides in, it has to slide over the grid and cover it partially and slide out uncovering the grid. Is this possible in APEX? How can I achieve this?

Thanks in advance!!

2

2 Answers

0
votes

You may also consider the page template "Right Side Column"

The menu will squish the page, not cover it, so it's not quite what you're after, but it's declarative.

What you describe is within the realms of a webpage, so APEX could do it. Heck, I did something similar here before the era of UT, and with jQuery.slide() you could make it, err, slide out, instead of appear. https://apex.oracle.com/pls/apex/f?p=73000:1::::::

0
votes

How about a modal window? Create a region whose template is "Inline Dialog". Here's a walkthrough: https://community.oracle.com/blogs/rodrigomesquita/2016/07/04/oracle-apex-5-modal-window-with-universal-theme