Remove the GlobalSearch box in banner - HTML5 2.7 Viewer with Geocortex 4.6.1
Hi
In Silverlight I think you could just remove the GlobalSearch module - but how is this done in HTMl5? I want to totally remove it as I have my own search mechanism as a workflow and dont want the users to access GlobalSearch.
Thanks
Doug
0
-
Found the answer to this one - alter Desktop, Handheld and Tablet.json files, section id:SearchView as below:
{
"id": "SearchView",
"viewModelId": "SearchViewModel",
"visible": false,
"title": "@language-search-title",
"iconUri": "Resources/Images/Icons/Toolbar/search-32.png",
"markup": "Mapping/modules/Search/SearchView.html",
"type": "geocortex.essentialsHtmlViewer.mapping.modules.search.SearchView",
"region": "BannerContentRegion",
"configuration": {}
},
Note visible is set to false.
Cheers
Doug0
Please sign in to leave a comment.
Comments
1 comment