how to add or embed CKEditor in php page

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

    After reading the Quick Start Guide

    In your HTML page add an element that CKEditor should replace:

    
    

    Load the classic editor build (here CDN location is used):

    
    

    Call the ClassicEditor.create() method.

    
    

    Example

    
    
    
        
        CKEditor 5 - Classic editor
        
    
    
        

    Classic editor

    This example is for the specific classic editor. FOr other variants, only CDN will change.

提交回复
热议问题