dom

public dom : tinymce.dom.DOMUtils
DOM instance for the editor.

Examples

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