TinyMCE:API/tinymce.Editor/dom
From Moxiecode Documentation Wiki
[edit]
Property: dom
[edit]
Summary
This property is a instance of the tinymce.DOMUtils class.
[edit]
Examples
// Adds a class to all paragraphs within the editor
tinyMCE.activeEditor.dom.addClass(tinyMCE.activeEditor.dom.select('p'), 'someclass');
