Hoppa till huvudinnehållet

Is there a way we can create a tool to open saved results right from the toolbar?

Kommentarer

1 kommentar

  • Permanently deleted user
    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

Du måste logga in om du vill lämna en kommentar.