Summary of the advantages and disadvantages of several html editors

小云云
Release: 2017-11-15 10:02:05
Original
3301 people have browsed it

Whether we are doing front-end development or back-end development, we will use editors, and then various editors will appear. There are also many html editors, so what kind of html editor Which device is best to use? What are their advantages and disadvantages? In this article, we mainly talk about the advantages and disadvantages of several mainstream HTML editors.

1. FckEditor:

Advantages: Open source and free, complete secondary development interface and documentation, supports multiple languages, supports many platforms, supports XHTML, powerful functions, And the functions can be customized and support multiple browsers. You can add and edit Form form elements (such as buttons, input boxes, etc.), which is the best choice for developing custom forms. After configuration, the server can directly obtain the data input by the front-end user.

Disadvantages: relatively bulky and slow to load. And there are many functions that are not commonly used, and there are slightly more bugs. It is no longer officially maintained and may not be compatible with future browser upgrades.

2. KindEditor:

Advantages: Open source and free. Compatible with multiple browsers, written in JS, it can be seamlessly integrated with JAVA, .NET, PHP, and ASP programs. It is lightweight, has fast loading speed, and has complete documentation.

Disadvantages: Table cells are not supported Merger and split. It is more troublesome to obtain the foreground data in the background, unlike FCKEditor, which can be obtained directly after configuration.

3. And perfectly achieve the best browser compatibility. Easy to use: add a class attribute to instantly turn the textarea into a feature-rich visual editor. Built-in AJAX upload: pursue a powerful user upload experience. Word automatic cleaning: realizes automatic detection and cleaning of Word code, provides an efficient and perfect Word code filtering solution, and generates code that is optimized and streamlined without losing any details.

Disadvantages: Developed with jquery, its development is limited, and configuration is also somewhat troublesome.

4. EWebEditor:

Advantages: Powerful in total. Easy to use, developers only need one line of code to complete the call. It is purely static, which greatly improves development efficiency and is best integrated into products. Multiple styles support. Automatic submission: No need to add scripts to the submit button for processing. Automatically obtain remote files: automatically transfer pictures and other files on other people's servers to your own server. Relative or absolute path: completely get rid of the path problems caused by site or system or directory migration. Multiple editing modes: HTML code mode, visual design mode, plain text mode, preview mode.

Disadvantages: There is a fee to use, it is bulky and slow to load.

5. Innova Studio WYSIWYG.Editor:

Advantages: fast loading, integration of all HTML tags, full-screen editing mode, unique embedded WEB editing,

Disadvantages: Official fee, using DHTML, Javascript construction also has many shortcomings. Since the code is placed on the remote server, some controls are not downloaded to the client in advance, which makes some operations slower. Those that add ActiveX controls are more slow. In addition, CSS cannot be called directly on the web page, so there is still a gap between the actual effect of the interface and size in the operation box. It is not compatible with various browsers yet. And some of them also need to run under a higher version of IE.

6. TinyMCE:

Advantages: The interface is quite fresh, suitable for elegant use, the loading speed is very fast, and it supports multiple browsers. Although the function is not strong enough, But it can meet the needs of some users. The configuration is flexible and simple, and supports ajax.

Disadvantages: Still not powerful enough.

Through the above comparison, we know all the advantages and disadvantages of these editors themselves, so you can choose your favorite editor based on the above introduction.

Related recommendations:

How to use the HTML editor? Summarize the usage of HTML editor examples

HTML editor--Introduction to the use of Notepad

Detailed explanation of the use of HTML editor FCKeditor

5 recommended HTML editors suitable for PHP, 5 phphtml editors_PHP tutorial

Six useful html5 editors

The above is the detailed content of Summary of the advantages and disadvantages of several html editors. For more information, please follow other related articles on the PHP Chinese website!

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template