TinyMCE:API/tinymce.dom.DOMUtils/getClasses

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: getClasses

Summary

Returns a array of all single CSS classes in the document. A single CSS class is a simple rule like ".class" complex ones like "div td.class" will not be added to output.

Syntax

<Array> getClasses()

Returns

Array with class objects each object has a class field might be other fields in the future.

Personal tools