Skip to main content

Results Picker - Hide select all button

Comments

1 comment

  • Amanda Frech
    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!

     

    Amanda
    0

Please sign in to leave a comment.