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,
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.