TIWCGJQTooltipOptions.SetBubblePopupInnerHtml(string,string,boolean) Method
The function sets permanently the “innerHtml” of all Bubble Popups associated to the elements in the set of matched elements; It takes an optional parameter to know if the new “innerHtml” must be saved permanently or not, by default is true. Note: before using this function, you must call the function .CreateBubblePopup()
public procedure SetBubblePopupInnerHtml(ASelector: string; AHTML: string; ASave: boolean = true);
Parameters
- ASelector
- Type: string
- AHTML
- Type: string
- ASave
- Type: boolean