Display own user guide
Hi!
We have a PDF with our own user guide to our Geocortex application that we want to display in the application.
I have tried to search the community, but can't find a solution there. How can I do this, is there a simple way?
Regards,
Elin Leikvang
0
-
Publish it in IIS and configure a button in your viewer with the OpenWebPage command and the URL to the PDF as parameter.
https://docs.geocortex.com/essentials/gvh/2.10/commands-help/#/commands/Region%20and%20View/OpenWebPage0 -
1) We just add a workflow tool HelpLink.xaml using the RunExternalCommand.
Command Name "OpenWebPage"
Command Parameter helpLink
2) Create a workflow in your site
Display Name: helpDoc
ID: helpDoc
URL: Browse to your HelpLink.xaml
Properties: helpLink - http://yourserver/yourlocation/HelpDoc.pdf
3) Add the tool to the toolbar0 -
we just have a link on our Home Panel..
<a href="https://server.domain/emap_help/eMap_User_Guide.pdf" target="_blank">Help Guide </a>0 -
Thank you, this helped! :) 0
Please sign in to leave a comment.
Comments
4 comments