[mapguide-users] invokeurl

Andy Morsell amorsell at spatialgis.com
Thu Jan 29 15:39:03 EST 2009


Gordon,
Please be sure to submit this as a bug to the Fusion project Trac.

Andy Morsell, P.E.
Spatial Integrators, Inc.
www.SpatialGIS.com


-----Original Message-----
From: mapguide-users-bounces at lists.osgeo.org 
[mailto:mapguide-users-bounces at lists.osgeo.org] On Behalf Of GordonL
Sent: Thursday, January 29, 2009 12:26 PM
To: mapguide-users at lists.osgeo.org
Subject: Re: [mapguide-users] invokeurl


Hi Andrew,
ok I figured it out.  It is the InvokeURL.js file.
This file is found in the following folder:
\www\fusion\widgets

Here is the issue:
At line 40 it shows:
Fusion.Widget.InvokeURL.prototype = {
    sFeatures :
'menubar=no,location=no,resizable=yes,status=no,scrollbars=yes',

Which is fine.  I changed resizable=yes and added scrollbars=yes...so far so
good...

But, at line 120, it reads:

                window.open(url, this.sTarget, this.sWinFeatures);

Ok, so the issue is that there is NO sWinFeatures...

I changed it to read:
                window.open(url, this.sTarget, this.sFeatures);

And voilà!  I am in business...whew. I thought I was losing my touch.

gordon



Andrew DeMerchant wrote:
>
> It wasn't part of the widget - i've been away from Fusion for too long
> now, and really can't recall. I would imagine it was in the .js file for
> that widget...sorry I'm no more help than that!
>
> On 1/29/2009 11:44 AM, GordonL wrote:
>> Hi Andrew,
>> I am having trouble finding the entry in Nabble.  Do you have an example?
>> I
>> am sure I did this a couple of years ago, but I can't find it.  Can it be
>> part of the Widget XML in Studio too?
>>
>> thanks
>> gordon
>>
>>
>> Andrew DeMerchant wrote:
>>
>>> I did...I also turned on the scrollbars - but I can't recall how at the
>>> moment....do a search on Nabble, and you should find the answer.
>>>
>>> Andrew
>>>
>>>
>>> GordonL wrote:
>>>
>>>> Did you figure this out with Flexible Web Layouts?  This fix works
>>>> great
>>>> for
>>>> Simple Web Layouts but how do we turn on Scrolling/Toolbars in the
>>>> InvokeURL
>>>> for Fusion?
>>>>
>>>> Is it part of the InvokeURL.js file in the /fusion/wigets/ folder?
>>>>
>>>> thanks
>>>> gordon
>>>>
>>>>
>>>>
>>>> Andrew DeMerchant wrote:
>>>>
>>>>
>>>>> Is there a way to modify the InvokeURL command to have it open a
>>>>> window
>>>>> with scrollbars and toolbars? Right now, if you tell it to open in a
>>>>> new
>>>>> window, that window never has scrollbars or toolbars. I need to turn
>>>>> those on somehow. I've looked through the AJAX viewer php files, but
>>>>> can't find the spot that I'd change.
>>>>>
>>>>> Andrew
>>>>> -- 
>>>>> 	*Andrew DeMerchant*
>>>>> *Computer Technologist*
>>>>> ph.1-877-2GEMTEC x.163
>>>>> fax 506-453-9470
>>>>>
>>>>> /GEMTEC Limited<http://www.gemtec.ca>
>>>>> /191 Doak Road
>>>>> Fredericton, NB, Canada
>>>>> E3C 2E6
>>>>>
>>>>>
>>>>> _______________________________________________
>>>>> mapguide-users mailing list
>>>>> mapguide-users at lists.osgeo.org
>>>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>>>
>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>> _______________________________________________
>>> mapguide-users mailing list
>>> mapguide-users at lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>
>>>
>>>
>>
>>
>
> -- 
> 	*Andrew DeMerchant*
> *Computer Technologist*
> ph.1-877-2GEMTEC x.163
> fax 506-453-9470
>
> /GEMTEC Limited <http://www.gemtec.ca>
> /191 Doak Road
> Fredericton, NB, Canada
> E3C 2E6
>
>
> _______________________________________________
> mapguide-users mailing list
> mapguide-users at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>
>

-- 
View this message in context: 
http://n2.nabble.com/invokeurl-tp1816596p2241087.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

_______________________________________________
mapguide-users mailing list
mapguide-users at lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users



More information about the mapguide-users mailing list