Search and Top Navigation
#5643 closed enhancement (wontfix)
Opened May 21, 2010 02:37PM UTC
Closed August 09, 2010 06:03PM UTC
Last modified October 11, 2012 09:15PM UTC
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.
Attachments (0)
Change History (5)
Changed May 21, 2010 03:40PM UTC by comment:1
| resolution: | → wontfix | 
|---|---|
| status: | new → closed | 
Changed August 09, 2010 05:25PM UTC by comment:2
| 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
Changed August 09, 2010 06:03PM UTC by comment:3
| resolution: | → wontfix | 
|---|---|
| status: | reopened → closed | 
You can create an extension to do that if you want.
Changed October 11, 2012 09:15PM UTC by comment:5
| milestone: | TBD | 
|---|
Milestone TBD deleted
You can use CSS to hide the close button.