Hi all,
I created an info widget and attached it to my feature layer in the xml configuration file. I would like to know the event's name and the type of the object responsible for displaying the info window when I click on a feature. In fact, I would like to dispatch the event by using the following code:
object.dispatchEvent(new MouseEvent(MouseEvent.NameOfTheEvent, true, false)).
Thank you.