Login Register

Plugins

A dijit.Editor plugin adds more features to the Editor widget. It may correspond to one "verb", or command, or it may add other features, such as special enter key handling. The built-in verbs of dijit.Editor (see the list in , like copy/cut/paste and indent/outdent, are implemented inside the editor code. You can add your own by adding Dojo classes with some special properties.

Plugin Description
AlwaysShowToolbar Set to true to always display toolbar. No corresponding button.
EnterKeyHandling Make enter key handling consistent across browsers. The blockNodeForEnter property decides the behavior of Enter key. It can be either P, DIV, BR, or empty (which means disable this feature). Anything else will trigger errors. No corresponding button.
FontChoice Adds font drop down.
LinkDialog Provides a dialog for inserting URLs
TextColor Adds text color button

Inserting HTML Table

Hi,

I'm surprised that there is no HTML table that can be inserted and customized like in TiniMCE, FCK or google Docs.
Is there a well known plugin that will do it ?

http://www.edupassion.com

FontChoice is experimental

Due to a bug regarding focus in IE, FontChoice is not supported yet...