Re: [mapguide-users] Hyperlink (Layer settings) IE and Chrome vs Firefox

2014-01-06 Thread pcardinal
You are rigth! It is the solution. -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Hyperlink-Layer-settings-IE-and-Chrome-vs-Firefox-tp5096477p5096655.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapgu

Re: [mapguide-users] Hyperlink (Layer settings) IE and Chrome vs Firefox

2014-01-05 Thread Jackie Ng
What if you used '/' instead of '\' ? - Jackie -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Hyperlink-Layer-settings-IE-and-Chrome-vs-Firefox-tp5096477p5096479.html Sent from the MapGuide Users mailing list archive at Nabble.com.

[mapguide-users] Hyperlink (Layer settings) IE and Chrome vs Firefox

2014-01-05 Thread pcardinal
The URL of my Map (WebLayout) is "http://houleag.com/mapguide/greffes/index.html";. For IE and Chrome the hyperlink setting "concat ( '\', concat ('pts_geod_qc' , concat ('\', concat(id,'.txt'" is OK because it will return an URL like "http://houleag.com/pts_geod_qc/94K0680.txt"; which is OK t

Re: [mapguide-users] Hyperlink in Selection panel

2013-02-26 Thread Bernhard Maehler
A solution for Fusion viewer has been posted on the ADN DevBlog http://adndevblog.typepad.com/infrastructure/2013/02/enable-hyperlink-in-selection-panel-of-fusion-viewer.html Bernha

Re: [mapguide-users] Hyperlink in Selection panel

2013-02-13 Thread Martin Morrison
- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Jackie Ng Sent: Wednesday, February 13, 2013 7:50 AM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] Hyperlink in Selection panel Is XSS prevention and the ability to display

Re: [mapguide-users] Hyperlink in Selection panel

2013-02-13 Thread Jackie Ng
Is XSS prevention and the ability to display valid HTML in the property grid mutually exclusive? I'd like to know the answer myself. I feel a bit uncomfortable that the AJAX viewer property grid can display arbitrary HTML content. Though any script blocks I've tried to put into the AJAX viewer pro

Re: [mapguide-users] Hyperlink in Selection panel

2013-02-12 Thread Bernhard Maehler
I have the same problem. Hyperlinks work fine in Ajax viewer but don't work in Fusion viewer (bundled Version with MGOS 2.4, PHP and Apache). I looked through the code and noticed, that all property values are converted to HTML entiti

Re: [mapguide-users] Hyperlink in Selection panel

