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.
Why don't you just hide the title bar using CSS?
.ui-dialog-titlebar { display: none; }