-
Notifications
You must be signed in to change notification settings - Fork 7
Configure Portal for ArcGIS
To configure your Portal a banner can be added to the top and a Group needs to be created to share your Application created with. This group can then be used to create a Gallery App so that your content can be shared with related details attached with the rest of your organization.
To add classification banners to the portal, follow the instructions provided by the ArcGIS for Server team.
To add classifications banner to a Web App created using ArcGIS Web AppBuilder undertake the follow the steps:
- In the root folder of the application open up index.html in a text editor.
- Scroll down until you find the main-page div:
- Above the main-page div add the following:
- Below the main-page div add the following:
- It should now look like:
- Save index.html
- In the same folder open config.json in a text editor.
- Change the map properties from those in the left column to those in the right:
- Change the HeaderController Widget properties from those in the left column to those in the right:
- Save config.json
<div id="main-page">
<div id="jimu-layout-manager"></div>
</div>
<div title="UNCLASSIFIED" style="height: 20px;width: 100%;background: #78D428;color: #000;text-align: center;font-weight: 700;border: 1px solid gray;padding: 0!important;overflow: hidden; text-overflow: ellipsis;position: fixed;top: 0px;">UNCLASSIFIED<div>
<div title="UNCLASSIFIED" style="height: 20px;width: 100%;background: #78D428;color: #000;text-align: center;font-weight: 700;border: 1px solid gray;padding: 0!important;overflow: hidden; text-overflow: ellipsis;position: fixed;bottom: 0px;">UNCLASSIFIED</div>
<div title="UNCLASSIFIED" style="height: 20px;width: 100%;background: #78D428;color: #000;text-align: center;font-weight: 700;border: 1px solid gray;padding: 0!important;overflow: hidden; text-overflow: ellipsis;position: fixed;top: 0px;">UNCLASSIFIED<div>
<div id="main-page">
<div id="jimu-layout-manager"></div>
</div>
<div title="UNCLASSIFIED" style="height: 20px;width: 100%;background: #78D428;color: #000;text-align: center;font-weight: 700;border: 1px solid gray;padding: 0!important;overflow: hidden; text-overflow: ellipsis;position: fixed;bottom: 0px;">UNCLASSIFIED</div>
"map": { "3D": true, "2D": false, "position": { "left": 0, "top": 40, "right": 0, "bottom": 0 }, |
"map": { "3D": true, "2D": false, "position": { "left": 0, "top": 60, "right": 0, "bottom": 20 }, |
"position": { "left": 0, "top": 0, "right": 0, "height": 40, "paddingRight": 0, "relativeTo": "browser" }, |
"position": { "left": 0, "top": 20, "right": 0, "height": 40, "paddingRight": 0, "relativeTo": "browser" }, |
To be able to share the Web Apps created a Portal Group needs to be created for them to be shared with. The best instructions for this are provided by the ArcGIS for Server team.
To be able to share the Web Apps a gallery app needs to be created. The best instructions for this are provided by the ArcGIS for Server team.
The Gallery can then be configured using the following instructions.