[Gambas-user] Question about WebView

Moviga Technologies moviga at ...3488...
Tue Oct 6 20:55:22 CEST 2015


 

You need to manipulate the DOM when the WebView is in editing mode to
append an img-tag where it finds anchor-tags. Probably the easiest way
to do this is to use Jquery to append/replace anchor-tags. You can call
the Jquery functions in Gambas with WebView's .Eval() method. The
.Eval() practically takes anything you can put in the webconsole of your
favourite browser (in Firefox and Chrom{e,ium} you hit F12 to bring it
up). 

  



More information about the User mailing list