Is there a Way to override default JSAPI InfoWindow Behaviour

2068
2
Jump to solution
07-06-2015 04:33 AM
Steveway1
New Contributor II

Hi Everyone,

We are looking for  a way, where a user will click on a point on the map (we are only dealing with points, not polygons or lines), the popup opens, and instead of automatically closing when they select another point, it stays open until the user manually closes the popups.

Many Thanks,

Steve

Tags (3)
0 Kudos
1 Solution

Accepted Solutions
JakeSkinner
Esri Esteemed Contributor

Hi Steve,

Nick Cameron built a great Popup subclass that contains this functionality:

nickcam/PopupExtended · GitHub

View solution in original post

2 Replies
JakeSkinner
Esri Esteemed Contributor

Hi Steve,

Nick Cameron built a great Popup subclass that contains this functionality:

nickcam/PopupExtended · GitHub

Steveway1
New Contributor II

Fantastic, thank you!

0 Kudos