Re: [pmapper-users] How to Hyperlink a pdf document on a search results

2015-05-26 Thread zaiGEO
thank you, but it didn't show my pdf, it shows a link like: (about:blank) i don't know why?? :/ -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Re-pmapper-users-How-to-Hyperlink-a-pdf-document-on-a-search-results-tp4025401p40

Re: [pmapper-users] How to Hyperlink a pdf document on a search results

2015-05-26 Thread zaiGEO
thank you, but it didn't show my pdf, it shows a link like: (about:blank) i don't why?? :/ -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Re-pmapper-users-How-to-Hyperlink-a-pdf-document-on-a-search-results-tp4025401p4025770

Re: [pmapper-users] How to Hyperlink a pdf document on a search results

2015-05-25 Thread jose mvm
r-users-mailing-list.993774.n3.nabble.com/Re-pmapper-users-How-to-Hyperlink-a-pdf-document-on-a-search-results-tp4025401p4025769.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com.

Re: [pmapper-users] How to Hyperlink a pdf document on a search results

2015-05-25 Thread zaiGEO
window.open('http:/' + '/localhost:8182/pmapper_doc/' + fldValue); //this.openHyperlinkDialog(linkUrl); } break; thank you, it is urgent plz -- View this messa

Re: [pmapper-users] How to Hyperlink a pdf document on a search results

2015-05-25 Thread zaiGEO
-- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Re-pmapper-users-How-to-Hyperlink-a-pdf-document-on-a-search-results-tp4025401p4025766.html Sent from the pmapper-users -- p.mapper users mailing list mailing list archive at Nabble.com. ---

Re: [pmapper-users] How to Hyperlink a pdf document on a search results

2013-11-15 Thread Solly Vuso
gt; "Link to PDF"} }' >> > ... >> > >> > 3) modify your custom.js in this way: >> > >> > // Sample Hyperlink function for result window >> > >> >openHyperlink: function(layer, fldName, fldValue) { >> > >> > switch(layer) { >&

Re: [pmapper-users] How to Hyperlink a pdf document on a search results

2013-11-15 Thread Chris forum
//if (fldName == 'NAME OF PDF FIELD') { > > > > > > var linkUrl = 'http://www.yoursite.com/PATH WHERE YOUR PDFs ARE > > LOCATED/' + fldValue; > > > >

Re: [pmapper-users] How to Hyperlink a pdf document on a search results

2013-11-14 Thread Solly Vuso
Url = 'http://www.yoursite.com/PATH WHERE YOUR PDFs ARE > LOCATED/' + fldValue; > >window.open(linkUrl, 'wikiquery'); > > //this.openHyperlinkDialog(linkUrl); > //} > > break; > > > > > > -- > V

Re: [pmapper-users] How to Hyperlink a pdf document on a search results

2013-11-10 Thread gioza
//this.openHyperlinkDialog(linkUrl); //} break; -- View this message in context: http://pmapper-users-p-mapper-users-mailing-list.993774.n3.nabble.com/Re-pmapper-users-How-to-Hyperlink-a-pdf-document-on-a-search-results-tp4025401p4025402.h

Re: [pmapper-users] How to Hyperlink a pdf document on a search results

2013-11-09 Thread Solly Vuso
Hi Can anyone assist me , I want to hyperlink a pdf documents I have a shape-file that has 5 records(5 points),I want to attach different reports per point. Name 1 2 3 4 5 So that when you click "1" it opens a pdf 1 and when you click "2" it opens pdf 2 Please help me