.. module:: geoext.layout :synopsis: Learn how to create a layout for your application, and add some standard GeoExt widgets. .. _geoext.layout: Widgets And Layout ================== In the previous part, you saw how to start with the creation of a simple GeoExt application. You learned how to load the required javascript libraries and css files. You also created your first map in a ``GeoExt.MapPanel`` displayed in an ``Ext.Window``. Let's go further by adding some other great GeoExt widgets and arrange them in a more complex layout. What this module covers ----------------------- In this module you will: .. toctree:: :maxdepth: 1 Add a Tree to Manage the Map Layers Create a LegendPanel Organize the Application Interface Using a ViewPort