
| Dijit.Editor | |
| Developer: | Dojo Foundation |
| Operating System: | Cross-platform |
| Programming Language: | JavaScript |
| License: | BSD License and the Academic Free License |
| Website: | http://dojotoolkit.org |
Dijit Editor or Dijit.Editor is a Dojo Toolkit package which is a cross-platform JavaScript online rich-text editor that comes packaged with Dijit. With Dijit Editor you can transform an HTML Textarea element into a rich text editor instance by setting the dojoType attribute to dijit.Editor. In addition you can customize the buttons of the element with the plugins attribute.[1]
You can use skins such as tundra, soria, and others in order to change the look and feel of dijit.Editor along with all other Dojo elements that are used within the same page. Other online rich-text editor programs such as TinyMCE use independent skinning which can be a disadvantage in comparison to a unified approach.[2]