Base class for Editor. Handles the business logic of Editor, no GUI involved only utility methods and events.
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