From Moxiecode Documentation Wiki
Class: tinymce.Theme
Theme base class, this is a pseudo class that describes how a theme is to be created for TinyMCE. The methods below are all optional.
Constructor
- init
- Initialized the specified theme.
- getInfo
- Used to return themes meta data such as author, version etc.
- renderUI
- Render method for the UI with toolbars, containers etc.