PDA

View Full Version : How to change location of x-layout-panel



Morpio
11 Feb 2008, 5:47 AM
Hi,

I am using Ext JS 1.x Documentation Center as a template for a solution. I would like to modify it so that the menu to the left (x-layout-panel-west) is moved to the right edge of the screen. I can find the code which sets the co-ordinates for the west panel, but it seems that the code is generated through a JavaScript file, probably ext-base.js.

Is it possible to change the code so that the menu panel appears on the right edge of the screen? Where do I have to do the changes?

Thanks!