CKEditor in CodeIgniter

后端 未结 7 810
别那么骄傲
别那么骄傲 2020-12-29 14:56

I wanna load CKEditor in CodeIgniter,I search a lot,but can\'t understand their way.

I placed ckeditor in application/plugins folder and now I wanna

7条回答
  •  别那么骄傲
    2020-12-29 15:47

    You could otherwise do this:

    1. copy the CKEditor files to a folder in your source's root eg ckeditor
    2. Include the CKEditor files in your view file

       
              
      
    3. finally your textarea in your html document

       
                                         
      

    This works great for me. Enjoy!

提交回复
热议问题