File Index
core/ajax.js
Version:
3.0
Defines the CKEDITOR.ajax object, which holds ajax methods for
data loading.
core/ckeditor_base.js
Version:
3.0
Contains the first and essential part of the CKEDITOR
object definition.
core/ckeditor_basic.js
Version:
3.0
Contains the second part of the CKEDITOR object
definition, which defines the basic editor features to be available in
the root ckeditor_basic.js file.
core/commandDefinition.js
Version:
3.0
Defines the "virtual" CKEDITOR.commandDefinition class,
which contains the defintion of a command.
core/config.js
Version:
3.0
Defines the CKEDITOR.config object, which holds the
default configuration settings.
core/dom.js
Version:
3.0
Defines the CKEDITOR.dom object, which contains DOM
manipulation objects and function.
core/dom/document.js
Version:
3.0
Defines the CKEDITOR.dom.document class, which
represents a DOM document.
core/dom/domobject.js
Version:
3.0
Defines the CKEDITOR.editor class, which is the base
for other classes representing DOM objects.
core/dom/element.js
Version:
3.0
Defines the CKEDITOR.dom.element class, which
represents a DOM element.
core/dom/event.js
Version:
3.0
Defines the CKEDITOR.dom.event class, which
represents the a native DOM event object.
core/dom/node.js
Version:
3.0
Defines the CKEDITOR.dom.node class, which is the base
class for classes that represent DOM nodes.
core/dom/text.js
Version:
3.0
Defines the CKEDITOR.dom.text class, which represents
a DOM text node.
core/dom/window.js
Version:
3.0
Defines the CKEDITOR.dom.document class, which
represents a DOM document.
core/env.js
Version:
3.0
Defines the CKEDITOR.env object, which constains
environment and browser information.
core/event.js
Version:
3.0
Defines the CKEDITOR.event class, which serves as the
base for classes and objects that require event handling features.
core/eventInfo.js
Version:
3.0
Defines the "virtual" CKEDITOR.eventInfo class, which
contains the defintions of the event object passed to event listeners.
core/loader.js
Version:
3.0
Defines the CKEDITOR.loader objects, which is used to
load core scripts and their dependencies from _source.
core/pluginDefinition.js
Version:
3.0
Defines the "virtual" CKEDITOR.pluginDefinition class, which
contains the defintion of a plugin.
core/plugins.js
Version:
3.0
Defines the CKEDITOR.plugins object, which is used to
manage plugins registration and loading.
core/resourcemanager.js
Version:
3.0
Defines the CKEDITOR.resourceManager class, which is
the base for resource managers, like plugins and themes.
core/scriptloader.js
Version:
3.0
Defines the CKEDITOR.scriptLoader object, used to load scripts
asynchronously.
core/skins.js
Version:
3.0
Defines the CKEDITOR.skins object, which is used to
manage skins loading.
core/test.js
Version:
3.0
Defines the CKEDITOR.test object, which contains
functions used at our testing environment.
core/themes.js
Version:
3.0
Defines the CKEDITOR.themes object, which is used to
manage themes registration and loading.
plugins/editingblock/plugin.js
Version:
3.0
The default editing block plugin, which holds the editing area
and source view.