A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
linkBlocked — Event, interface com.distriqt.extension.nativewebview.WebView |
| |
LINK_BLOCKED — Constant Static Property, class com.distriqt.extension.nativewebview.events.NativeWebViewEvent |
|
Dispatched when a target _blank link was clicked and the webview has a linkTargetAction set to block. |
linkTargetAction — Property, class com.distriqt.extension.nativewebview.WebViewOptions |
|
Defines the action to use when handling target="_blank" links. |
LinkTargetAction — class, package com.distriqt.extension.nativewebview |
|
Defines the available options to handle targets for links
|
LOAD_CACHE_ELSE_NETWORK — Constant Static Property, class com.distriqt.extension.nativewebview.CachePolicy |
|
Use the cache (no matter how out of date), or if no cached response exists, load from the network
|
LOAD_CACHE_ONLY — Constant Static Property, class com.distriqt.extension.nativewebview.CachePolicy |
|
Offline mode: use the cache (no matter how out of date), but don't load from the network
|
LOAD_DEFAULT — Constant Static Property, class com.distriqt.extension.nativewebview.CachePolicy |
|
The default will obey cache policy provided by the loaded pages
|
LOADED — Constant Static Property, class com.distriqt.extension.nativewebview.events.BrowserViewEvent |
|
Dispatched when the browser view has loaded the URL
|
LOAD_NO_CACHE — Constant Static Property, class com.distriqt.extension.nativewebview.CachePolicy |
|
Don't use the cache
|
loadString(text:String, mimeType:String, baseUrl:String) — method, interface com.distriqt.extension.nativewebview.WebView |
|
Loads and displays the specified HTML string. |
loadURL(url:String, additionalHeaders:Vector$com.distriqt.extension.nativewebview:Header) — method, interface com.distriqt.extension.nativewebview.WebView |
|
Loads the page at the specified URL. |
location — Property, interface com.distriqt.extension.nativewebview.WebView |
|
The URL of the current location
|
locationChange — Event, interface com.distriqt.extension.nativewebview.WebView |
| |
LOCATION_CHANGE — Constant Static Property, class com.distriqt.extension.nativewebview.events.NativeWebViewEvent |
|
Signals that the location property of the WebView object has changed. |
locationChanging — Event, interface com.distriqt.extension.nativewebview.WebView |
| |
LOCATION_CHANGING — Constant Static Property, class com.distriqt.extension.nativewebview.events.NativeWebViewEvent |
|
Signals that the location property of the WebView object is about to change. |
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |