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!

APEX 5, Remove interactive report 'Control Panel' script no longer working

JonDaegu-OracleJul 2 2015 — edited Jul 2 2015

I'm trying to hide(remove) interactive report 'Control Panel' captured below so that users can't change the report whatsoever.

pastedImage_1.png

I've found this thread here.

https://community.oracle.com/thread/3686632

Remove interactive report 'Control Panel' script no longer working

Tried #1 and #2. Both doesn't work in APEX 5.

Per #3, I'm not sure I put the code in the right place. But I did like below and it doesn't work.

Can anyone help me to hide Control Panel as soon as page opens ?

1. In the page footer

<script type="text/javascript">

$x_Hide('apexir_CONTROL_PANEL');

</script>

2. (page inline css section)

table#apexir_CONTROL_PANEL {display:none;}

3.implement a dynamic action on the page to hide the control panel using: this.affectedElements.find( ".a-IRR-controlsContainer" ).hide(); on page load.

pastedImage_0.png

This post has been answered by fac586 on Jul 2 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 30 2015
Added on Jul 2 2015
13 comments
4,095 views