Gambas Documentation
Como se hace...
Compilación e instalación
Componentes
gb
gb.cairo
gb.chart
gb.complex
gb.compress
gb.crypt
gb.db
gb.db.form
gb.desktop
gb.form
gb.form.dialog
gb.gui
gb.image
gb.net
gb.net.curl
gb.net.pop3
gb.net.smtp
gb.opengl
gb.qt4
gb.qt4.ext
gb.settings
gb.xml
gb.xml.rpc
Controls pictures
Descripciones del Lenguaje
Developer Documentation
Documentacion y Recetas
Documentación del Entorno de Desarrollo
Fragmentos de código
Glosario
Índice del Lenguaje
LÉEME
Licencia del Wiki
Manual del Wiki
Mensajes de Error
Pendiente de traducción
Registrarse
Repositorio de Aplicaciones
Tutoriales
Últimos cambios
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