This article introduces 18 valuable web page code editors. After two days to prepare the start of my small project, which to use the following east, feel particularly good, hereby record!1.codeanywhereCodeanywhere is the code editor that runs on the browser, embedded with a powerful FTP client. Most popular web formats
/connectors/aspx/config.ascx
appSettings> 4. Use in Web pages FCKeditor configuration: Go to the FCKeditor folder and edit the Fckconfig.js file 1. Modify (change to the language you are currently using) var _filebrowserlanguage = ' aspx '; //asp | aspx | cfm | lasso | perl | php | py var _quickuploadlanguage = ' aspx '; //asp | aspx | cfm | lasso | perl | php | py 2. Modify the configuration language fckconfig.defaultlanguage = ' en ' f
CKEditor, formerly known as FCKeditor, has been used for many years, the function of nature did not say. Recently upgraded to version 3.0, seems to rewrite the code, so the way to build a change, should be said to be simpler.
Related address:
Official website: http://ckeditor.com/
Download Address: Http://ckeditor.com/download
ckfinder:http://ckfinder.com/for upload (four languages, download as needed)
Deployment:
Download the CKEditor, unzip the site/ckeditor/below (of course, the name can b
FCKeditor offers a complete JavaScript API so, can interact with it once the editor is loaded and running.FCKeditor provides a complete JavaScript API (Application public Interface) that you can use to process the FCK editor as long as it is loaded or running.Retrieving an editor instanceonce loaded, the editor registe
first, the use of methods: 1. Introduction of CKEditor Core file in page 2. Insert HTML controls where you use the editor If it is a asp.net environment, you can also use server-side controls Note Add class= "CKEditor" to the control.3, replace the corresponding control into editor code4, configuration Editor (these co
It can be combined with different programming languages such as PHP, JavaScript, ASP, ASP.net, ColdFusion, Java, and ABAP. FCK configuration and use are simple, but the default configuration does not meet all requirements, so we need to know some FCK advanced features.
Get an instance of FCK
Fckeditorapi is a global object that is registered after FCKeditor is loaded, and we can use it to complete various operations on the editor.
Get FCK
, note that the path to be started by root ===3 place ======================
Modify here to modify the Web-inf/style.xml file correspondence Modify here to modify ewebeditor.jsp file correspondence
Modify here to modify upload.jsp file correspondence
For example, to upload to the root directory under/upload/:
In upload.jsp
String suploadfilepath= "/upload/";
In Style.xml
In ewebeditor.jsp
String suploadfilepath= ".. /upload/"//Set File upload image di
In some versions of Eclipse and MyEclipse for Java EE, each double-click on a JSP file opens half a Web browser, half a page code editor,and write code always very uncomfortable, automatically refresh the page editor.The cursor that causes the code to be written will always jump automatically,Always right-click a JSP f
false to off.
File browsing and browsing in the upload function:
Copy Code code as follows:
Fckconfig.linkbrowser = false;
Fckconfig.imagebrowser = false;
Fckconfig.flashbrowser = false;
Quick File Upload function:
Copy Code code as follows:
Fckconfig.linkupload = true;
Fckconfig.imageupload = true;
Fckconfig.flashupload = true;
Second, set up two ASP files:
Editor\filemanager\browser\default\co
', '-', ' about ']
// ];
};
The application of CKEditor
1. Load ckeditor.js in aspx page or master template page
2. Modify page instruction validaterequest= "false"
3. Use of CKEditor in Text= ' 4. Get or set the contents of the editor
Get the contents of the editor
In the Firefox browser, you can view the source of the Web page by right-clicking, menu bar feature, or shortcut key (cmd + U). But the pop-up is just a browsing window, want to edit and so on further operations, you will have to rely on copying and pasting Dafa. Is there a way to make Firefox's view source function directly invoke an external editor to operate?
I'm going to use Xheditor as the new online editor, and I hope it can be used in a PHP function to call
Copy Code code as follows:
function Editor ($content, $name){$editor =EOT;return $editor;}
The benefits of doing so are:1, do not have to call the Xheditor
After I modify Connectorservlet.java and Simpleuploaderservlet.java two files, regenerate Fckeditor-java-2.3.jar package, to solve all the garbled problem, there are 3 to modify
1. Modify the character encoding of the Web container, if the Web container is Tomcat, modify the Conf/server.xml file, add "uriencoding=" Utf-8 "" in two connector, I use the Utf-8 code here, So modify to Utf-8, if the item is GB23
Modified code Downloads http://www.cnblogs.com/files/truly/fckeditor_truly.rar Local Download Address Due to the needs of the project, FCKeditor has been carefully studied recently. Find bugs and things that are missing. First, prevent continuous text from causing the scroll bar FCKeditor Editor to work with an IFRAME to handle editor content, but it does not support text wrapping. If you enter a con
First, insert the news
FCKeditor is a popular Plug and Play Web editor that supports languages such as ASP, PHP, Java, and so on. Here is to take advantage of the editor's "Insert Page break" feature, to achieve a page without refreshing paging.
When you edit the news, insert a p
In the use of FCKeditor, you may encounter the following problem, that is, the editor page error, the hint is: unable to find the page/fckeditor/editor/fckeditor.aspx That's because the fckeditor.html also replaces the ASPX problem in the regular, and there really isn't a file with the suffix aspx. For these errors, I
(FCKeditor. Address is:
http://www.fckeditor.net/. I downloaded the version is: 2.6.3. )
What?
FCKeditor has always been a better choice for editors on the web, and he is open source and works well. The FCKeditor plug-in is an extension of the FCKeditor function.
Why?
Although FCKeditor can be adapted to use under general conditions, you may not be satisfied with the fckeditor only function, good. FCKeditor provides the plugin open function, as long
So whether you want to paste the content in the page editor, or upload pictures and other things that need pop-up window operation will have problems, want to do other operations can only refresh the page. The reason is that IE 9 does not support Var $=document.getelementbyid;
The solution can be done this way:
Open this file, Fckeditor/
Originally has been able to use the Ecshop background information released inside the FCKeditor upload function, changed a machine can not be used. Thought is the file damage, upload side not.
What XML error, also pops up a large JavaScript alert warning box, content is server-side error 500 content
Online search, and said that is the configuration problem, subject matter, think about should not, direct request
Copy Code code as follows:
filemanager/connectors/php/connector.php
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.