Online demo address
http://www.mlmzj.com/mlmzj/demo/qingeditor/
QingEditor is a set of open source lightweight online HTML editors. It is mainly used to allow users to obtain WYSIWYG editing effects on websites. Developers can use QingEditor to replace the traditional multi-line text input box (textarea) with a visual one. Rich text input box. QingEditor is written in JavaScript and can be seamlessly integrated with Java, .NET, PHP, ASP and other programs. It is more suitable for use in Internet applications such as CMS, shopping malls, forums, blogs, Wikis, and emails.
I am also a website enthusiast and often look for useful online editors online. But the ones I found were either incompatible or too big and ran too laggy. So after a comprehensive analysis, I opened the simplest online editor, which is enough for some simple text editing. The most important thing is that it is light, compared to a program like Baidu Editor that can easily take dozens of megabytes. Finally, I hope you all like it
1. Download QingEditor.
1. Official website download: http://www.mlmzj.com/mlmzj/demo/qingeditor/qingeditor.rar
2. Webmaster Home Download: http://www.mlmzj.com/mlmzj/demo/qingeditor/qingeditor.rar
2. Add code to the web page file.
1. Add id="Qing_input" to the control where you need to add an editor, such as the textarea control (note that it is case-sensitive).
2. Add the following code below the editor control and modify the path yourself.
3. In the last step, add editor.post() to the form to be submitted; otherwise, the data from the editor will not be received. Remember this.
4. A standard Xiaoqing editor basic document. The paths of qing-style.css and qing-editor-all.js need to be set by yourself.