Using APEX 5.0.3.
Hello,
I'd appreciate some help in :
1) removing the [x] (close) button/icon on the Modal Dialog, or
2) refresh the calling page when the dialog is closed from clicking on the [x]
I've tried the following jquery in the console on Firefox and Chrome and both work fine but it does NOT work on the page startup (why?):
$('.ui-button.ui-widget.ui-state-default.ui-corner-all.ui-button-icon-only.ui-dialog-titlebar-close').hide();
Could anyone please help?
Thanks
Hien