Hello!
How get tooltips to appear over hyperlinks?
I tried the OnTooltip method, but it does not work.
Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
How get hyperlink?
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: How get hyperlink?
Hi,
According to this :
https://www.w3schools.com/jsref/prop_html_title.asp
It should be enough to add a 'title' attribute.
According to this :
https://www.w3schools.com/jsref/prop_html_title.asp
It should be enough to add a 'title' attribute.
Re: How get hyperlink?
I mean url when hovering with a mouse (at the bottom of the window).
- salvadordf
- Posts: 4564
- Joined: Thu Feb 02, 2017 12:24 pm
- Location: Spain
- Contact:
Re: How get hyperlink?
Hi,
Use the TChromium.OnStatusMessage event, put a TStatusBar in your form and change its text with the "value" parameter from the event.
The MiniBrowser demo shows this kind of text messages and it has all the code you need for this.
Use the TChromium.OnStatusMessage event, put a TStatusBar in your form and change its text with the "value" parameter from the event.
The MiniBrowser demo shows this kind of text messages and it has all the code you need for this.