X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/examples/layout/vbox.html diff --git a/examples/layout/vbox.html b/examples/layout/vbox.html index 1b6545f0..dfff416f 100644 --- a/examples/layout/vbox.html +++ b/examples/layout/vbox.html @@ -51,11 +51,9 @@ }, { region:'center', margins: '5 5 5 0', - layout:{ - type:'vbox', - align:'stretch' - }, + layout: 'anchor', items:[{ + anchor: '100%', baseCls:'x-plain', layout: { type:'hbox', @@ -239,6 +237,7 @@ } }] },{ + anchor: '100%', baseCls:'x-plain', layout: { type:'hbox',