Select to view content in your preferred language

How would I hide portions of the bookmark web app builder widget?

3844
5
Jump to solution
05-19-2015 03:34 PM
BrandonKeinath1
Deactivated User

Hi Robert,

I've been going back and forth with ESRI on my bookmark issues and it has led to BUG-000087557.  It seems to boil down to any changes that create a local cache prevent future changes to the bookmark widgets configuration being seen by the user.  They're working on a solution but until they do I need to prevent users from doing anything that would create the local cache.  In my thinking this would mean the delete button, the add a bookmark button, and, unfortunately, your search functionality.  If I can I'd prefer them to be hidden so that I can put them back in the future.

Thanks,

Brandon

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Brandon,

   I don't think my search portion would cause the cache issue so I think you just need code to hide the add bookmark portion.  Just add this to the style.css

.jimu-widget-bookmark .add-section{

  display: none;

}

View solution in original post

0 Kudos
5 Replies
RobertScheitlin__GISP
MVP Emeritus

Brandon,

   I don't think my search portion would cause the cache issue so I think you just need code to hide the add bookmark portion.  Just add this to the style.css

.jimu-widget-bookmark .add-section{

  display: none;

}

0 Kudos
BrandonKeinath1
Deactivated User

Hi Robert,


Worked like a charm.  And I think you're right about the filtering not affecting the cache.  I used the inspect element to also hide the "Delete" button.  Thanks for your help!  I tried to branch into a new discussion to turn it into a question but can't figure it out.

Thanks,

Brandon

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Brandon,

   I converted the discussion to a question now.

BrandonKeinath1
Deactivated User

Thanks Robert,

How did you convert it to a question?  When I edited the discussion I didn't see it as an option.  I could have missed it though.

Brandon

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Brandon,

   At the very top of the page there is a link for that.

example.jpg