Select to view content in your preferred language

InfoPopupWidget turn off hover over..

837
3
02-04-2011 05:08 AM
CharlesDawley
Regular Contributor
Is there a way to turn off the popup on hover over? Make it so a user must click on points to show popups..

Thanks!
Tags (2)
0 Kudos
3 Replies
CharlesDawley
Regular Contributor
I am using a georss layer. I have tried removing all the "geoRSSFeedMouseOver" events but an still getting popups..
0 Kudos
RobertScheitlin__GISP
MVP Emeritus
Charles,

   If you are talking about when you mouse over the graphic then you need to comment out this line of the widget:

graphic.addEventListener(MouseEvent.ROLL_OVER, mouseOverGraphic);
0 Kudos
CharlesDawley
Regular Contributor
Thanks!

Im looking to somehow change the mouseover event to an onclick.
0 Kudos