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 trying to update the content of a toolTip using setContent method. but somehow it creates new instance of toolTip and keep the previous toolTips along with its contents.
Any help would be appreciated
Thanks
Here is the code
var myOpentip = new Opentip($(toolTipHolder), { cache: false, fixed: true });
myOpentip.setContent(v.helpText);
here is the screenshot of toolTip
The text was updated successfully, but these errors were encountered:
I am trying to update the content of a toolTip using setContent method. but somehow it creates new instance of toolTip and keep the previous toolTips along with its contents.
Any help would be appreciated
Thanks
Here is the code
var myOpentip = new Opentip($(toolTipHolder), { cache: false, fixed: true });
myOpentip.setContent(v.helpText);
here is the screenshot of toolTip
The text was updated successfully, but these errors were encountered: