dijit.editor.plugins

Project owner:Bill Keese
since:V1.0

Dijit.Editor.plugins component is a holding place for additional features for dijit.Editor that load via dijit.Editor plugin infrastructure. These plugins are generally well tested and are known to work well across browsers. Limitation of specific plugins are addressed in their own documentation.

Introduction

There are currently a small set of nice features that can be plugged into dijit.Editor that are contained within this package. Please refer to the following list for additional details:

  • dijit._editor.plugins.ToggleDirEXPERIMENTAL

    A plugin that lets you toggle Right-To-Left and Left-To-Right views of the editor content.

  • dijit._editor.plugins.LinkDialogSTABLE

    A plugin that enables a hyperlinks and image insert support for dijit.Editor. This provides the two commands ‘createlink’ and ‘insertImage’ as registrable toolbar plugins in the editor.

  • dijit._editor.plugins.FontChoiceSTABLE

    A plugin that enables a ‘Font choice’ editor for dijit.Editor. This provides the commands ‘fontName’, ‘fontSize’, and ‘formatBlock’ editor commands to alter font, size, and other formatting options of selected text.

  • dijit._editor.plugins.TextColorSTABLE

    A plugin that enables a ‘Font color’ editor for dijit.Editor. This provides the commands ‘foreColor’ and ‘hiliteColor’, editor commands to alter font color and font background color of selected text.

  • dijit._editor.plugins.FullScreenSTABLE

    A plugin that enables a ‘FullScreen’ option for dijit.Editor. This provides a button plus hotkey command for putting the editor in ‘Full Screen’ mode, where it will fill the entire viewport of the window containing it.

    This plugin is new to the Dojo Toolkit 1.4.

  • dijit._editor.plugins.ViewSourceSTABLE

    A plugin that enables a ‘ViewSource’ mode for dijit.Editor. This provides a button plus hotkey command for putting the editor in ‘Source’ mode, where the content HTML can be directly edited.

    This plugin is new to the Dojo Toolkit 1.4.

  • dijit._editor.plugins.PrintSTABLE

    A simple plugin that enables a ‘Print’ command for dijit.Editor. This provides a button for printing the contents of the editor.

    This plugin is new to the Dojo Toolkit 1.4.

  • dijit._editor.plugins.NewPageSTABLE

    A simple plugin that enables a ‘New Page’ command for dijit.Editor. This provides a button for resetting the contents of the editor to some default value.

    This plugin is new to the Dojo Toolkit 1.4.

Error in the documentation? Can’t find what you are looking for? Let us know!