TinyMCE:API/tinymce.DOM
From Moxiecode Documentation Wiki
[edit]
tinymce.DOM
This is a global instance of the tinymce.dom.DOMUtils class for the document containing the TinyMCE editors.
[edit]
Example
// Example of how to add a class to some element by id
tinymce.DOM.addClass('someid', 'someclass');
