Important changes to Tiny Cloud pricing > Find out more

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.