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