The Show Results activity displays the specified features in the application's results list or table.
Features |
Required Type: esri.Graphic (3.x, 4.x)* | esri.FeatureSet (3.x, 4.x)* | esri.Graphic[] (3.x, 4.x)* The feature set to display. |
FeatureSet Display Name |
Optional Type: String The display name of this feature set. If not specified the display name will be inherited from the associated layer, unless the feature set already has it defined. |
FeatureSet Id |
Optional Type: String Id of this feature set. |
Map Service Id |
Optional Id of the Geocortex Map Service this feature set is related to. |
Layer Id |
Optional Id of the Geocortex layer this feature set is related to. |
Layer Name |
Optional Type: String The name of the layer this feature set is related to. If a Layer Id is also supplied the Id will be preferred. |
Collection Name |
Optional Type: String If a name is provided, the feature set will be added to the named collection, otherwise the default collection will be used. |
Combine Mode |
Optional Type: "union" | "replace" | "intersect" | "subtract" | String How the specified features should be combined with existing features in the collection. The default is union. |
Label Format |
Optional Type: String If a label format is provided, the label of every feature in the feature set will be formatted based on this value. The Geocortex Viewer for HTML5 supports HTML formatting in this input. |
Description Format |
Optional Type: String If a description format is provided, the description of every feature in the feature set will be formatted based on this value. The Geocortex Viewer for HTML5 supports HTML formatting in this input. |
Long Description Format |
Optional Type: String If a long description format is provided, the long description of every feature in the feature set will be formatted based on this value. |
Icon URI |
Optional Type: String The URI of an icon to show along with the features in the feature set. |
Show Notification |
Optional Type: Boolean Whether to show a message when updating an existing collection. |
* VertiGIS Studio Workflow uses different versions of Esri's ArcGIS API for JavaScript depending on the type of host application. See Underlying Technologies for information.
This activity has no outputs.
For information about the ID, Display Name, and Description properties, see Properties Common to all Activities.
This activity works when the device has intermittent connectivity to the network.
Supported from: Geocortex Viewer for HTML5 2.9, ArcGIS Web AppBuilder 2.4.
See also...