Hello,
I've downloaded CKEditor 3.6.3 and in the ckeditor.php file in editors root are folowing lines:
Create CKEditor class instance and use one of available methods to insert CKEditor. <?php $CKEditor = new CKEditor(); echo $CKEditor->textarea("field1", "<p>Initial value.</p>"); ?>
Whole code of ckeditor.php
My attempt to do this resulted in this error:
Call to undefined method CKEditor::textarea() in blah blah blah
(note that the error reports missing method, not class so i HAVE included the appropriate file before calling)
So whats wrong? I want to output ckeditor via PHP not assign it to textarea after page is loaded for performance reasons.
having the same problem.
having the same problem.
Can you download the latest
Can you download the latest CKEditor 3.x package (CKEditor 3.6.6) and see if you can still reproduce the problem?
Documentation Manager, CKSource
See CKEditor 5 docs, CKEditor 4 docs, CKEditor 3 docs, CKFinder 3 docs, CKFinder 2 docs for help.
Visit the new CKEditor SDK for samples showcasing editor features to try out and download!