Hello,
Those anyone knows how to remove the address bar form the related table chart widget in the developer web application builder?
Thanks a lot!
Julia,
All you need to do is add these two new rules to your apps theme common.css:
(i.e: [install dir]\server\apps\[app#]\themes\FoldableTheme\common.css)
<SPAN class="selector token">.jimu-widget-RelatedTableCharts .esriCTSearchOuterContainer</SPAN><SPAN class="punctuation token">{</SPAN> <SPAN class="property token">display</SPAN><SPAN class="punctuation token">:</SPAN> none<SPAN class="punctuation token">;</SPAN> <SPAN class="punctuation token">}</SPAN> <SPAN class="selector token">.jimu-widget-RelatedTableCharts .esriCTResultsPanel</SPAN><SPAN class="punctuation token">{</SPAN> <SPAN class="property token">height</SPAN><SPAN class="punctuation token">:</SPAN> 100%<SPAN class="punctuation token">;</SPAN> <SPAN class="punctuation token">}</SPAN><SPAN class="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
Robert,
Thank you so much! Iit worked perfectly!
Regards,
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.