Rich Text Editor on Html5

Hi,

I’m building a simple WebApp report and I have to build a component that basically is a rich text editor.
Is there any chance to embed an WYSIWYG html component on top of my webapp?

Which could be the best way.

Thanks.

Try DOMSprite on HTML5 using -Ddom when building

Instead of using a single canvas, -Ddom enables DOM mode, where each object is its own element in the DOM.

You can use DOMSprite in the display list to add your own HTML elements, a DIV, a form, whatever you want :slight_smile: