Re: [Gambas-user] Question about WebView

2015-10-06 Thread Moviga Technologies
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() practical

[Gambas-user] Question about WebView

2015-10-06 Thread Matti
I'm playing with the WebView control, using it as an HTML editor. Works great so far. But I'm missing one thing: if there are anchor tabs ( ) in the document, usually the editors replace them with a little icon, so you can see that there is an anchor tab at this place. BlueGriffon for example