NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on November 03, 2023, 04:57:36 AM

Title: Red cross icon in popups
Post 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
Title: Re: Red cross icon in popups
Post by: Alberto on November 04, 2023, 06:11:18 AM
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?
Title: Re: Red cross icon in popups
Post by: Bruce on November 06, 2023, 02:30:57 AM
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?