Hi @ all!

I'm using  GeoExt and Ext JS in an application. For that, im trying to use
the BorderLayout for panels. Here is the code:

new Ext.Panel({
                layout: "border",
                items: [{
                        region: 'west',
                        width: 100,
                        title: 'Layers',
                        autoEl: 'div',
                        id: 'layers'
                },{
                        region: 'center',
                        title: 'Map',
                        autoEl: 'div',
                        id: 'map'
                },{
                        region: 'east',
                        width: 100,
                        title: 'Legend',
                        autoEl: 'div',
                        id: 'legend',
                        autoScroll:true
                },{
                        region: 'south',
                        height: 100,
                        title: 'Timeslider',
                        autoEl: 'div',
                        id: 'time_slider'
                }],
        renderTo: someDiv
});

The problem is, that the complete panel doesn't appear. There is only a blue
stripe (blue caused by ext-style).
Does anybody know the problem? I've tried another solution from the
following link but than I get the layout twice. It looks really strange.

I appreciate any help and thanks in advance.

Martin
-- 
View this message in context: 
http://old.nabble.com/Ext.Panel-with-BorderLayout-doesn%27t-appear-tp29858219p29858219.html
Sent from the GeoServer - User mailing list archive at Nabble.com.


------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to