The popup close button

897
1
05-25-2021 02:44 AM
by Anonymous User
Not applicable

Hi,

I am looking to remove the close button that the popup comes with.

The only solution I was thinking about was to use CSS, but I have multiple popups throughout my app and I just want to modify only a particular instance.

Does anyone know how?

Thanks in advance!

 

0 Kudos
1 Reply
BenElan
Esri Contributor

Here is some documentation for removing the close button.

 

popup.visibleElements = {
  closeButton: false
};