Is there a way we can create a tool to open saved results right from the toolbar?
Is there a way we can create a tool to open saved results (that are saved from the results windows) right from the toolbar?
Thanks,
Dibya
0
-
Configure a Button on to the tools using the GE manager - SIte - Viwer - Toolbar - Add a Button with the command 'ListSelections', which takes no parameter.
So it will add to your viewer like desktop.json.js. For example, it looks like
{
"id": "nhsohGhX",
"type": "button",
"iconUri": "Resources/Images/Icons/Toolbar/open-24.png",
"command": "ListSelections",
"commandParameter": null,
"hideOnDisable": false,
"name": "Open results",
"tooltip": "Open a previously saved list of results"
}0
Please sign in to leave a comment.
Comments
1 comment