5 Recommended HTML editor for PHP, 5 phphtml Editor
Overview
In web development, many places will use the HTML editor (Rich Text editor), I also used several, such as Ueditor, CKEditor and so on. These days to read a few articles
Two years ago, basically all forums and blogsProgramBoth use the UBB editor, but the shortcomings of the UBB editor are obvious. You cannot immediately see the logs you have written. It is not so easy to adjust, in addition, the UBB parser of various programs has different functions. However, the benefits of UBB are also obvious. The program has a strong control over the content and is easy to develop.
In
Author: Tony Qu
Recently in the resolution of data paste has made a lot of progress, as an HTML online editor must have the technology, here in detail to introduce and provide implementation reference. In the research process, I did go a lot of detours, tried N way, because the United States pm always feel that some of the things that affect the user experience is unacceptable, resulting in several proposal
ArticleDirectory
1. FCKeditor
2. nicedit
3. tinymce
4. jwysiwyg
5. Yahoo! Ui Library: Rich Text Editor
6. xinha
7. openwysiwyg
8. Free Rich Text Editor
The web-based HTML editor, WYSIWYG WYG WYSIWYG WY. The following are some open-source Web-based wyswig editors collected by
If you do not quite understand the principles of the HTML editor, please take a look at the simple example I wrote specifically to demonstrate how to convert an IFRAME into an HTML editor and let the editor load data, insert the specified
What the HTML online editor is actually
In fact, there are several ways to implement, currently used most, compatibility best or IFRAME way.
Only this empty IFRAME does not work, but also use JavaScript to make it editable:
iframe.contentWindow.document.designMode = "on";iframe.contentWindow.document.contentEditable = true;
In other words, theHTML online editor
This dongdong implements some commonly used function, today just completes, everybody gives the point suggestion more!
Under the FF imperfect, some features have not yet been realized!
This is also I wrote the first editor (OH), do not do well, do not throw eggs over ...
Let's Go!
Copy Code code as follows:
/*******************************************
The best freeeditor in a litter (2006-08-22)
This JavaScript is writen by CXP.
*******
Use WebKit.net to load the HTML editor and webkit.net editor.
For webkit.net usage please refer to here http://www.cnblogs.com/linyijia/p/4045333.html
Nicedit editor Please download http://www.nicedit.com/download.php here
Private void Form1_Load (object sender, EventArgs
Use of the html editor kindeditor and the editor kindeditor
1. download the latest KindEditor version.
2. Put kindeditor under the directory of your website and select any directory. You only need to set the correct path!
3. Add the TEXTAREA input box to display the location of the editor. If TEXTAREA already exists,
=true/false whether debugging is turned on, so that when Fckdebug.output () is invoked, the contents are output in the debug window
When Enablesourcexhtml=true/false is true, HTML is processed as XHTML when switched from a visual interface to a code page
Enablexhtml=true/false whether to allow XHTML to be used instead of HTML
Fillemptyblocks=true/false uses this feature to replace empty block-level eleme
Xheditor is a simple mini and efficient visual XHTML editor based on jquery, web-based access and compatible with IE 6.0-8.0, Firefox 3.0, Opera 9.6, Chrome 1.0, Safari 3.22Features (Features):
Small: Initial load of 5 files, including: 1 JS (36k) + 2 css (6k) + 2 pictures (4k), a total of 46k. If JS and CSS file gzip compression, can be further reduced to about 18k.
Fast: Based on jquery engine development, provides efficient code execut
To the great God of Google worship a afternoon, finally let me find a free, made!! Although the appearance can not be compared with foreigners, but the function is quite full, practical good.Download Address: http://xheditor.com/
The webmaster has already configured the PHP version, puts out for everybody to download, eliminates everybody to configure the timeDownload Address: Http://xiazai.jb51.net/201106/yuanma/xheditor_php_jb51.rarWhen pressurized, put it in your Web root directory, access t
Recently in the Android project, using the jquery mobile framework and PHONEGAP, so it will involve some HTML files, but the HTML file is opened in the form of text Editor, and after opening some HTML code keywords are not highlighted, And there's no code hint. For the convenience of the future, we searched the Interne
CKEditor 4.5.4, when editing, using source edit, when the content contains JavaScript, style tags, the database has JavaScript, style tags, input to the page can also be executed, but I edited the time is gone, It is ckeditor to filter them out, you need to do the following configuration:
The code is as follows
Copy Code
Ckeditor.replace (' textarea_id ', {allowedcontent:true});
Finally, a problem was found:
After {allowedcontent:true} is set,
Updates to the HTML editor
FCKeditor
FCKeditor 2.3beta has been released.
The rewritten part of the code shortens the load time.
New toolbar system for shorter loading times
New Right-click shortcut menu with two-level menu support
Added a new feature to adjust the editing area to fit the window size
Fixed bugs, and Most importantly, security issues when uploading files using the
Updates to the HTML editor
FCKeditor
The FCKeditor 2.3beta has been released.
Rewrite part of the code, shortening the load time.
A new tool bar system is used to shorten loading time
New Right-click shortcut menu, support Level Two menu
Added a new feature to adjust the editing area to fit the window size
Fixes some bugs and, Most importantly, fixes security issues when using the
assign a value to the documenttext of the control to get the contents of the HTML, otherwise the DocumentText obtained by the code is empty after you enter content in the control.HtmlEditUserControl1.HtmlEditControl.DocumentText = "Wu Huacong test Content";2) control of the Htmleditcontrol object in the design of the moment can only prompt inside, but the use of no problem, very strange.4, the control after the Chinese, the entire control of the sour
The recent development of Android projects in Eclipse, with the jquery mobile framework, involves creating a new HTML file, discovering that eclipse does not have a plugin for creating a new HTML file, and must create a new form of file, such as a file in XML format, and then rename , the suffix is changed to HTML, it feels so old trouble, so I found the eclipse
Tags: Action field requires utf-8 modify EAL filter XML file substitutionWeb page garbled Solution String content = Teacher_mytask_detaillist.get (1) + "";//Get the field values in the database and replace them accordingly .Content = Content.replaceall ("Content = Content.replaceall (" #40;", "\ \"). ReplaceAll (" #41;", "\ \)");Content = Content.replaceall (" #39;", "'");Content = Content.replaceall (" #34;", "\" "); To replace the contents of the display with garbled characters Add a whitelist
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.