WYSIWYG Editor
We developed a completely new WYSIWYG editor to meet our requirements. For the user it provides an easy way to edit content and for the developer it provides simple ways for extension.
The editor supports most of the standard editing features:
- Formatting: bold, italic, underline
- Headings
- Text alignment: left, center, right
- Lists
- Linking
- Image and file upload
- Embedding of HTML code snippets
The editor is implemented based on the contenteditable property which is part of the HTML5 specification. Initially this feature was introduced by Microsoft. Therefore this feature is available via Internet Explorer 5.5+, Firefox, Webkit based browsers (Google Chrome, Safari), Opera.