TinyMCE:API/tinymce.dom.DOMUtils/getClasses
From Moxiecode Documentation Wiki
Contents |
[edit]
Method: getClasses
[edit]
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.
[edit]
Syntax
<Array> getClasses()
[edit]
Returns
Array with class objects each object has a class field might be other fields in the future.
