107
Views
1
Comments
[Balloon Widget] How to trigger the BalloonWidget manually?
Question
balloonwidget-oml
Reactive icon
Forge asset by Ramesh Sirvi

Hi,

In the BalloonWidget there is an option for the Trigger property to be set up as "Manual". 

How can you trigger this widget manually? 

I am assuming that this will require JavaScript, but I am having a hard time figuring out the code.

Thanks, 

2018-10-25 14-51-08
pmmv999

Hi,

Don't know if you already find the solution, but the instance of the Balloon/Tippy is saved on the Target/WidgetId element so you can access it via _tippy

Example:
document.getElementsByClassName("table-row")[0]._tippy.show()

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.