CKEditor Sample

Output


basePath = '/ckeditor/' // If not set, CKEditor will try to detect the correct path. $CKEditor->basePath = '../../'; // Replace textarea with id (or name) "editor1". $CKEditor->replace("editor1"); ?>