Skip to main content

Remove the GlobalSearch box in banner - HTML5 2.7 Viewer with Geocortex 4.6.1

Comments

1 comment

  • Permanently deleted user
    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

     

    Doug

     

     
    0

Please sign in to leave a comment.