In order to use the Web AppBuilder widget, the config.json file must be modified. By default, this file is located in the OnBase folder in the Web AppBuilder Developer Edition directory (i.e., ...WebAppBuilderForArcGIS\client\stemapp\widgets\OnBase ).
Setting |
Description |
---|---|
obServiceUrl |
Set this option to the URL used by the GIS Service. Note:
This setting is case-sensitive when used within a cross-domain environment. |
portalWidgetUrl |
Set the portalWidgetUrl setting to the URL of your Portal for ArcGIS widget. For example: http://[MachineName/[WidgetDirectoryName] Note:
This option is not required when using Portal services. It should only be used if the widget is deployed from Portal for ArcGIS. |
highlightColor |
Set this option to the RGB values used to determine the highlight color used to determine the appearance of the widget. |
highlightColorR |
Set this option to the R (red) value used to determine the highlight color used to determine the appearance of the widget. |
highlightColorG |
Set this option to the G (green) value used to determine the highlight color used to determine the appearance of the widget. |
highlightColorB |
Set this option to the B (blue) value used to determine the highlight color used to determine the appearance of the widget. |
fillColor |
Set this option to the RGB values used to determine the fill color used to determine the appearance of the widget. |
fillColorR |
Set this option to the R (red) value used to determine the fill color used to determine the appearance of the widget. |
fillColorG |
Set this option to the G (green) value used to determine the fill color used to determine the appearance of the widget. |
fillColorB |
Set this option to the B (blue) value used to determine the fill color used to determine the appearance of the widget. |
obJS_API_Path |
Set this option to the path to the Web AppBuilder widget. For example: widgets/OnBase |
useWABSelectToolAutoUpdate |
Set this option to true to automatically update the document search results list when the built-in Web AppBuilder select tool is being used. When this option is set to false, the user must click the Refresh button to update the document search results list. |