Property | Defined By | ||
---|---|---|---|
params : * | WebViewEvent |
Method | Defined By | ||
---|---|---|---|
WebViewEvent(type:String, params:* = null, bubbles:Boolean = false, cancelable:Boolean = false) | WebViewEvent | ||
clone():Event [override] | WebViewEvent | ||
toString():String [override] | WebViewEvent |
Constant | Defined By | ||
---|---|---|---|
ON_CONSOLE_MESSAGE : String = WebView.OnConsoleMessage [static]
Placeholder only.
| WebViewEvent | ||
ON_DOWNLOAD_CANCEL : String = WebView.OnDownloadCancel [static]
Dispatched when download is cancelled
Windows + OSX only.
| WebViewEvent | ||
ON_DOWNLOAD_COMPLETE : String = WebView.OnDownloadComplete [static]
Dispatched when download is marked as complete
Windows + OSX only.
| WebViewEvent | ||
ON_DOWNLOAD_PROGRESS : String = WebView.OnDownloadProgress [static]
Dispatched when download progress changes
Windows + OSX only.
| WebViewEvent | ||
ON_FAIL : String = WebView.OnFail [static]
| WebViewEvent | ||
ON_PDF_PRINTED : String = WebView.OnPdfPrinted [static]
Dispatched when the pdf is saved after printToPdf() has been called. | WebViewEvent | ||
ON_POPUP_BLOCKED : String = WebView.OnPopupBlocked [static]
Dispatched when a pop is blocked (due to settings.popup.behaviour). | WebViewEvent | ||
ON_PROPERTY_CHANGE : String = WebView.OnPropertyChange [static]
Dispatched when one of the following is updated url, title, isLoading, canGoBack, canGoForward,
estimatedProgress, statusMessage. | WebViewEvent | ||
ON_URL_BLOCKED : String = WebView.OnUrlBlocked [static]
Dispatched when a url is blocked (due to settings.urlWhiteList). | WebViewEvent |
params | property |
public var params:*
WebViewEvent | () | Constructor |
public function WebViewEvent(type:String, params:* = null, bubbles:Boolean = false, cancelable:Boolean = false)
type:String | |
params:* (default = null )
| |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
|
clone | () | method |
override public function clone():Event
ReturnsEvent |
toString | () | method |
override public function toString():String
ReturnsString |
ON_CONSOLE_MESSAGE | Constant |
public static const ON_CONSOLE_MESSAGE:String = WebView.OnConsoleMessage
Placeholder only.
ON_DOWNLOAD_CANCEL | Constant |
public static const ON_DOWNLOAD_CANCEL:String = WebView.OnDownloadCancel
Dispatched when download is cancelled
Windows + OSX only.
ON_DOWNLOAD_COMPLETE | Constant |
public static const ON_DOWNLOAD_COMPLETE:String = WebView.OnDownloadComplete
Dispatched when download is marked as complete
Windows + OSX only.
ON_DOWNLOAD_PROGRESS | Constant |
public static const ON_DOWNLOAD_PROGRESS:String = WebView.OnDownloadProgress
Dispatched when download progress changes
Windows + OSX only.
ON_FAIL | Constant |
public static const ON_FAIL:String = WebView.OnFail
ON_PDF_PRINTED | Constant |
public static const ON_PDF_PRINTED:String = WebView.OnPdfPrinted
Dispatched when the pdf is saved after printToPdf() has been called.
ON_POPUP_BLOCKED | Constant |
public static const ON_POPUP_BLOCKED:String = WebView.OnPopupBlocked
Dispatched when a pop is blocked (due to settings.popup.behaviour).
ON_PROPERTY_CHANGE | Constant |
public static const ON_PROPERTY_CHANGE:String = WebView.OnPropertyChange
Dispatched when one of the following is updated url, title, isLoading, canGoBack, canGoForward, estimatedProgress, statusMessage. This returns an object with 2 properties: propertyName, tab
ON_URL_BLOCKED | Constant |
public static const ON_URL_BLOCKED:String = WebView.OnUrlBlocked
Dispatched when a url is blocked (due to settings.urlWhiteList).