Code Index | File Index

Namespaces

Classes


File Index

core\_bootstrap.js

API initialization code.

core\ajax.js

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

core\ckeditor.js

Contains the third and last part of the CKEDITOR object definition.

core\ckeditor_base.js

Contains the first and essential part of the CKEDITOR object definition.

core\ckeditor_basic.js

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\command.js


core\commanddefinition.js

Defines the "virtual" CKEDITOR.commandDefinition class, which contains the defintion of a command.

core\config.js

Defines the CKEDITOR.config object, which holds the default configuration settings.

core\dom.js

Defines the CKEDITOR.dom object, which contains DOM manipulation objects and function.

core\dom\document.js

Defines the CKEDITOR.dom.document class, which represents a DOM document.

core\dom\documentFragment.js


core\dom\domobject.js

Defines the CKEDITOR.editor class, which is the base for other classes representing DOM objects.

core\dom\domwalker.js


core\dom\element.js

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

core\dom\elementpath.js


core\dom\event.js

Defines the CKEDITOR.dom.event class, which represents the a native DOM event object.

core\dom\node.js

Defines the CKEDITOR.dom.node class, which is the base class for classes that represent DOM nodes.

core\dom\nodelist.js


core\dom\range.js


core\dom\text.js

Defines the CKEDITOR.dom.text class, which represents a DOM text node.

core\dom\window.js

Defines the CKEDITOR.dom.document class, which represents a DOM document.

core\dtd.js

Defines the CKEDITOR.dtd object, which holds the DTD mapping for XHTML 1.0 Transitional.

core\editor.js

Defines the CKEDITOR.editor class, which represents an editor instance.

core\editor_basic.js


core\env.js

Defines the CKEDITOR.env object, which constains environment and browser information.

core\event.js

Defines the CKEDITOR.event class, which serves as the base for classes and objects that require event handling features.

core\eventInfo.js

Defines the "virtual" CKEDITOR.eventInfo class, which contains the defintions of the event object passed to event listeners.

core\focusmanager.js

Defines the CKEDITOR.focusManager class, which is used to handle the focus on editor instances.

core\htmlparser.js


core\htmlparser\comment.js


core\htmlparser\element.js


core\htmlparser\fragment.js


core\htmlparser\text.js


core\imagecacher.js


core\lang.js


core\loader.js

Defines the CKEDITOR.loader objects, which is used to load core scripts and their dependencies from _source.

core\plugindefinition.js

Defines the "virtual" CKEDITOR.pluginDefinition class, which contains the defintion of a plugin.

core\plugins.js

Defines the CKEDITOR.plugins object, which is used to manage plugins registration and loading.

core\resourcemanager.js

Defines the CKEDITOR.resourceManager class, which is the base for resource managers, like plugins and themes.

core\scriptloader.js

Defines the CKEDITOR.scriptLoader object, used to load scripts asynchronously.

core\skins.js

Defines the CKEDITOR.skins object, which is used to manage skins loading.

core\test.js

Defines the CKEDITOR.test object, which contains functions used at our testing environment.

core\themes.js

Defines the CKEDITOR.themes object, which is used to manage themes registration and loading.

core\tools.js

Defines the CKEDITOR.tools object, which contains utility functions.

core\ui.js


core\xml.js

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

lang\en.js

Defines the CKEDITOR.lang object, for the English language.

plugins\basicstyles\plugin.js


plugins\button\plugin.js


plugins\dialog\dialogDefinition.js

Defines the "virtual" dialog, dialog content and dialog button definition classes.

plugins\dialog\plugin.js

The floating dialog plugin.

plugins\dialogui\plugin.js

The "dialogui" plugin.

plugins\editingblock\plugin.js

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

plugins\elementspath\plugin.js

The "elementspath" plugin.

plugins\horizontalrule\plugin.js


plugins\htmldataprocessor\plugin.js


plugins\htmlwriter\plugin.js


plugins\keystrokes\plugin.js


plugins\newpage\plugin.js


plugins\removeformat\plugin.js


plugins\selection\plugin.js


plugins\smiley\dialogs\smiley.js


plugins\smiley\plugin.js


plugins\sourcearea\plugin.js

The "sourcearea" plugin.

plugins\specialchar\dialogs\specialchar.js


plugins\specialchar\plugin.js


plugins\styles\plugin.js


plugins\tab\plugin.js


plugins\toolbar\plugin.js

The "toolbar" plugin.

plugins\wysiwygarea\plugin.js

The "wysiwygarea" plugin.

Copyright © 2003-2009, CKSource - Frederico Knabben. All rights reserved.