Module: editor
Base class for Editor. Handles the business logic of Editor, no GUI involved only utility methods and events.
This module contains the following classes:
Submodules:
createlink-base
- Base class for Editor. Handles the business logic of Editor, no GUI involved only utility methods and events.
editor-base
- Base class for Editor. Handles the business logic of Editor, no GUI involved only utility methods and events.
editor-bidi
- Plugin for Editor to support BiDirectional (bidi) text operations.
editor-para
- Plugin for Editor to paragraph auto wrapping and correction.
editor-tab
- Handles tab and shift-tab indent/outdent support.
exec-command
- Plugin for the frame module to handle execCommands for Editor
frame
- Creates a wrapper around an iframe. It loads the content either from a local
file or from script and creates a local YUI instance bound to that new window and document.
editor-lists
- Handles list manipulation inside the Editor. Adds keyboard manipulation and execCommand support. Adds overrides for the insertorderedlist and insertunorderedlist execCommands.
selection
- Wraps some common Selection/Range functionality into a simple object