Important changes to Tiny Cloud pricing > Find out more

NOTE: TinyMCE 5 reached End of Support in April 2023. No more bug fixes, security updates, or new features will be introduced to TinyMCE 5. We recommend you upgrade to TinyMCE 6 or consider TinyMCE 5 Long Term Support (LTS) if you need more time.

tinymce.html

APIs for working with HTML within the editor.

DomParser

This class parses HTML code into a DOM like structure of nodes it will remove...

Entities

Entity encoder class.

Node

This class is a minimalistic implementation of a DOM like node used by the DomParser class.

SaxParser

This class parses HTML code using pure JavaScript and executes various events for each item...

Schema

Schema validator class.

Serializer

This class is used to serialize down the DOM tree into a string using a Writer instance.

Styles

This class is used to parse CSS styles it also compresses styles to reduce the output size.

Writer

This class is used to write HTML tags out it can be used with the Serializer or the SaxParser.

Can't find what you're looking for? Let us know.

Except as otherwise noted, the content of this page is licensed under the Creative Commons BY-NC-SA 3.0 License, and code samples are licensed under the Apache 2.0 License.