Documentació de Gambas (versió en desenvolupament)
Compilació i instaŀlació
Components
gb
gb.desktop
gb.form
gb.qt4
gb.web
Documents
How To's
Language Index
Language Overviews
Lèxic
Missatges d'Error

.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