(New page: == The Project == * About the Open Development Effort * Project Contributors * Development Methodology * Usage Cases -- examples on where the editor is supposed to be used * Rebranding * ...) |
(→The User Interface) |
||
(18 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | + | These pages summarize the ideas, concepts, motivations and specifications for the development of CKEditor 3.0 (code name V3). This is the repository into which converge the results of thoughts and discussions placed around our project. It's a place in tranformation, and you are invited to participate, making it move forward. | |
− | + | == The Project == | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | *[[FCKeditor 3.x/Design and Architecture/ODE|About the Open Development Effort]] | |
+ | *[[FCKeditor 3.x/Contributors|Project Contributors]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Development Methodology|Development Methodology]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Rebranding|Rebranding]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/License|License]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Funding|Funding and Sponsorship]] | ||
− | + | == Concepts and Macro Features == | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | = | + | *[[FCKeditor 3.x/Design and Architecture/Performance|(High) Performance]]<br> |
+ | *[[FCKeditor 3.x/Design and Architecture/Browsers Compatibility|Browsers Compatibility]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Accessibility|Accessibility]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Usability|Usability]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Standards|Standards]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Semantics|Semantics]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Globalization|Globalization]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Plugin Based|Plugin Based]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Event Driven|Event Driven]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/DOM Abstraction|DOM Abstraction]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Memory Leak|Memory Leak Free]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Semantics and Formatting|Semantics and Formatting = Styles]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Documentation|Documentation]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Loading and Startup|Loading and Startup]] | ||
− | + | == Coding == | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | *[[FCKeditor 3.x/Design and Architecture/Namespaces|Namespacing]] | |
+ | *[[FCKeditor 3.x/Design and Architecture/Coding Style|Coding Style]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Coding Patterns|Coding Patterns]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Native Objects|Native Objects : Untouchable]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Testing|Testing]] | ||
− | + | == The User Interface == | |
− | |||
− | |||
− | |||
− | |||
− | + | *[[FCKeditor 3.x/Design and Architecture/Basic Structure|Basic Structure]] | |
+ | *[[FCKeditor 3.x/Design and Architecture/Editing Area|Editing Area]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Source Area|Source Area]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Toolbar|Toolbar]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Context Menu|Context Menu]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Elements Path|Elements Path]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Resize Handle|Resize Handle]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/Dialog System|Dialogs]] | ||
+ | *[[FCKeditor 3.x/Design and Architecture/ARIA Described|ARIA Described]] | ||
− | + | == Editing Features == | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | *Undo and Redo | |
+ | *Cut, Copy and Paste | ||
+ | *Bold, Italic and Underline | ||
+ | *Lists | ||
+ | *Links | ||
+ | *Images | ||
+ | *Block Formatting | ||
+ | *Styles | ||
+ | *... | ||
− | + | == Other Features == | |
− | |||
− | |||
− | + | *File Browser | |
+ | *Spell Checker | ||
+ | *Debugging -- internal debugger (like FCKDebug) | ||
− | + | == Output == | |
− | |||
− | |||
− | + | *Default XHTML | |
+ | *HTML | ||
+ | *Other Formats -- non HTML | ||
− | + | == Customization == | |
− | |||
− | |||
− | + | *Configuration | |
+ | *Skins | ||
+ | *Plugins | ||
− | + | == Integration == | |
− | |||
− | |||
− | |||
− | |||
− | + | *JavaScript API | |
+ | *Ajax | ||
+ | *[[FCKeditor 3.x/Design and Architecture/SSI|Server Side Languages and Platforms]] | ||
+ | *JavaScript Libraries and Frameworks | ||
+ | *Targeted Integration Efforts | ||
− | * Installation | + | == Distribution == |
− | * Compression and Minification | + | |
− | * Customized Distributions | + | *[[FCKeditor 3.x/Design and Architecture/CKReleaser|Release Building (CKReleaser)]] |
− | * Assets Server / CDN | + | *Installation |
− | * Proxies, Caches and Updates | + | *Compression and Minification |
− | * Domain Relaxing | + | *Customized Distributions |
− | * HTTPS | + | *Assets Server / CDN |
+ | *Proxies, Caches and Updates | ||
+ | *Domain Relaxing | ||
+ | *HTTPS |
Latest revision as of 14:06, 17 February 2010
These pages summarize the ideas, concepts, motivations and specifications for the development of CKEditor 3.0 (code name V3). This is the repository into which converge the results of thoughts and discussions placed around our project. It's a place in tranformation, and you are invited to participate, making it move forward.
Contents
The Project
- About the Open Development Effort
- Project Contributors
- Development Methodology
- Rebranding
- License
- Funding and Sponsorship
Concepts and Macro Features
- (High) Performance
- Browsers Compatibility
- Accessibility
- Usability
- Standards
- Semantics
- Globalization
- Plugin Based
- Event Driven
- DOM Abstraction
- Memory Leak Free
- Semantics and Formatting = Styles
- Documentation
- Loading and Startup
Coding
The User Interface
- Basic Structure
- Editing Area
- Source Area
- Toolbar
- Context Menu
- Elements Path
- Resize Handle
- Dialogs
- ARIA Described
Editing Features
- Undo and Redo
- Cut, Copy and Paste
- Bold, Italic and Underline
- Lists
- Links
- Images
- Block Formatting
- Styles
- ...
Other Features
- File Browser
- Spell Checker
- Debugging -- internal debugger (like FCKDebug)
Output
- Default XHTML
- HTML
- Other Formats -- non HTML
Customization
- Configuration
- Skins
- Plugins
Integration
- JavaScript API
- Ajax
- Server Side Languages and Platforms
- JavaScript Libraries and Frameworks
- Targeted Integration Efforts
Distribution
- Release Building (CKReleaser)
- Installation
- Compression and Minification
- Customized Distributions
- Assets Server / CDN
- Proxies, Caches and Updates
- Domain Relaxing
- HTTPS