Re: [pmapper-users] Hyperlink pdf

2016-04-22 Thread jose mvm
in my case it should work like this: openHyperlink: function(layer, fldName, fldValue) { switch(layer) { case 'Anfibios_2014_2015_dcnfn': if (fldName == 'link') { var linkUrl = 'http:/' + '/xxx.xxx.xxx.xxx/partilha/' + fldValue + '.pdf'; ;

Re: [pmapper-users] Hyperlink pdf

2016-04-21 Thread jose mvm
Hi Alex, try like this: ... case 'Anfibios_2014_2015_dcnfn': if (fldName == 'link') { var linkUrl = 'http:/' + '/yourhost/brg_aoliveira/partilha/' + fldValue; //window.open(linkUrl, 'wikiquery');