当前位置: 首页 > 文档资料 > tinyMCE 帮助文档 >

tinymce-html-Serializer

优质
小牛编辑
126浏览
2023-12-01

Examples

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

Methods

namesummarydefined 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
  • node (tinymce.html.Node) - Node instance to serialize.
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.