What does WebView.RegisterHandler do and what is its partical applicatinos?

I am trying to get deep into wxpython…I am trying to draw a picture in my mind what WebView.RegisterHandler do? How I can use it? some simple examples will be excellent for me and others html/css/javascript fans

I have tried looking details and examples on the phoenix website but was unfortunate

Thanks
``

To understand the, admittedly brief description of what the registration
of a Custom Scheme handler will do for you, and why you might register
one, you need to read
http://wxpython.org/Phoenix/docs/html/html2.WebView.html#phoenix-title-virtual-file-systems-and-custom-schemes
&
http://wxpython.org/Phoenix/docs/html/html2.WebViewArchiveHandler.html#html2-webviewarchivehandler

But basically my understanding of it is, let us suppose you wished to be
able to display web pages from within a .tar.gz file or one that all the
information was fetched via SSH or modbus, (the first two examples being
realistic the last probably silly), then once you had derived the class
to implement the necessary methods and any optional methods that you
chose to support you would need to let the system know that your
class(es) is available and how to recognise when to use it/them - at
that point you would use RegisterHandler.

···

On 20/10/2015 22:42, jay dee wrote:

I am trying to get deep into wxpython...I am trying to draw a picture in
my mind what WebView.RegisterHandler do? How I can use it? some simple
examples will be excellent for me and others html/css/javascript fans
<http://wxpython.org/Phoenix/docs/html/html2.WebView.html#html2.WebView.RegisterHandler&gt;

I have tried looking details and examples on the phoenix website but was
unfortunate

Thanks
<http://wxpython.org/Phoenix/docs/html/html2.WebView.html#html2.WebView.RegisterHandler&gt;

--
You received this message because you are subscribed to the Google
Groups "wxPython-users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to wxpython-users+unsubscribe@googlegroups.com
<mailto:wxpython-users+unsubscribe@googlegroups.com>.
For more options, visit https://groups.google.com/d/optout.

--
Steve (Gadget) Barnes
Any opinions in this message are my personal opinions and do not reflect
those of my employer.