1. #1
    Sencha User
    Join Date
    Jul 2012
    Posts
    235
    Vote Rating
    0
    chandan.behura is on a distinguished road

      0  

    Default Unanswered: TAB PANEL

    Unanswered: TAB PANEL


    hello,
    please give me any sample code/any suggestion for making color change and disable border of bbar in apanel. and also how to make tabs in a tabPanel centralize.screen shots given.

  2. #2
    Sencha - Support Team scottmartin's Avatar
    Join Date
    Jul 2010
    Location
    Houston, Tx
    Posts
    7,185
    Vote Rating
    194
    Answers
    433
    scottmartin is a splendid one to behold scottmartin is a splendid one to behold scottmartin is a splendid one to behold scottmartin is a splendid one to behold scottmartin is a splendid one to behold scottmartin is a splendid one to behold scottmartin is a splendid one to behold

      0  

    Default


    You simply need to modify the CSS to change the look of our components.

    Scott.

  3. #3
    Sencha - Support Team slemmon's Avatar
    Join Date
    Mar 2009
    Location
    Boise, ID
    Posts
    2,239
    Vote Rating
    62
    Answers
    166
    slemmon is just really nice slemmon is just really nice slemmon is just really nice slemmon is just really nice

      0  

    Default


    After your tabpanel is rendered you can get access to the panel's tabBar and insert Ext.toolbar.Fill items at the front and back of the tabBar's items. That's how I've done it in the past at least. Don't believe there's a config option for that natively and adding tabs programatically will require that you take the bookending tbfill components into account, but it works.

  4. #4
    Sencha User
    Join Date
    Jul 2012
    Posts
    235
    Vote Rating
    0
    chandan.behura is on a distinguished road

      0  

    Default


    Actually I went through the CSS of tabPanel but get confused and lost balance.so please can any one post the CSS Script.

  5. #5
    Touch Premium Member suzuki1100nz's Avatar
    Join Date
    Apr 2011
    Location
    New Zealand
    Posts
    345
    Vote Rating
    17
    Answers
    15
    suzuki1100nz will become famous soon enough suzuki1100nz will become famous soon enough

      0  

    Default


    Nope cant post you css script.
    Use firebug or chrome dev tool to inspect the dom element css class and styles and override it with your own.
    You can even test it by changing the css value in the debugging tool and see if it does what you want.

    If you dont understand what Im saying - have a look at - http://michaelsync.net/category/firebug


Tags for this Thread