Code Index | File Index

Namespaces

Classes


File Index

core/_bootstrap.js

Version: 3.0
API initialization code.

core/ajax.js

Version: 3.0
Defines the CKEDITOR.ajax object, which holds ajax methods for data loading.

core/ckeditor.js

Version: 3.0
Contains the third and last part of the CKEDITOR object definition.

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/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/element.js

Version: 3.0
Defines the CKEDITOR.dom.element class, which represents a DOM element.

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/editor.js

Version: 3.0
Defines the CKEDITOR.editor class, which represents an editor instance.

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.

core/tools.js

Version: 3.0
Defines the CKEDITOR.tools object, which constains utility functions.

core/xml.js

Version: 3.0
Defines the CKEDITOR.xml class, which represents a loaded XML document.

plugins/editingblock/plugin.js

Version: 3.0
The default editing block plugin, which holds the editing area and source view.

plugins/elementspath/plugin.js

Version: 3.0
The "elementspath" plugin.

../../_source/plugins/\htmldataprocessor\plugin.js

Version: 3.0

plugins/sample/plugin.js

Version: 3.0
Sample plugin.

plugins/sourcearea/plugin.js

Version: 3.0
The "sourcearea" plugin.

plugins/toolbar/plugin.js

Version: 3.0
The "toolbar" plugin.

plugins/wysiwygarea/plugin.js

Version: 3.0
The "wysiwygarea" plugin.

lang/en.js

Version: 3.0
Defines the CKEDITOR.lang object, for the English language.

Documentation generated by JsDoc Toolkit