Thanks Mike. That was exactly what I was looking for. I am now able to target a frame within an application that I'm wrapping around a Fusion flexible layout.
Andy -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mike Adair Sent: Monday, May 12, 2008 12:57 PM To: MapGuide Users Mail List Subject: Re: [mapguide-users] Fusion - feature hyperlink target? The Maptip widget does support a <Target> element in it's Extension element. The logic that it is currently using is: - if there is a TaskPane widget with the ID of the target, it will be directed there, else - if there is DOM element with the ID of Target, set it's source to the hyperlink URL (for IFrames), else - open a new window with name of the Target. There currently isn't anything similar supported for the CTRL-Click functionality. Mike Andy Morsell wrote: > > Hi, > Is there a way to specify the feature object hyperlink target frame or > window in Fusion? I'm not seeing it. I see the <Target> nodes for > things like toolbarMeasure and so on, but nothing for the map itself. > > Thanks, > > Andy Morsell, P.E. > Spatial Integrators, Inc. > _http://www.SpatialGIS.com_ > > ---------------------------------------------------------------------- > -- > > _______________________________________________ > mapguide-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapguide-users > _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users _______________________________________________ mapguide-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapguide-users
