Closed
Disabled the browser key so that it cannot be pressed
disable [minimize], [maximize], [close] in the upper right corner of the browser.
how to do this in pega?
This content is closed to future replies and is no longer being maintained or updated.
Links may no longer function. If you have a similar request, please write a new post.
disable [minimize], [maximize], [close] in the upper right corner of the browser.
how to do this in pega?
First, you cannot (afaik) disable "close" button.
Second, you can do it whenever you open for user a new window (using, for example, custom javascript).
Like:
function onReady() {
window.open("https://www.google.com","myWindow","dialog=yes,resizable=no");
}
Question
Question Solved
Question Solved
Question Solved
Question
Question Solved
Question
Question
Question Solved
Question
Pega Collaboration Center has detected you are using a browser which may prevent you from experiencing the site as intended. To improve your experience, please update your browser.