CKeditor rich text editor integrated into Python's Flask framework

高洛峰
Release: 2017-03-03 13:39:15
Original
1838 people have browsed it

CKeditor is one of the best visible and available web page editors, written in JavaScript. It has the characteristics of powerful functions, easy configuration, cross-browser, support for multiple programming languages, and open source. It is very popular, and it is easy to find relevant technical documents on the Internet. Many domestic WEB projects and large websites use CKeditor.

Download CKeditor
Visit the CKeditor official website, enter the download page, select Standard Package (generally the functions are sufficient), and then click the Download CKEditor button to download the ZIP format installation files. If you want to try more features, you can choose to download the Full Package.

After downloading CKeditor, unzip it to the static/ckeditor directory of the Flask project.

Using CKeditor in Flask project
To use CKeditor in Flask project, you only need to perform two steps:

Introduce CKeditor in the

Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!