Hi,

In your custom.js case:


    openHyperlink: function(layer, fldName, fldValue) {
        switch(layer) {
            case 'YOUR_LAYER_NAME':
                if(fldName == 'FP_HL') {
                                        var linkUrl = 'http:/' + 
'/YOUR_HOSTNAME/YOUR_FOLDER/' + fldValue +
'.pdf'; 
                    this.openHyperlinkDialog(linkUrl);
                }

PS: populate the 'FP_HL' field with pdf file's name (without .pdf/extension
file)




--
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-tp4025401p4025769.html
Sent from the pmapper-users -- p.mapper users mailing list mailing list archive 
at Nabble.com.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to