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.
Solved! Go to Solution.
Shauna-Rae,
Just add this new css rule to the widgets css\style.css:
.jimu-r-row.play-section.footer {
display: none;
}
You could always hide it with the css
Shauna-Rae,
WAB 2.5 or 2.6 or another version?
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.
Shauna-Rae,
Just add this new css rule to the widgets css\style.css:
.jimu-r-row.play-section.footer {
display: none;
}
Robert,
THANKS A MILLION!!! That worked. I've wanted to get rid of that button for a couple of years now. PERFECT!