Add button/hyperlink to Banner
We've created a help document for our site, and I'd like to add a link to it in the banner. Is there a way to add a button or even just a hyperlink into the banner or elsewhere in the HTML 5 viewer?
0
-
The home panel is a great spot for adding a help link. You can add any HTML markup you want. 0 -
We created an internal user site for our organization. Since internal customers will be accessing the site quite a bit, we thought it would be best to remove the home panel so that users wouldn't have to close the home panel every time the site is opened.
I think my only other option is to display a hyperlink using a workflow and creating a custom tool. Unless there is another option?
0 -
You could add the link to the 'I want to...' menu or add a button to the toolbar.
In our organization, we repurposed the Tems of Use from the Code Gallery to show a help guide/document instead of a terms of use, so there is always a 'Help Guide' button on the map and not hidden in a menu/toolbar.0 -
We also removed the "I want to..." menu because it appeared unnecessary, at least until we expand the funtionality of our site. This sounds like a good use for it. I'll check that out. Thanks. 0 -
Another option would be to actually use the Home page as your help. That is what I did for the site below. On the tool bar, I renamed the Home button as Help. My help is pretty simple (since the site is simple), but you could easily create a table of contents with links to an outside help document. I do not have the Home/Help page open by default, so it stays out of the way for experienced users.
https://maps.srcity.org/Html5Viewer/Index.html?viewer=CityParcel0 -
@Mike: that's a great use of the Home panel 0 -
You can also add a footer to the Desktop.json.js and put it in there. { "moduleName": "Footer", "moduleType": "geocortex.essentialsHtmlViewer.mapping.modules.footer.FooterModule", "configuration": { "menus": [ { "id": "SocialFooterMenu", "description": "@language-menu-social-links-menu-desc", "moduleId": "Footer", "items": [ { "iconUri": "Resources/Images/Icons/Toolbar/contact-24.png", "command": "ShareOn", "commandParameter": "email" }, { "iconUri": "Resources/Images/Icons/facebook-24.png", "command": "ShareOn", "commandParameter": "facebook" }, { "iconUri": "Resources/Images/Icons/twitter-24.png", "command": "ShareOn", "commandParameter": "twitter" }, { "iconUri": "Resources/Images/Icons/linkedin-24.png", "command": "ShareOn", "commandParameter": "linkedin" }, { "iconUri": "Resources/Images/Icons/reddit-24.png", "command": "ShareOn", "commandParameter": "reddit" } ] }, { "id": "FooterMenu", "description": "@language-menu-footer-menu-desc", "items": [ { "text": "Gilpin County", "description": "Gilpin County", "command": "OpenWebPage", "commandParameter": "http://www.co.gilpin.co.us/" }, { "text": "Download Data", "description": "Download Gilpin County Datasets", "command": "OpenWebPage", "commandParameter": "http://data.opencolorado.org/dataset?organization=gilpin-county-org" }, { "text": "Disclaimer", "description": "Map and Data Disclaimer", "command": "RunWorkflowById", "commandParameter": "Disclaimer" } ] } ] },0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
7 kommentarer