TinyMCE:API/tinymce.Editor/dom

From Moxiecode Documentation Wiki

Jump to: navigation, search

Property: dom

Summary

This property is a instance of the tinymce.DOMUtils class.

Examples

// Adds a class to all paragraphs within the editor
tinyMCE.activeEditor.dom.addClass(tinyMCE.activeEditor.dom.select('p'), 'someclass');
Personal tools