TinyMCE:API/tinymce.DOM

From Moxiecode Documentation Wiki

Jump to: navigation, search

tinymce.DOM

This is a global instance of the tinymce.dom.DOMUtils class for the document containing the TinyMCE editors.

Example

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