Aller au contenu principal

Result Details/Results List

Répondu

Commentaires

2 commentaires

  • 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

Vous devez vous connecter pour laisser un commentaire.