Skip to main content

Search and Top Navigation

#3219 closed enhancement (wontfix)

Opened August 18, 2008 02:19AM UTC

Closed September 02, 2008 11:38PM UTC

Last modified October 11, 2012 09:15PM UTC

disable title bar

Reported by: wichert Owned by: scottgonzalez
Priority: minor Milestone:
Component: ui.dialog Version: 1.5.2
Keywords: Cc:
Blocked by: Blocking:
Description

It should be possible to disable the title bar on a dialog.

Attachments (0)
Change History (3)

Changed August 27, 2008 12:36AM UTC by scottgonzalez comment:1

status: newaccepted

Why don't you just hide the title bar using CSS?

.ui-dialog-titlebar {
    display: none;
}

Changed September 02, 2008 11:38PM UTC by scottgonzalez comment:2

resolution: → wontfix
status: acceptedclosed

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

milestone: TBD

Milestone TBD deleted