DOM

public DOM : tinymce.dom.DOMUtils
Instance of DOMUtils for the current document.

Examples

// Example of how to add a class to some element by id
tinymce.DOM.addClass('someid', 'someclass');