1. #1
    Ext User
    Join Date
    Jul 2007
    Posts
    7
    Vote Rating
    0
    bwextjs is on a distinguished road

      0  

    Default 'north' position in nested layout always shows blue title bar

    'north' position in nested layout always shows blue title bar


    hey y'all,

    i've worked through several examples and learned quite a few techniques over the past few weeks that i'm using in a new app. a problem i can't seem to figure out (searched, looked through css, *Layout.js, etc) is that all my 'north' positions want to add that dark blue 'title bar' across the top. if i add a toolbar/titlebar to that panel it just sets it slightly in and on top of that darn blue bar. my ui consists of a 'center' pane that is a nested layout of 'north', 'center', 'south' panes, each of which i want to look pretty similar, but my 'north' wants to add a blue bar! am i missing something obvious?

    thanks in advance,
    brian w.

  2. #2
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,124
    Vote Rating
    81
    jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold

      0  

    Default


    Have you tried titlebar:false config property?

  3. #3
    Ext User
    Join Date
    Jul 2007
    Posts
    7
    Vote Rating
    0
    bwextjs is on a distinguished road

      0  

    Default


    i've tried that one and it has no effect on the dark blue bar across the top:

    north: {
    autoScroll:false,
    initialSize: 100,
    minSize: 80,
    maxSize: 120,
    titlebar:false
    }

    every config i've tried doesn't change much? if i titlebar:true it just lays a diff titlebar over the blue one, a little lower/left of it?

    thanks,
    brian w.

  4. #4
    Sencha - Support Team jsakalos's Avatar
    Join Date
    Apr 2007
    Location
    Slovakia
    Posts
    26,124
    Vote Rating
    81
    jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold jsakalos is a splendid one to behold

      0  

    Default


    Hmmm,

    couldn't it come from markup? I also use north e.g. here and I had no troubles with it.