Source Area

This website contains links to software which is either no longer maintained or will be supported only until the end of 2019 (CKFinder 2). For the latest documentation about current CKSource projects, including software like CKEditor 4/CKEditor 5, CKFinder 3, Cloud Services, Letters, Accessibility Checker, please visit the new documentation website.

If you look for an information about very old versions of CKEditor, FCKeditor and CKFinder check also the CKEditor forum, which was closed in 2015. If not, please head to StackOverflow for support.

The default Source Area is a simple plain text field (textarea) to be used to edit the raw source code produced with the editor. It contains the exact same data which is outputted by the editor. Actually, if the user posts the form while in "source editing", the precise contents of the Source Area are posted, even if the current data is not syntactically correct (it assumes that those were the user intentions).

Features

There are some few additional features that are not usually found in textarea fields, but are available in the Source Area:

  • The TAB key produces real tab characters, instead of moving the caret to the next element on the page.
  • Text wrapping is configurable either by configuration file or at runtime (API, toolbar button or context menu).
  • There could be some API interaction with the source data, for managed Find/Replace for example.
This page was last edited on 27 May 2008, at 22:56.