Dynamic content for infoWindow

585
2
Jump to solution
05-21-2013 10:44 AM
KyleDixon
Occasional Contributor
I have an infoWindow that displays attributes and a value that is retrieved from a function call. The user is able to make selections in a table that will alter the value from the function call, but the infoWindow only displays the original values.

How do I force it to update?
0 Kudos
1 Solution

Accepted Solutions
KyleDixon
Occasional Contributor
I figured it out. I had to put a setContent() in the mouseover event handler.

View solution in original post

0 Kudos
2 Replies
KyleDixon
Occasional Contributor
Anyone?

Would the deferred object do this? or is that just for delayed content?
0 Kudos
KyleDixon
Occasional Contributor
I figured it out. I had to put a setContent() in the mouseover event handler.
0 Kudos