Configure a Web AppBuilder in Portal for ArcGIS Application

To run VertiGIS Inline views in Web AppBuilder in Portal for ArcGIS apps, you must:

After you have registered the widget, share it with other Inline users in your organization. This allows them to configure their Web AppBuilder apps to run views. If the widgets are not shared, the other users will not see the widgets in Web AppBuilder.

Deploy the Inline Widget to a Web AppBuilder in Portal for ArcGIS

To deploy the widget:

  1. Download the widget.

  2. Extract the widget folder and save it to an appropriate location. It does not matter where you save the folder. You will point the Application Extension (AppBuilder) to this location (in the next section).

Register the Inline Widget with Web AppBuilder in Portal for ArcGIS

To register the widget:

  1. Sign in to Portal for ArcGIS as an administrator.

  2. In Content, click Add Item and select Add an application.

  3. Set the Type to Application Extension (AppBuilder).

  4. In the Manifest URL box, paste the URL to the manifest.json file for the widget you want to register.

    You can either use the local copy of the manifest.json file or if your portal has access, the public copy of the manifest.json file.

    2D In-Panel Widget

    • Local:[https]://[host.domain.com]/[virtual_path]/widgets/Inline/manifest.json

    • Public: https://apps.vertigisstudio.com/inline/wab/portal-widget/manifest.json

      For Portal 10.8.1: When setting up a widget using the public copy of the manifest.json file, you must configure additional admin settings, as follows:

      • Remove apps.vertigisstudio.com from the Trusted Servers section.

      • Add apps.vertigisstudio.com as an allowedProxyHost by entering the code below into the Update Security Configuration section.

        {
         "allowedProxyHosts":"apps.vertigisstudio.com"
        }
  5. Click anywhere outside the Manifest URL box.

    Portal for ArcGIS will get the default title from the manifest.json file and enter it into the Title box.

  6. Enter a meaningful title in the Title box. For example, VertiGIS Inline Widget for In-Panel 2D.
    By default, the widgets all use the same title. Portal for ArcGIS does not allow multiple items to have the same title.

  7. Enter one or more tags. For example, VertiGIS, Inline, and Widget.

    Example configuration for a VertiGIS Inline widget's item in Portal for ArcGIS

  8. Click Add Item.

Create 2D App, Add and Configure the Inline Widget

  1. Create a new 2D app in Web AppBuilder, using the Dashboard Theme.

    Inline supports the Web AppBuilder's Dashboard theme only.

  2. Open the Widget panel.

  3. Search for and select the Inline widget and click OK.

    The Configure Inline window opens.

  4. Click Add View.

  5. Select the views you want to add to the widget. You can add views from different data sources.

  6. Click OK.

    Inline appears in your app.

  7. Save the app.

    You can now run the Inline view in the Web AppBuilder in Portal for ArcGIS app.