Skip to main content

Invoke Hide Feature Details

Comments

6 comments

  • Permanently deleted user

    Ditto...there should be an option for each layer to display the feature details or not display the feature details when a user clicks on the result in the data region.

    https://support.geocortex.com/SupportForums/Thread.aspx?pageid=0&mid=2&ItemID=2&thread=47511

     

    0
  • Permanently deleted user

    and using a query based workflow.  :)

    0
  • Permanently deleted user

    Hi Kenneth

    my question was more a Workflow question where I wanted to be able to use the Run External Command activity to hide the Feature Details child window. With a workflow that I have that provides a customised parcel searching method the user triggers the opening of the Child window which is fine.

    However they can then perform another search, potentially get a single result and the Feature Details is still showing the prior result. Hopefully that makes sense. The Child Window does update when the result is clicked on in the result panel.

    It would be helpful to have ways to avoid any user confusion.

    Thanks

    Ralph

    0
  • Permanently deleted user

    Bump /customer/servlet/servlet.FileDownload?file=00P6000000e87w6EAA

    Hi to all

    anyone else keen on being keen to hide the Feature Details Child Window via a workflow?

    Regards

    Ralph

     

    0
  • Permanently deleted user
    Is there another chain somewhere here that shows on ehow to disable "View Additional Details" from all possible areas that feed a map tip or otherwise? I am looking for a way to disable all feature details whatsoever...only allow a map tip.
    0
  • John Nerge
    You can remove View Additional Details from all map tips by removing it in the MapTipActions in the Menu module of your viewer config.

     

    {

     

                  "id": "MapTipActions",

     

                  "description": "@language-menu-maptip-actions-desc",

     

                  "defaultIconUri": "Resources/Images/Icons/arrow-right-alt-24.png",

     

                  "items": [

     

                    {

     

                      "text": "More details",

     

                      "description": "@language-menu-maptip-actions-view-details-desc",

     

                      "iconUri": "Resources/Images/Icons/arrow-right-alt-24.png",

     

                      "batch": [

     

                        {

     

                          "command": "ShowFeatureDetails"

     

                        },

     

                        {

     

                          "command": "DeactivateView",

     

                          "commandParameter": "MapTipView"

     

                        }

     

                      ],

     

                      "hideOnDisable": false

     

                    }

     

                  ]

     

                },

     

     
    0

Please sign in to leave a comment.