Overview:
In some cases, an Essentials administrator may want to set Essentials Manager to load the List view by default, as opposed to the Tiled view. Additionally, you may want to force the Tiled view, and disable the list view entirely.
Solution:
The default behaviour is for Essentials Manager to remember which view you used last using a cookie, and load that same view. If you would like to globally change the view, you can do the following (on version 4.4 and up):
1) Edit the file C:\inetpub\wwwroot\Geocortex\Essentials\<InstanceName>\RestManager\App_Data\RestManagerSettings.xml
2) Modify the RestManagerSettings tag to look like this:
In some cases, an Essentials administrator may want to set Essentials Manager to load the List view by default, as opposed to the Tiled view. Additionally, you may want to force the Tiled view, and disable the list view entirely.
Solution:
The default behaviour is for Essentials Manager to remember which view you used last using a cookie, and load that same view. If you would like to globally change the view, you can do the following (on version 4.4 and up):
1) Edit the file C:\inetpub\wwwroot\Geocortex\Essentials\<InstanceName>\RestManager\App_Data\RestManagerSettings.xml
2) Modify the RestManagerSettings tag to look like this:
<RestManagerSettings SitesListView="List">3) If you would prefer to force tiled view and remove the list option, your tag should look like this:
<RestManagerSettings SitesListView="Tiled">
Note that this will disable the tile or list view completely. There is currently no way to keep the toggle option when overriding the default behaviour.
Comments
0 comments
Article is closed for comments.