Hi Robert, I'm not sure I fully understand what you're trying to achieve, but with ExtJS you can define different types of layouts to organize your panels. See in the examples page [1], under the "Layout Managers" section.
This one [2] uses the "border" layout defining a "south" region for a footer... Could it be that even though you specified that you didn't want to define a "south" region it could look like what you're trying to achieve ? Best regards, Alexandre [1] http://dev.sencha.com/deploy/dev/examples/ [2] http://dev.sencha.com/deploy/dev/examples/layout/complex.html On 10-10-05 08:54 AM, Robert Buckley wrote: > Hi, > > I would like to add a footer to a viewport which should be always visible. Is > it > possible to do this without defining a "south" region in the viewport? > > Yours, > > Robert > > > _______________________________________________ > Users mailing list > [email protected] > http://www.geoext.org/cgi-bin/mailman/listinfo/users > -- Alexandre Dubé Mapgears www.mapgears.com _______________________________________________ Users mailing list [email protected] http://www.geoext.org/cgi-bin/mailman/listinfo/users
