wiln / flexlib

Automatically exported from code.google.com/p/flexlib
0 stars 0 forks source link

Point to Popup with ImageMap #151

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The ImageMap can make a request to a URLRequest. In my case I want to 
point to a popup (as a function). In de ImageMap options it is possible to 
point to a function with shapeClick="myPopup()". In this case al the 
area's point to this function. Is it possible to point different area's to 
different functions?

Original issue reported on code.google.com by stoeresj...@gmail.com on 11 Aug 2008 at 9:19

GoogleCodeExporter commented 9 years ago
The ImageMapEvent that gets dispatched includes a reference to the area that was
clicked. In the event handler you'd be responsible for doing something for one 
shape
versus another. 

Marking as invalid since this sin't a bug and the requested functionality is 
already
possible

Original comment by dmcc...@gmail.com on 8 Jan 2009 at 5:48