Skip to main content

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 scottgonzalez comment:1

resolution: → wontfix
status: newclosed

You can use CSS to hide the close button.

Changed August 09, 2010 05:25PM UTC by etiger13 comment:2

resolution: wontfix
status: closedreopened

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 scottgonzalez comment:3

resolution: → wontfix
status: reopenedclosed

You can create an extension to do that if you want.

Changed February 22, 2012 01:46PM UTC by scottgonzalez comment:4

#8128 is a duplicate of this ticket.

Changed October 11, 2012 09:15PM UTC by scottgonzalez comment:5

milestone: TBD

Milestone TBD deleted