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!

Hide X Button from modal dialog

Oliver K.Oct 18 2018 — edited Oct 18 2018

Hi,

I want to hide the x Button (close window )from a modal dialog Window.

In the console this code works:

$("button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close").hide()

I tried to put it in as dynamic action on page load --> execute java script code and also as javascript code in page attributes .... nothing worked ....

can someone help me?

Thanks Oliver

Comments
Post Details
Added on Oct 18 2018
4 comments
6,478 views