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
Is it possible to pass events when a hotspot or 'moreDetailsUrl' is clicked? In my case I'm trying to open Bootstrap modal. Thanks :)
More information: Data attributes for a button/link: data-bs-toggle="modal" data-bs-target="#myModal" JavaScript event: new bootstrap.Modal('#myModal');
The text was updated successfully, but these errors were encountered:
Is it possible to pass events when a hotspot or 'moreDetailsUrl' is clicked? In my case I'm trying to open Bootstrap modal. Thanks :)
More information:
Data attributes for a button/link: data-bs-toggle="modal" data-bs-target="#myModal"
JavaScript event: new bootstrap.Modal('#myModal');
The text was updated successfully, but these errors were encountered: