Select to view content in your preferred language

Zone Lookup Instant App - hide export "Results and Map" option

588
1
Jump to solution
07-11-2022 02:58 PM
Labels (1)
MTaran
by
New Contributor

How can I use custom CSS in the Zone Lookup app to hide the "Results and Map" menu option in the Print or Save as PDF export tool?  I would like to keep the "Results" tabular option and only hide the option that includes the map view.

0 Kudos
1 Solution

Accepted Solutions
KellyHutchins
Esri Frequent Contributor

This css should work for now but the long term solution is most likely for us (the instant apps team) to add an option to configure the export to pdf option to be results only or results + map.   We will work on adding it in as a configuration option in a future release. 

 

calcite-dropdown-item[icon-start="map"] {     display: none; }

 

View solution in original post

0 Kudos
1 Reply
KellyHutchins
Esri Frequent Contributor

This css should work for now but the long term solution is most likely for us (the instant apps team) to add an option to configure the export to pdf option to be results only or results + map.   We will work on adding it in as a configuration option in a future release. 

 

calcite-dropdown-item[icon-start="map"] {     display: none; }

 

0 Kudos