TinyMCE:API/tinymce.dom.DOMUtils/processHTML
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: processHTML
[edit]
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.
[edit]
Syntax
<String> processHTML(<String> h)
[edit]
Parameters
- h
- HTML to process.
[edit]
Returns
Processed HTML code.
