Ueditor is a WYSIWYG Rich Text web editor developed by Baidu "fex Front-end research and development team, with a lightweight, customizable, user-friendly experience, open source based on the MIT protocol, allowing free use and modification of code.
Ueditor function is very powerful, the official has been equipped with Php,asp,asp.net,java and other languages of the upload process, can be used, of course ueditor more features plug-in interface, it is easy to add their own definition of functions to the editor, to facilitate the different needs of the project.
How to use
Because this plug-in is Baidu "fex front-end development team" development, in the official have a strong Chinese documents, the purpose of this site is just let friends know there is such a good plug-in only, so documentation manuals, downloads, examples of all links to the official.
Download the language version you want, then unzip it, create an HTML file called demo in the Unzip directory, and the code is as follows
<!DOCTYPE HTML><HTML><Head><MetaCharSet= "UTF-8"><title>Ueditor Demo</title></Head><Body><!--Loading the editor container -<ScriptID= "Container"name= "Content"type= "Text/plain">here to write your initialization content</Script><!--configuration file -<Scripttype= "Text/javascript"src= "Ueditor.config.js"></Script><!--Editor Source file -<Scripttype= "Text/javascript"src= "Ueditor.all.js"></Script><!--Instantiation Editor -<Scripttype= "Text/javascript">varUE=Ue.geteditor ('Container');</Script></Body></HTML>
OK, complete the above work, open demo.html with the browser, if you see the following screen, then congratulations, the first deployment success!
: Official Download
jquery Rich Text online editor Ueditor