Fusion commands from parent window
> In Fusion trunk, in MapguideViewerApi.js , the reference to the Fusion
> window is coded like so:
>
> /* locate the Fusion window */
> function GetFusionWindow() {
> var curWindow = window;
> while (!curWindow.Fu
In Fusion trunk, in MapguideViewerApi.js , the reference to the Fusion
window is coded like so:
/* locate the Fusion window */
function GetFusionWindow() {
var curWindow = window;
while (!curWindow.Fusion) {
if (curWindow.parent && curWindow != curWindow.parent) {
cur
Good day, everyone.
i am designing a map and i need to reach the javascript functionalities in
fusion (zoom rectangle, open legend window), from the parent window (that
is, mapguide resides inside an iframe), but i havent been succesful in this
implementation.
to ilustrate my point, let me show