2012-08-02 Thread Mauricio Villablanca
I modified the viewer file ajaxmappane.templ to merge the control-click and tooltip functionality into one so that neither gets broken when used separately with standard values. The main functions to modify are DisplayHyperlinkTip and ExecuteHyperlink function ExecuteHyperlink(url) {

Re: [mapguide-users] Hyperlink in Selection panel

2012-07-13 Thread elliott17
I have tried to implement the hyperlink within Fusion with no success. My data is being read from SQL Server where my data type is set to varchar. Fusion shows the entire text within the properties pane. -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Hyperlink-in-Selection

Re: [mapguide-users] Hyperlink in Selection panel

2012-06-29 Thread Steve G
I too have had problems creating hyperlinks in the selection panel using the fusion platform. I have populated the fields with url's + anchor tags, but the hyperlink always displays as plain text in the selection panel. Can someone confirm the valid syntax for use with anchor tags that actually w

Re: [mapguide-users] Hyperlink in Selection panel

2012-06-28 Thread Ryan Northcott
m > > -Original Message- > From: mapguide-users-boun...@lists.osgeo.org [mailto: > mapguide-users-boun...@lists.osgeo.org] On Behalf Of Ryan Northcott > Sent: Thursday, June 28, 2012 6:48 AM > To: MapGuide Users Mail List > Subject: Re: [mapguide-users] Hyperlink in Selection panel &g

Re: [mapguide-users] Hyperlink in Selection panel

2012-06-28 Thread Martin Morrison
To: MapGuide Users Mail List Subject: Re: [mapguide-users] Hyperlink in Selection panel If you populate the data as a link the properties panel won't render the data as a hyperlink. Just text. The recommendation to modify the template files and code behind JavaScript is the best option.

Re: [mapguide-users] Hyperlink in Selection panel

2012-06-28 Thread Ryan Northcott
U > [johnnie...@gmail.com] > Sent: Wednesday, June 27, 2012 5:09 PM > To: MapGuide Users Mail List > Subject: Re: [mapguide-users] Hyperlink in Selection panel > > We modified the propertyctrl.templ (on a site by site basis) to look for a > specific property name (ie 'Town

Re: [mapguide-users] Hyperlink in Selection panel

2012-06-27 Thread Martin Morrison
List Subject: Re: [mapguide-users] Hyperlink in Selection panel We modified the propertyctrl.templ (on a site by site basis) to look for a specific property name (ie 'Township') and if it finds it, set the value of a variable to something like: var testStr = 'http://www.myserver.com

Re: [mapguide-users] Hyperlink in Selection panel

2012-06-27 Thread GIS4U
We modified the propertyctrl.templ (on a site by site basis) to look for a specific property name (ie 'Township') and if it finds it, set the value of a variable to something like: var testStr = 'http://www.myserver.com/townshipplans/files/TOWNSHIP-LINK/' + (+properties[i].value) + '.pdf'; and th

[mapguide-users] Hyperlink in Selection panel

2012-06-27 Thread elliott17
I realize this topic has been discussed before but I cannot find a solution. Is there a way of adding a hyperlink to the selection panel. I want to be able to call a report page (asp or pdf or a generic web page). I can get a report page to open using the URL feature for a layer when the object i

Re: [mapguide-users] Hyperlink in tool tip

2012-04-11 Thread GIS4U
Hi Darwin, I believe you will need to edit the 'ajaxmappane.templ' file. In there are some functions: 1. DisplayHyperlinkTip(x,y) 2. HideHyperlinkTip() I believe you'll need to deal with the Null case for the document.getElementById call. I have done that in the past with success. Regards, Jona

[mapguide-users] Hyperlink in tool tip

2012-04-11 Thread elliott17
MGOS 2.2 Windows Server 2007 Ajax site I have hyperlinks on my tool tips that open various files (pdf's or image files). Some of the objects do not have a file associated with them. Is there a way of having the tool tip "CTRL + click to open link ()" to not show up if there is no attachment to o

[mapguide-users] hyperlink not working with mozilla firefox

2011-04-10 Thread bjoseph82
Hi there, i am using mgos2.2, my problem here is my hyperlink is not working when i use firefox, but when i run my hyperlink with IE it just ok. why is that so? can somebody advice please.. Thanks very much. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/hyperlink-not-w

RE: [mapguide-users] Hyperlink not showing

2009-03-05 Thread Martin Morrison
123 Should work. Martin -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of mrsyer Sent: Thursday, March 05, 2009 11:50 AM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] Hyperlink not showing

Re: [mapguide-users] Hyperlink not showing

2009-03-05 Thread mrsyer
try placing this in place of the attribute http://www.wherever.com View this site I have an attribute in one of my point layers called 'hyperlink'. When I select a point in a flexible web layout (i.e., Slate) the selection widget shows the hyperlink address, but I can not click on the address

Re: [mapguide-users] Hyperlink not showing

2009-03-05 Thread mrsyer
Try adding this in place of the attribute http://www.wherever.com View this site I have an attribute in one of my point layers called 'hyperlink'. When I select a point in a flexible web layout (i.e., Slate) the selection widget shows the hyperlink address, but I can not click on the address

Re: [mapguide-users] Hyperlink not showing

2009-01-22 Thread Kenneth Skovhede, GEOGRAF A/S
A nice trick is to use an URL starting with "javascript:", ea: "javascript:alert('hello');". Then the javascript can call any function you have and display the options to the user. You wont get any links active without using the "URL Activated for Feature". You can use the above "javascript:" t

[mapguide-users] Hyperlink not showing

2009-01-21 Thread LLEUNDD
I have an attribute in one of my point layers called 'hyperlink'. When I select a point in a flexible web layout (i.e., Slate) the selection widget shows the hyperlink address, but I can not click on the address to advance to the website. I know I can use the 'URL Activated for Feature' in the l

Re: [mapguide-users] Hyperlink

2007-10-31 Thread Ryan Northcott
Hello, If that database field is in a URL format, or a referenced URL (ie. http://google.com, or /appname/default.aspx) then in the Layer properties you set the URL to be that field in the DB, and then the Map Layout I believe handles where the URL clicked get processed (task pane, new window, fr

[mapguide-users] Hyperlink

2007-10-31 Thread Steve Skarbowski
Can you hyperlink a field in the data table? And how? [EMAIL PROTECTED] GIS Solutions Engineer AEC Team, AEC Solutions Team Synergis Engineering Design Solutions A Division of Synergis Technologies, Inc. 472 California Road, Suite 100 :: Qua

Re: [mapguide-users] Hyperlink on POWERDBYICON

2007-09-19 Thread Kenneth, GEOGRAF A/S
Yes, but you must edit the file "statusbar.templ", which is located in C:\Program Files\MapGuideOpenSource\WebServerExtensions\www\viewerfiles Unfortunately, any changes to these filese will be lost if you upgrade. I personally produce a TortoiseSVN diff of the folder, so that I may patch it aut

[mapguide-users] Hyperlink on POWERDBYICON

2007-09-18 Thread Martin Fafard
Is it possible to do an hyperlink on the POWERDBYICON? Martin F ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users