Is there a way to close the expanded view where data from relationships are shown?
I need to close, clear or destroy the relationship data and panel shown in the expanded view in the bottom region. The problem is my map tip action "show expanded view" remains grayed out when i click on a new feature and get a new map tip. right now if i click on the expanded view, and close the panel, my "show expanded view" map tip menu item is not grayed out. but its hard to have the users figure out that quirk, so on the event of a new maptip i want all the previous results cleared or destroyed as if the user closed the expanded view by clicking the X on the panel.
0
-
I guess since my previous post was not clear, let me ask this way.
how do you close the object created by the command:
{
"text": "Show Feature Details",
"description": "@language-results-toggle-table-view-desc",
"hideOnDisable": false,
"batch": [
{
"command": "ShowFeatureDetailsExpanded",
"commandParameter": "{{context}}",
"abortBatchOnFailure": true
}
],
"iconUri": "Resources/Images/Icons/arrow-right-alt-24.png"
},
closing the results frame, or closing bottom region, does not do it. only clicking on the X in the upper right hand site of the table display seems to remove it properly. what i need is a command that does the same thing, only as a menu option or a pre-command to invoke map tip.0
Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.
Kommentare
1 Kommentar