Project:
View Revisions: Issue #50458 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0050458: askConfirmation API should have a configuration to avoid dismissing the dialog | ||
Revision | 2022-10-21 09:28 by caristu | ||
Description | Some functionalities needs to remove the X icon from the top right in order to maintain the window open till the user makes an action on the buttons. To do that a new parameter needs to be added to BaseDialog to remove that icon depending on it. By default would be false, so the icon will be shown. Note that the X icon and the ability of closing the popup when clicking outside are two ways of doing the same: dismissing the dialog. So, when the X is not displayed, clicking outside should not close the dialog also. |
||
Revision | 2022-10-14 11:16 by caristu | ||
Description | Some functionalities needs to remove the X icon from the top right in order to maintain the window open till the user makes an action on the buttons. To do that a new parameter needs to be added to BaseDialog to remove that icon depending on it. By default would be false, so the icon will be shown. |
Copyright © 2000 - 2009 MantisBT Group |