Results Picker - Hide select all button
Howdy,
Is there a way to hide or remove the select all option from the results picker for a multi-select selection mode. We have a large list and there is no reason to select all. We can check the result obvious but the user experience isn't great when the button is there and then afterward the interface says you can't do that.
0
-
Hi Tyson,
By default these links are included whenever the selection mode is set to multiple or extended. There aren't any properties in the workflow activity that will let you disable them- you could post to our (https://support.geocortex.com/GSCIdeas?c=09a6000000008RsAAI&filter=1&categ=all&sub-nav=ideas&main-nav=essentials&page=1) Ideas board if you would like to see this option added.
If you don't need the "select all" option in any of the workflows that this particular viewer uses, you could remove the links using custom css. On my end, this worked to remove the "select all" link:.display-result-picker .filter-selection-mode a:first-child { display: none; } .display-result-picker .filter-selection-mode a { border-left: none; padding-left: 0; margin-left: 0; }
Or alternatively, this removes both "select all" and "remove all":.display-result-picker .filter-selection-mode { display:none; }
Fyi, the default location of the custom CSS file you would add this to is:
C:\Program Files (x86)\Latitude Geographics\Geocortex Essentials\Default\REST Elements\Sites\SITENAME\Viewers\VIEWERNAME\VirtualDirectory\Resources\Styles\Custom\SHELLNAME.css
Hope that helps!
Amanda0
Du måste logga in om du vill lämna en kommentar.
Kommentarer
1 kommentar