TinyMCE:API/tinymce.dom.DOMUtils/processHTML

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: processHTML

Summary

Processes the HTML by replacing strong, em, del in gecko since it doesn't support them properly in a RTE environment. It also converts any URLs in links and images and places a converted value into a separate attribute with the mce prefix like mce_src or mce_href.

Syntax

<String> processHTML(<String> h)

Parameters

h
HTML to process.

Returns

Processed HTML code.

Personal tools