HTMLViewerExtensions

I have been working on this for a little while now and had originally planned on it being a sub-class, but opted to go with a module instead so you would not have to change any super classes… The code has changed from being almost 100% JavaScript to being a mix of JavaScript and declares…

I would like to give a big thank you to Christian Schmitz for pointing me in the right direction for doing declares with the Windows WebKit HTMLViewer…
The macoslib guys for writing macoslib which helped me learn how to do declares for Mac OS X…
And lastly, I would like to thank God for the patience to learn how to do the Linux declares…

Anyways, this module contains a few extensions to the built-in HTMLViewer to allow for simple editing and some other features that I needed for my project… I would recommend getting Christian’s plugins for more features and better technical support and documentation…

Download from < http://shaosean.tk/xojo/HTMLViewerExtensions/ >

I hereby waive all copyright and related or neighboring rights together with all associated claims and causes of action with respect to this work to the extent possible under the law.

1 Like

Shao, this is outstanding. You are bringing long awaited HTMLViewer features to the community. Congratulations !

Thanks for sharing!

This forum needs a tip jar.

The kids just steal that when you’re not looking

Actually, there is a slightly newer version on my GitHub https://github.com/shaosean-tk/WebKitViewer

Also, I switched back to a subclass of the HTMLViewer to make it easier to do some of the features (contextual menus for example)… Right now, most of the features are limited to Mac OS X, but I will eventually get around to Linux and Windows…