Gambas Dokumentation
Application Repository
Code-Schnipsel
Compilation (Übersetzen) & Installation
Developer Documentation
Documents
Fehlermeldungen
How To's
Komponenten
gb.data
gb.form
gb.ncurses
gb.openssl
gb.pcre
Letzte Änderung
Lexikon
Registrieren
Sprachelemente alphabetisch
Übersicht der Sprachelemente
Wiki-Syntax
ar
ca
cs
de
en
eo
es
fa
fr
hu
id
it
ja
ko
mk
nl
pl
pt
pt_BR
ru
sq
tr
vi
zh
zh_TW
.WebView.Settings[…] = … (gb.qt4.webkit)
Dim
hWebView
As
WebView
Dim
aBoolean
As
Boolean
hWebView.Settings
[
Flag
As
Integer
]
=
aBoolean
Set a settings flag of the current
WebView
.
Flag
can be one of the following constants:
WebSettings.AutoLoadImages
WebSettings.DeveloperExtrasEnabled
WebSettings.JavaEnabled
WebSettings.JavascriptCanAccessClipboard
WebSettings.JavascriptCanOpenWindows
WebSettings.JavascriptEnabled
WebSettings.LinksIncludedInFocusChain
WebSettings.LocalStorageDatabaseEnabled
WebSettings.OfflineStorageDatabaseEnabled
WebSettings.OfflineWebApplicationCacheEnabled
WebSettings.PluginsEnabled
WebSettings.PrintElementBackgrounds
WebSettings.PrivateBrowsingEnabled
WebSettings.ZoomTextOnly