[Announcement] HTML Edit Web Update 1.2

Hello everyone! What a Tuesday!
The new Xojo Talk podcast is out, in which I stumble over letters! I have an update for HTML Edit for Web though!

Multi-Instance
Previously HTML Edit for Web was limited to a single instance due to the way Quill was started. I have made a lot of internal changes to fix my initial oversight. There can now be any number of HTML Edit instances on a Web app :smiley:

That’s pretty much it. Short post, huge fix.

Full Changes

  • Restructured HTML Edit for Web to allow for multiple instances.
  • Fixed CSS namespace conflict with Xojo Toolbars

Try It Out!
Give the demo a try! It’s fully functional in debug mode. To build or deploy, purchase a license for as low as $19

The Bundle
While this update is for the Web edition, the Desktop edition source code is available in Omegabundle
Check it out, it includes HTML Edit and 15 other incredible products!

About HTML Edit
HTML Edit is a drop in control that helps desktop developers get and set HTML for WYSIWYG Rich Text editing. This Xojo wrapper / translator harnesses the power of Quill. You can slam complex markup at the control and it will render quickly, and display just as the markup would in a browser. To make things easy it mimics much of the functionality of a TextArea, so you already know how to use it. HTML Edit lets you use native Xojo code to control the Quill editor, so youÂ’re working with strings, booleans, and colors - instead of sorting out JavaScript errors.

Product Page: http://htmledit.timi.me/
Download Demo: http://htmledit.timi.me/demo/web
Docs: http://htmledit.timi.me/docs.html