<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>TinyMCE | 酷 壳 - CoolShell</title>
	<atom:link href="https://coolshell.cn/tag/tinymce/feed" rel="self" type="application/rss+xml" />
	<link>https://coolshell.cn</link>
	<description>享受编程和技术所带来的快乐 - Coding Your Ambition</description>
	<lastBuildDate>Fri, 24 Jul 2009 06:32:09 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.2</generator>
	<item>
		<title>15个Web在线WYSIWYG编辑器</title>
		<link>https://coolshell.cn/articles/1183.html</link>
					<comments>https://coolshell.cn/articles/1183.html#respond</comments>
		
		<dc:creator><![CDATA[陈皓]]></dc:creator>
		<pubDate>Fri, 24 Jul 2009 06:32:09 +0000</pubDate>
				<category><![CDATA[Web开发]]></category>
		<category><![CDATA[杂项资源]]></category>
		<category><![CDATA[FCKeditor]]></category>
		<category><![CDATA[TinyMCE]]></category>
		<category><![CDATA[WYSIWYG]]></category>
		<guid isPermaLink="false">http://coolshell.cn/?p=1183</guid>

					<description><![CDATA[<p>基于WEB的HTML 编辑器，WYSIWYG所见即所得的编辑器，或是一个富文本的编辑器，是我们在开发WEB应用时接收用户输入时必需要考虑的问题。下面是一些开源的...</p>
<p class="read-more"><a class="btn btn-default" href="https://coolshell.cn/articles/1183.html"> Read More<span class="screen-reader-text">  Read More</span></a></p>
The post <a href="https://coolshell.cn/articles/1183.html">15个Web在线WYSIWYG编辑器</a> first appeared on <a href="https://coolshell.cn">酷 壳 - CoolShell</a>.]]></description>
										<content:encoded><![CDATA[<p><script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3415450859608158"
     crossorigin="anonymous"></script>基于WEB的HTML 编辑器，WYSIWYG所见即所得的编辑器，或是一个富文本的编辑器，是我们在开发WEB应用时接收用户输入时必需要考虑的问题。下面是一些开源的WEB在线的WYSWIG编辑器。</p>
<h3>1. <a title="FCKeditor" href="http://www.fckeditor.net/" target="_blank">FCKeditor</a></h3>
<p>FCKeditor 这些在线编辑器中最著名的一个，其功能相当的强大，很像一个Web的Word软件。它可以方便地和ASP, ASP.NET, PHP, Java, Perl, Phyton 等Web开发语言所集成。并支持皮肤，拼写检查。其还可以配置成一个轻量级的编辑器。而且，它还有很多相当酷的功能。<br />
<img decoding="async" loading="lazy" title="FCKeditor" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/fckeditor.jpg" alt="FCKeditor" width="500" height="161" /></p>
<p><span id="more-1183"></span></p>
<h3>2. <a title="NicEdit" href="http://nicedit.com/" target="_blank">NicEdit</a></h3>
<p>NicEdit 是一个基于Javascript 编辑器，它可以很容易地被集成到任意的网页中。它还可以把网页上任何的element/div 转成可以编辑的标准的控件。<img decoding="async" loading="lazy" title="NicEdit" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/nicedit.jpg" alt="NicEdit" width="500" height="104" /></p>
<p><span id="more-967"> </span></p>
<h3>3. <a title="TinyMCE" href="http://tinymce.moxiecode.com/" target="_blank">TinyMCE</a></h3>
<p>TinyMCE 是另一个很有名的所见即所得的编辑器，其受LGPL license控制。Wordpress的编辑器用的就是TinyMCE的。<br />
<img decoding="async" loading="lazy" title="TinyMCE" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/tinymce.jpg" alt="TinyMCE" width="500" height="181" /></p>
<h3>4. <a title="jwysiwyg" href="http://code.google.com/p/jwysiwyg/" target="_blank">jwysiwyg</a></h3>
<p>jwysiwyg 是一个基于 jQuery 的WYSIWYG 插件，相当小，只有7kb的大小，而且相当的简单易用。但功能不多。<br />
<img decoding="async" loading="lazy" title="jwysiwyg - jQuery WYSIWYG plugin" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/jwysiwyg.jpg" alt="jwysiwyg - jQuery WYSIWYG plugin" width="500" height="198" /></p>
<h3>5. <a title="Yahoo! UI Library: Rich Text Editor" href="http://developer.yahoo.com/yui/editor/" target="_blank">Yahoo! UI Library: Rich Text Editor</a></h3>
<p>这个富文本编辑器是 Yahoo YUI 库中的一部分，用户或以非常简单的扩展它。这对于那些对YUI库很熟悉的人来说是最好的了。<br />
<img decoding="async" loading="lazy" title="Yahoo! UI Library: Rich Text Editor" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/yui-rich-text-editor.jpg" alt="Yahoo! UI Library: Rich Text Editor" width="500" height="331" /></p>
<h3>6. <a title="Xinha" href="http://xinha.webfactional.com/" target="_blank">Xinha</a></h3>
<p>Xinha 也是一个相当强大的WYSIWYG HTML 编辑器，它可以兼容于所有的浏览器，并被开源社区所支持。<img decoding="async" loading="lazy" title="xinha" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/xinha.jpg" alt="xinha" width="500" height="330" /></p>
<h3>7. <a title="Openwysiwyg" href="http://www.openwebware.com/" target="_blank">Openwysiwyg</a></h3>
<p>Openwysiwyg 也是另一个开源的跨浏览器的 WYSIWYG 编辑器，别看他外表长得不怎么样，但他有很多的功能，特别是表格编辑的功能。<br />
<img decoding="async" loading="lazy" title="openwysiwyg: Free cross browser wysiwyg editor" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/openwysiwyg.jpg" alt="openwysiwyg: Free cross browser wysiwyg editor" width="500" height="246" /></p>
<h3>8. <a title="Free Rich Text Editor" href="http://freerichtexteditor.com/" target="_blank">Free Rich Text Editor</a></h3>
<p>Free Rich Text Editor 是一个超级简单并且是免费的WYSIWYG 编辑器，它非常容易用来实现和管理基于XHTML的文本。<br />
<img decoding="async" loading="lazy" title="Free Rich Text Editor" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/free-rich-text-editor.jpg" alt="Free Rich Text Editor" width="500" height="382" /></p>
<h3>9. <a title="WMD: The Wysiwym Markdown Editor" href="http://wmd-editor.com/" target="_blank">WMD: The Wysiwym Markdown Editor</a></h3>
<p>WMD 是一个简单和轻量级的编辑器，它主要用于Blog的评论系统或是论坛回贴系统。<br />
<img decoding="async" loading="lazy" title="WMD: The Wysiwym Markdown Editor" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/wmd.jpg" alt="WMD: The Wysiwym Markdown Editor" width="500" height="286" /></p>
<h3>10. <a title="TTW HTML Editor" href="http://koivi.com/WYSIWYG-Editor/" target="_blank">TTW HTML Editor</a></h3>
<p>TTW HTML Editor 也是一个很简单轻量级的WYSIWYG编辑器，其主要由Javascripts编写，其拼写检查由SpellerPages编写。这是一个很容易被调用的编辑器。</p>
<p><img decoding="async" loading="lazy" title="TTW HTML Editor" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/ttw-html-editor.jpg" alt="TTW HTML Editor" width="500" height="313" /></p>
<h3>11. <a title="Free Text Box" href="http://freetextbox.com/" target="_blank">Free Text Box</a></h3>
<p>FreeTextBox 也是一个很常用的HTML editor，只不过它只支持ASP.NET。它可以兼容于所有的IE，Mozilla和Firefox。<br />
<img decoding="async" loading="lazy" title="Free Text Box" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/free-text-box.jpg" alt="Free Text Box" width="500" height="378" /></p>
<h3>12. <a title="WYMeditor" href="http://www.wymeditor.org/" target="_blank">WYMeditor</a></h3>
<p>WYMeditor 是一个 XHTML 的编辑器。WYMeditor 可以创建并生成非常完美的XHTML 结构的源码，并完全严格遵守W3C XHTML 规范。<br />
<img decoding="async" loading="lazy" title="WYMeditor" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/wymeditor.jpg" alt="WYMeditor" width="500" height="203" /></p>
<h3>13. <a title="BlueShoes Wysiwyg Editor" href="http://www.blueshoes.org/en/javascript/editor/" target="_blank">BlueShoes Wysiwyg Editor</a></h3>
<p>这是一个DHTML 和Javascript 开发的编辑器，它有很多非常酷的功能。例如：用户可以动态的改变编辑器的大小，选取特殊字符，以及选取颜色的功能。<br />
<img decoding="async" loading="lazy" title="BlueShoes Wysiwyg Editor" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/blueshoes-wysiwys-editor.jpg" alt="BlueShoes Wysiwyg Editor" width="500" height="350" /></p>
<h3>14. <a title="markItUp" href="http://markitup.jaysalvat.com/home/" target="_blank">markItUp</a></h3>
<p>markItUp! 是一个jQuery 的JavaScript 插件。它非常的轻量，可以非常容易的定制。你甚至可以定义你最喜欢的键盘热键，以及添加额外的功能。<br />
<img decoding="async" loading="lazy" title="markItUp! Universal markup editor" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/mark-it-up.jpg" alt="markItUp! Universal markup editor" width="500" height="341" /></p>
<h3>15. <a title="SPAW Editor" href="http://spaweditor.com/en/disp.php/en_products/en_spaw/en_spaw_intro" target="_blank">SPAW Editor</a></h3>
<p>这个WYSIWYG 编辑器是一个多页的编辑器，浮动式的工具条和很酷的用户接口，目前只有PHP 和.NET 版本。<br />
<img decoding="async" loading="lazy" title="spaw-editor" src="http://www.webdesignbooth.com/wp-content/uploads/2009/07/spaw-editor.jpg" alt="spaw-editor" width="500" height="418" /></p>
<p>文章：<a href="http://www.webdesignbooth.com/15-really-useful-web-based-html-editors/" target="_blank">来源</a><!--



<p align="center"><a href= target=_blank><img decoding="async" src=""></a></p>





<p align="center"><img decoding="async" src="https://coolshell.cn/wp-content/uploads/2020/03/coolshell.weixin.jpg"> <img decoding="async" loading="lazy" src="https://coolshell.cn/wp-content/uploads/2020/03/coolshell.mini_.jpg" width="300" height="300"> <br />关注CoolShell微信公众账号和微信小程序</p>

 

--></p>
<div style="margin-top: 15px; font-size: 16px;color: #cc0000;">
<p align="center"><strong>（转载本站文章请注明作者和出处 <a href="https://coolshell.cn/">酷 壳 &#8211; CoolShell</a> ，请勿用于任何商业用途）</strong></p>
</div>

<div class="wp_rp_wrap  wp_rp_vertical_m" id="wp_rp_first"><div class="wp_rp_content"><h3 class="related_post_title">相关文章</h3><ul class="related_post wp_rp"><li ><a href="https://coolshell.cn/articles/313.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2009/04/linux_crash_1-150x150.jpg" alt="Linux的“宕机”图片" width="150" height="150" /></a><a href="https://coolshell.cn/articles/313.html" class="wp_rp_title">Linux的“宕机”图片</a></li><li ><a href="https://coolshell.cn/articles/1086.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/plugins/wordpress-23-related-posts-plugin/static/thumbs/8.jpg" alt="22个开源的PHP框架" width="150" height="150" /></a><a href="https://coolshell.cn/articles/1086.html" class="wp_rp_title">22个开源的PHP框架</a></li><li ><a href="https://coolshell.cn/articles/7829.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2012/07/dstat_screenshot-150x150.png" alt="28个Unix/Linux的命令行神器" width="150" height="150" /></a><a href="https://coolshell.cn/articles/7829.html" class="wp_rp_title">28个Unix/Linux的命令行神器</a></li><li ><a href="https://coolshell.cn/articles/4914.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2011/06/sina_xss01-150x150.png" alt="新浪微博的XSS攻击" width="150" height="150" /></a><a href="https://coolshell.cn/articles/4914.html" class="wp_rp_title">新浪微博的XSS攻击</a></li><li ><a href="https://coolshell.cn/articles/11564.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2014/05/tin-can-phone-150x150.jpg" alt="TCP 的那些事儿（上）" width="150" height="150" /></a><a href="https://coolshell.cn/articles/11564.html" class="wp_rp_title">TCP 的那些事儿（上）</a></li><li ><a href="https://coolshell.cn/articles/2179.html" class="wp_rp_thumbnail"><img src="https://coolshell.cn/wp-content/uploads/2010/03/we-are-still-poor-150x150.jpg" alt="中国仍然是一个很穷的国家" width="150" height="150" /></a><a href="https://coolshell.cn/articles/2179.html" class="wp_rp_title">中国仍然是一个很穷的国家</a></li></ul></div></div>The post <a href="https://coolshell.cn/articles/1183.html">15个Web在线WYSIWYG编辑器</a> first appeared on <a href="https://coolshell.cn">酷 壳 - CoolShell</a>.]]></content:encoded>
					
					<wfw:commentRss>https://coolshell.cn/articles/1183.html/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
