-
9 Dec 2010 8:20 AM #1
panel stacking collapsibles items
panel stacking collapsibles items
Hi,
I new to ext and I was wandering if you can do this.
I have a problem with the extjs file i am trying to create. Main panel is set to region west. This panel has items. First is a treePanel set to region center. As for the other items I would like to set them to center aswell and to stack a bit like an accordion layout. The reason I dont want to use accordion is to use the collapsible behavior instead.
Is there a way to set multiple items on the same region and make them stack?
-
9 Dec 2010 8:46 AM #2
Configure the region
Then the child Panels will be stacked down the region, each one stretched to full width. Configure each child Panel with collapsible: trueCode:layout: { type: 'vbox', align: 'stretch' }Search the forum: http://www.google.com/coop/cse?cx=01...%3Az7of1ufqccu
Read the docs too: http://extjs.com/deploy/dev/docs/
Scope: http://extjs.com/forum/showthread.ph...642#post257642
-
10 Dec 2010 7:00 AM #3
Similar Threads
-
collapsibles in a vbox
By lsaffre in forum Ext 3.x: Help & DiscussionReplies: 2Last Post: 16 Sep 2010, 11:44 AM -
Carousel content stacking wrong
By DaveC426913 in forum Sencha Touch 1.x: DiscussionReplies: 7Last Post: 30 Aug 2010, 9:19 AM -
Tab flipping divs are stacking but hidden
By scoobasteve1982 in forum Ext 2.x: Help & DiscussionReplies: 1Last Post: 18 Nov 2008, 8:19 AM


Reply With Quote