-
14 May 2008 1:36 PM #1
Removing Title Bar from Border Layout Regions
Removing Title Bar from Border Layout Regions
I may be missing something very fundamental, but I can't figure out how to create a "title bar less" region in a border layout. Is there a simple solution?
-
14 May 2008 1:38 PM #2
-
14 May 2008 1:49 PM #3
Duh! That was easy. Just out of curiosity, where would something like that be documented? Or is this just something you figure out over time?
-
14 May 2008 2:37 PM #4
Since this is a Panel, the API docs for Panel would be a good place.
These state:
Code:title : String The title text to display in the panel header (defaults to ''). When a title is specified the header element will automatically be created and displayed unless header is explicitly set to false. If you don't want to specify a title at config time, but you may want one later, you must either specify a non-empty title (a blank space ' ' will do) or header:true so that the container element will get created.
-
14 May 2008 3:17 PM #5
Much appreciated! I'm not quite "fluent" in the Ext object model...


Reply With Quote