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.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.

How to add html inside element (Insert, remove) from delphi CEF4

Post Reply
User avatar
salvadordf
Posts: 4564
Joined: Thu Feb 02, 2017 12:24 pm
Location: Spain
Contact:

Re: How to add html inside element (Insert, remove) from delphi CEF4

Post by salvadordf »

The DOM functions available in CEF3 is limited. JavaScript is much more powerful in that regard.

The MiniBrowser demo has an example that adds some HTML using JavaScript :
https://github.com/salvadordf/CEF4Delph ... r.pas#L492
Post Reply