I'd like to remove or disable the "Delete" button in the Bookmark Widget in the Web AppBuilder Developer Edition. Does anyone know how to do this? Where in the code can I remove or disable the delete button? Thanks for your help.
Shauna-Rae,
Just add this new css rule to the widgets css\style.css:
<SPAN class="selector token">.jimu-r-row.play-section.footer</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="line-numbers-rows"><SPAN></SPAN><SPAN></SPAN><SPAN></SPAN></SPAN>
Robert,
THANKS A MILLION!!! That worked. I've wanted to get rid of that button for a couple of years now. PERFECT!
I'm using WAB DevEd 2.5. I've tried to look through the CSS, but I've gotten very confused. Thanks for your help.
WAB 2.5 or 2.6 or another version?
You could always hide it with the css
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.