PDA

View Full Version : Border Layout Margins


captainm1uk
10-29-2007, 11:54 AM
Hi does anyone know how to put a margin on the border layouts - in ext 2 you can just put in the js margin: '0 0 0 5' but cannot do this in 1

Cheers

captainm1uk
10-29-2007, 12:08 PM
Hi

Ignore this - figured it out

Here is the syntax for anyone who wants it

margins: {left : 8, top : 0, right : 0, bottom : 0},

Add this to which ever region you want to change

:)