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.Serializer

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

Examples

new tinymce.html.Serializer().serialize(new tinymce.html.DomParser().parse('<p>text</p>'));

Methods

name summary defined by
serialize() Serializes the specified node into a string. tinymce.html.Serializer

Methods

serialize

serialize(node:tinymce.html.Node):String

Serializes the specified node into a string.

Examples
new tinymce.html.Serializer().serialize(new tinymce.html.DomParser().parse('<p>text</p>'));
Parameters
Return value
  • String - String with HTML based on DOM tree.

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.