The base class for handling custom schemes in wx.html2.WebView, for example to allow virtual file system support.
Added in version 2.9.3.
See also
wx.html2.WebViewArchiveHandler, wx.html2.WebViewFSHandler
Constructor. |
|
Sets a custom security URL. |
See |
|
See |
Possible constructors:
WebViewHandler(scheme : str) -> None
The base class for handling custom schemes in WebView, for example to allow virtual file system support.
Constructor.
Takes the name of the scheme that will be handled by this class for example file
or zip
.
scheme (string)
None
uri (string)
FSFile
A pointer to the file represented by uri
.
str
The name of the scheme, as passed to the constructor.
str
The custom security URL. Only used by WebViewIE .
Added in version 4.1/wxWidgets-3.1.5.
Sets a custom security URL.
Only used by WebViewIE .
url (string)
None
Added in version 4.1/wxWidgets-3.1.5.
See GetSecurityURL
and SetSecurityURL