Skip to main content

Result Details/Results List

Answered

Comments

2 comments

  • Cam Barnard

    You are on the right track Alison. Assuming you started with Web GIS - Default. If you look at how the existing Clear Results tool is constructed you'll see:

    [
      "results.clear",
      {
        "name": "ui.deactivate",
        "arguments": "item://results/results-config-1"
      }
    ]
     
    You can extend this to also deactivate the result details view.
     
    [
      "results.clear",
      {
        "name": "ui.deactivate",
        "arguments": "item://results/results-config-1"
      },
      {
        "name": "ui.deactivate",
        "arguments": "item://feature-details/feature-details-config-1"
      }
    ]
    1
  • Andreas Broothaerts

    Cam Barnard We have a similar issue, where the back button is not appearing in our result panel although it is enabled in the designer, when we see the components no back button can be found. What could be the cause of this? 
    Thanks! Bump

    0

Please sign in to leave a comment.