Dijit Editor Explained

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]

Themes / Skins

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]

Notes and References

  1. http://dojotoolkit.org/book/dojo-book-0-9/part-2-dijit/advanced-editing-and-display/editor-rich-text
  2. http://archive.dojotoolkit.org/nightly/dojotoolkit/dijit/themes/themeTester.html