how to add or embed CKEditor in php page

后端 未结 6 905
既然无缘
既然无缘 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:25

    If you have downloaded the latest Version 4.3.4 then just follow these steps.

    • Download the package, unzip and place in your web directory or root folder.
    • Provide the read write permissions to that folder (preferably Ubuntu machines )
    • Create view page test.php
    • Paste the below mentioned code it should work fine.

    Load the mentioned js file

    
    
    

提交回复
热议问题