X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/examples/layout/anchor.html diff --git a/examples/layout/anchor.html b/examples/layout/anchor.html index 1aa3a9c1..2cb668d8 100644 --- a/examples/layout/anchor.html +++ b/examples/layout/anchor.html @@ -27,17 +27,17 @@ anchorSize: {width:800, height:600}, items:[{ title:'Item 1', - html:'wtf', + html:'Content 1', width:800, anchor:'right 20%' },{ title:'Item 2', - html:'wtf', + html:'Content 2', width:300, anchor:'50% 30%' },{ title:'Item 3', - html:'wtf', + html:'Content 3', width:600, anchor:'-100 50%' }]