PDA

View Full Version : Borderlayout Center Region



saipradeep
16 Nov 2007, 3:19 AM
Hi all,

I am new to this Ext. Presently i am working on border layout. i there any way to split the center region to two parts??
i am using Ext1.x version

Thanks

fay
16 Nov 2007, 6:42 AM
You should post this in the Help forum.

Have you looked at the Feed Viewer (http://extjs.com/deploy/ext/examples/layout/feed-viewer.html) example? See from line 140 in feed-viewer.js - this does exactly what you are asking.

saipradeep
16 Nov 2007, 10:18 PM
Hi fay,
Thank u for ur reply. sorry for posting it in this Extras & Examples forum..

yes i looked at the Feed Viewer Example. But my requirement is to have a grid panel in center region this displays company names when ever i click on a company i want that company information in the next panel that should be a vertical panel. but in that example it is a horizontal panel.

Is there any possibility to place nested border layout in center region?? ie; can we place a another border layout in center region??

thank u.