[Gambas-user] Some documentation for webview in 3.16 execjavascript ??
Benoît Minisini
g4mba5 at gmail.com
Wed Jun 23 23:09:32 CEST 2021
Le 23/06/2021 à 22:58, Martín a écrit :
> Hello,
>
> I'm trying to find documentation or a usage example about the webview
> control for gb.gui but I can't find anything.
>
> I have already searched in [1] but the page is blank.
>
> [1] https://gambaswiki.org/wiki/comp/gb.qt5.webview/webview/execjavascript
>
> Would it be possible that someone could give me some information about it?
>
> Also I use this
>
> WebView1.ExecJavascript("document.execCommand('foreColor', false, 'red');")
>
> But doesn't work
>
> Thanks.
>
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
This is the javascript execution of WebKit, you can find the
documentation in the Qt documentation or WebKitGtk documentation,
depending on which one you use.
But you won't find any information more than "execute javascript in the
context of the browser page".
Regards,
--
Benoît Minisini
More information about the User
mailing list