Oracle APEX hide the x on the modal dialog
Oracle APEX hide the x on the modal dialog
var button = parent.$('.ui-dialog-titlebar-close'); //get the button
button.hide(); //hide the button
Hide Title
Execute when Page Loads
$(".ui-dialog-titlebar").hide() ;
$("#youTubeVideoPlayer .ui-dialog-titlebar").hide();
Close Modal
closeModal('SUPINV');
Is it a function? How to use please guide me
ReplyDelete