wiki:Components

Version 15 (modified by krst, 3 years ago) (diff)

--

Components

To better organize and to simplify the development, the CKeditor project has been broken in many components, which represent small and highly specialized pieces of it.
Theoretically each component has its own "life" and can live independently of others (or even completely replaced).
Our ticketing system has a field to explicitly specify the component involved in the ticket. Each component has one or more developers assigned to. Those developers are the responsible for maintaining that part of the code. All maintainers are invited to limit their activity in the code to their relative components, otherwise please contact the specific maintainer when working on their components. Components may be represented in the code by a single file, or a large group of files.

[TODO] : We are still defining this list. In Final Version, Specification detail of each component would be moved to http://docs.cksource.com/CKEditor_3.x/Developers_Guide

Components List

This is the lists of the main components and their relative maintainers.

Accessibility

Core

Core: Configuration

Controls the configurable ways to setup CKEditor.
(Specifications)

Core: Output Data

Provide ways to manipulate the input and output of data in the editor.
(Specifications)

Core: Lists

Provide controls for manipulate numbered and bullet lists

Core: Pasting

Controls how content is Copied/Pasted/dragged across editor.

Core: Styles

Includes the Style combo and the system which handles the styles in the editor.
(Specifications)

Core : Undo/Redo

Controlls how Undo/Redo buttons and context menu items work.

Core: XHTML Processor

Handles the transformation of the editor are DOM tree in pure XHTML for output.
(Specifications?)

Other components

General

All components that doesn't fit in the following list.

Servers

Server : ASP

The server side integration with ASP.

Server : ASP.Net

The server side integration with ASP.Net.

Server : ColdFusion

Server : Java

The server side integration with Java (Servlet and JSP). Subproject name: "FCKeditor.Java".
(Specifications)

Server : Perl

Server : PHP

The server side integration with PHP.

Server : Python

User Interface

UI : Context Menu

The interface elements that compose the context menu.

UI : Dialogs

All issues connected to dialog boxes and windows.

UI : Enter Key

The handling of the [Enter] key behavior, giving the same results for all browsers.

UI : Floating Panel

The CKPanel component, responsible for the floating panel used by the context menu, special combos, menu buttons, etc.

UI : Language

Issues containing translation problems and remarks

UI : Skins

Issue which is connected to problems and remarks to CKEditor skins

UI : Source View

Issues connected to source editor mode.

UI : Spell Checker

Issues connected to spell checking

UI : Toolbar

The interface elements that compose the context menu, including buttons and combos.
Specifications


© 2003 – 2012 CKSource – Frederico Knabben. All rights reserved. | Terms of use | Privacy policy