You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using your library to display some information via Feature popup overlay.
I would like to be able to set a function to trigger a call-to-action upon clicking on the value of an attribute inside the Feature popup overlay.
May I know how would this be handled?
I tried using direct handling by setting the value as a string like so: <a href="http://google.com" target="_blank">${value}</a>
But it seems like the popup overlay does not accept direct html modifications to the value.
Is there any workaround for this?
Thank you.
The text was updated successfully, but these errors were encountered:
liyunooi
changed the title
Adding trigger functions in Popup overlay
Adding trigger functions in Feature Popup overlay
Jun 3, 2024
Hi,
I am using your library to display some information via Feature popup overlay.
I would like to be able to set a function to trigger a call-to-action upon clicking on the value of an attribute inside the Feature popup overlay.
May I know how would this be handled?
I tried using direct handling by setting the value as a string like so:
<a href="http://google.com" target="_blank">${value}</a>
But it seems like the popup overlay does not accept direct html modifications to the value.
Is there any workaround for this?
Thank you.
The text was updated successfully, but these errors were encountered: