i want to close tooltip if i click on icon that founded in tooltip contentif i use close tooltip action inside icon on click action Onclick not working if i click on icon
Hi @Abduerhman Salama, please look at the OML I am adding and see if it helps.What I did here was create an OnInitialized event for the tooltip (and switch the trigger to onClick), then add JS to call a function that toggles the tooltip open and close based on a local variable.
ThanksGitansh Anand
Hi :)
you need to add TooltipClose reference in your project...
and call this action on Onclick icon event, or enclose icon in a link that calls TooltipClose
not working
when I click on icon nothing done
Hi @Abduerhman Salama
Give a name to your Tooltip then it'll act as a runtime id for this widget.
After in your close button click use ToolTipClose action and pass your tooltip name as widget id, like below image.
I hope it'll help you,
ThanksDeep
Can you use button instead of icon once.