Документация по Gambas 2
Development Environment Documentation
Documents
Language Index
Language Overviews
Lexicon
Компиляция & Установка
ПРОЧТИ
Последние изменения
Регистрация
Что переводить

.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