how to add or embed CKEditor in php page

后端 未结 6 902
既然无缘
既然无缘 2020-12-08 23:42

how to add or embed CKEditor in php page, I downloaded and extracted the zip file into root of the directory and also called on my page



        
6条回答
  •  温柔的废话
    2020-12-09 00:19

    Alternately, it could also be done as:

    BasePath = 'ckeditor/';
        $CKeditor->editor('editor1');
    ?>
    

    Note that the last line is having 'editor1' as name, it could be changed as per your requirement.

提交回复
热议问题