NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on November 03, 2023, 04:57:36 AM
-
Hi, is there any way of delete the close red cross icon in a popup window?
And any way of set it as modal so the user must click on a button to close?
Thanks
-
THis css seams to work ok
button.ui-button.ui-corner-all.ui-widget.ui-button-icon-only.ui-dialog-titlebar-close {
visibility: hidden;
}
Any advice?
-
what happens if you press Esc on the keyboard?
What if the user navigates away from the popup using the URL?
What if they just close the browser?