Hi,

Add/change this to index.html:

var fusionInitialized = function() {
    $('AppContainer').resize({forceResize: true});
    var mapWidget = Fusion.getMapById('Map');
    mapWidget.registerForEvent(Fusion.Event.MAP_LOADED, initPanelHandler);
    mapWidget.registerForEvent(Fusion.Event.MAP_SELECTION_ON,
showSelectionPanel); //Add this
}


-Anders



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/SelectionPanel-in-focus-tp5093482p5093930.html
Sent from the MapGuide Users mailing list archive at Nabble.com.
_______________________________________________
mapguide-users mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/mapguide-users

Reply via email to