#5643 closed enhancement (wontfix)
Add option to remove X from upper right corner of dialog
Reported by: | jmccleery | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.dialog | Version: | 1.8.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
It would be helpful if we could hide the close button on dialogs where we want to force the user to click a specific button, instead of having to override the beforeclose event.
Change History (5)
comment:1 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 Changed 13 years ago by
Resolution: | wontfix |
---|---|
Status: | closed → reopened |
I second this bug. Adding an additional option like: closeButton: boolean default true if ( closeButton ) { code code close button }
Would not add much to the code size and would add a good enhancement
comment:3 Changed 13 years ago by
Resolution: | → wontfix |
---|---|
Status: | reopened → closed |
You can create an extension to do that if you want.
Note: See
TracTickets for help on using
tickets.
You can use CSS to hide the close button.