Tagged Questions
1
vote
1answer
663 views
How to add mappanel back to container once removed?
I am trying to test following scenario:
A Ext.Window has one gx_mappanel item;
both Ext.Window and gx_mappanel are stored in variables;
One button is to remove gx_mappanel item from Ext.Window ...
2
votes
0answers
656 views
GeoExt (ExtJs + OpenLayers): bug in IE9 when try to change map_panel from container A to container B
Techonology: GeoExt, which combines ExtJS with OpenLayers
I am trying to dynamically change the app layout by changing a map_panel from container A to container B, and vice verse; basically, for each ...