应该都是开源免费的。
Introduction
Javascript rich text editor has ease our life when we need to edit articles, post or even documents online. Most of the editors allow user to edit the content straight away (What You See Is What You Get - WYSIWYG), it just like editting a document with microsoft office. Nowadays, I think all of the content management system, blog systems are using rich text editor.
So, here are the 10 RTEs that I can find online. From the most basic support of font formatting to advanced features such as image upload, table creation, ajax support and so on. Be sure to drop me a comment if you know other RTE that is not listed below. Enjoy.
MarkitUp - jQuery
Official Website | Demo
markItUp! is not meant to be a "Full-Features-Out-of-the-Box"-editor. Instead it is a very lightweight, customizable and flexible engine made to meet the developer's needs in their CMSes, blogs, forums or websites. markItUp! is not a WYSIWYG editor, and it never will be.
markItUp 并不是一个全功能的编辑器,但是它拥有非常轻量级、可定制、可扩展的引擎,适合开发人员将其整合到自己的应用中。
- Fast and unobtrusive integration
- Support for keyboard shortcuts
- Ajax dynamic preview
- Supported: IE7, Safari 3.1, Firefox 2, Firefox 3. IE6 and Opera 9+ as-is.
- Licence: MIT/GPL
- File: Packed naked engine is about 6.5Kb.
jWYSIWYG - jQuery
Official Website | Demo
This plugin is an inline content editor to allow editing rich HTML content on the fly. It's an alternative to WYMeditor with much less features. With a small file size less than 17Kb 26Kb total and only 9Kb 18Kb of code and 7Kb packed, the main concept is to keep it simple, not all users need font coloring or create tables, just the basic.
- GNU General Public License v2
- Compact and lightweight
- Ajax dynamic preview
- Browser friendly
Lightweight RTE- jQuery
Official Website | Demo
I have made this Rich Text Editor as simple as possible to be easily changed according your needs.
- Super lightweight 7kb uncompressed
- Compatible with major browsers
- Degrade gracefully
- GNU General Public License
HTMLBox - jQuery
Official Website | Demo
Cross-browser interactive open-source HTML / XHTML textarea built on top of the jQuery library. Tested with Mozilla Firefox, Inrernet Explorer, Opera, Netscape and Safari. The integration of HtmlBox into Content Manegement Systems, Forums, Guest Books, Contact Forms is as easy as a childs play.
- Easy Integration.
- Multiple Browser Support.
- Small Size. Size of 15kb (11kb minimized)
- XHTML Output Possible.
- Ajax Integration Supported.
- User Manual. A complete user manual, that will guide you through every step of integrating HtmlBox into your application and customizing it.
D Small Rich Text Editor - jQuery
Official Website | Demo
This piece of code creates a Rich Text Editor ("RTE") from an IFRAME element. Yes, I know, there are tens of such scripts, and most of them are probably more sophisticated than mine, but my script's purpose is to provide enough basic functionality while having the smallest footprint possible.
- Small (~18k) footprint! (Packed/Minified JS, Plugins & CSS sum to 12k w/o GZIP, HTML can be reduced to ~3k using GZIP, Images (w/o emoticons) are less than 3k)
- Cross-browser
- All basic Rich Text functionality
- Plugin-enabled
- Image Upload via AJAX (using the AjaxFileUpload plugin).
- Resizing of text area.
- Valid XHTML 1.0 Transitional markup (Note: this refers to the editor's markup and not to it's generated content which may or may not be valid!).
- HTML Cleanup
WYMEditor - jQuery
Official Website | Demo
WYMeditor is a web-based WYSIWYM (What You See Is What You Mean) XHTML editor. WYMeditor's main concept is to leave details of the document's visual layout, and to concentrate on its structure and meaning, while trying to give the user as much comfort as possible (at least as WYSIWYG editors).
- XHTML strict + CSS compliant
- No font or text formatting, sizes or colors - WYMeditor is CSS-based
- Designed to be easy to integrate into your application
- No installation needed - this is 100% Javascript code - no plugin, no extension
- Image, link, table support
- Skins support via CSS
- APIs, plugins support
- Free and Open Source
- Major browsers support
TinyMCE - non-jQuery
Official Website | Demo
TinyMCE is a platform independent web based Javascript HTML WYSIWYG editor control released as Open Source under LGPL by Moxiecode Systems AB. It has the ability to convert HTML TEXTAREA fields or other HTML elements to editor instances. TinyMCE is very easy to integrate into other Content Management Systems.
- Easy to integrate - Only a few lines of code needed.
- Customizable - Themes and plugins, block invalid elements and force attributes.
- Browserfriendly - Mozilla, MSIE, FireFox, Opera, Safari and Chrome.
- Lightweight - PHP/.NET/JSP/Coldfusion GZip compressor, Makes TinyMCE 75% smaller and a lot faster to load.
- AJAX Compatible - You can easily use AJAX to save and load content!
- International - Multilanguage support using language packs.
- Open Source - Free under the LGPL license, millions of ppl help test and improve this editor every day.
fckeditor - Non-jQuery
Official Website | Demo
This HTML text editor brings to the web much of the power of desktop editors like MS Word. It's lightweight and doesn't require any kind of installation on the client computer.
- Multi browser compatibility
- Outputs XHTML 1.0
- CSS support for better integration with your web site
- Font formatting: type, size, color, style, bold, italic, etc
- Text formatting: alignment, indentation, bullets list, etc
- Cut, Paste, and Paste as Plain Text, Undo and Redo
- Paste from Word cleanup with auto detection
- Image insertion, with upload and server browsing support
- Right click context menus support
- Plugins support
- Spell checker
- Lightweight and fast
- Automatic browser detection and customization
Yahoo YUI Rich Text Editor - Non-jQuery
Official Website | Demo
The Rich Text Editor is a UI control that replaces a standard HTML textarea; it allows for the rich formatting of text content, including common structural treatments like lists, formatting treatments like bold and italic text, and drag-and-drop inclusion and sizing of images. The Rich Text Editor's toolbar is extensible via a plugin architecture so that advanced implementations can achieve a high degree of customization.
Xinha - Non-jQuery
Official Website | Demo
Xinha (pronounced like Xena, the Warrior Princess) is a powerful WYSIWYG HTML editor component that works in all current browsers. Its configurabilty and extensibility make it easy to build just the right editor for multiple purposes, from a restricted mini-editor for one database field to a full-fledged website editor. Its liberal, BSD licence makes it an ideal candidate for integration into any kind of project.
Conclusion
I hope you all love this resource. :)
分享到:
相关推荐
在网页开发中,jQuery是一个非常流行的JavaScript库,它极大地简化了DOM操作、事件处理和Ajax交互等任务。在本主题中,我们将深入探讨如何利用jQuery实现“转贴”功能,这是一种常见的社交媒体分享功能,允许用户将...
由于每个用户的IE打印设置可能不同,要求用户修改设置并不实际。因此,我们可以利用ActiveX控件ScriptX来实现这一目标。ScriptX允许开发者在客户端控制打印设置,包括页眉、页脚、页边距等。用户需要下载并安装...
- **稳定性问题**:不当的Hook实现可能导致系统崩溃或其他不稳定现象。 - **安全风险**:恶意软件可能滥用此技术进行攻击活动,因此在设计和实现时必须考虑安全性。 总之,利用钩子技术控制进程创建是一项复杂而...
5. **着装品味**:随着年龄和经济状况的改变,40岁的男性开始注重自己的外在形象,他们追求时尚和舒适。作为伴侣,应该鼓励和支持他们的着装选择,购买符合他们品味的衣物,提升他们的自信心。 6. **事业与心态**:...
在RAID5中,数据不仅被分割并分布在多个硬盘上,而且还有一个额外的奇偶校验块,这个校验块包含的是整个阵列中所有数据的异或结果。当某块硬盘故障时,系统可以使用其他硬盘的数据和校验信息重建丢失的数据,确保...
5. 学会拒绝:不是所有请求都必须接受,学会对不重要或不符合目标的任务说“不”。 6. 利用工具:使用时间管理软件或应用,如Google日历、Trello等,帮助规划和跟踪任务进度。 三、时间管理在IT行业的应用 1. 项目...
标题中的“论坛专用屏蔽干扰码转贴工具”指的是一个专为论坛设计的软件,它的主要功能是处理并转换论坛上常见的干扰码,以便用户能够顺利地复制和粘贴信息。在论坛交流中,有时为了防止恶意爬虫或者保护内容不被搜索...
9. **API接口调用**:如果动网是一个开放平台,那么转贴功能可能通过调用其他网站的公开API来实现,这就需要了解API的使用规则和调用方式。 10. **版本控制**:在开发过程中,使用版本控制系统如Git进行代码管理,...
"转贴"功能则意味着程序能够抓取或导入动网论坛上的帖子,将其复制到其他论坛或者系统中,这样的功能对于数据迁移、论坛备份或者多平台同步有重要作用。 在深入这个主题之前,我们需要了解易语言的一些基本概念: 1...
《动易系统的论坛转贴工具详解与应用》 在互联网信息交流日益频繁的今天,论坛作为用户互动的重要平台,其内容分享与传播的作用不容忽视。动易系统的论坛转贴工具,便是为了解决用户在论坛间便捷分享内容而设计的一...
【标题】"动网转贴.e.rar"是一个压缩文件,很可能包含了有关动网论坛或社区的相关资源、数据或用户帖子的备份。动网是中国早期知名的网络论坛软件之一,提供了丰富的社区功能,允许用户发帖、回帖、互动等。这个...
转贴一个网络设计的例子
动网可能是一个论坛或社区平台,转贴功能则是将某个地方的帖子复制到另一个地方,保持其内容完整。 在这个源码中,涉及了以下几个核心知识点: 1. **窗口名**:在编程中,窗口名通常指的是一个应用程序或界面的...
这是一个类似论坛转贴工具的小程序,可以将剪贴板中的HTML代码转换为论坛支持的UBB代码。 由于现在流行的转贴工具都是基于浏览器的,转换速度比较慢,还得打开浏览器才能使用(同时受到浏览器版本限制)。 <br...
在“导电泡棉转贴装置”这个特定的场景下,我们可能是在讨论一种用于电子政务设备或系统中的特殊组件。 导电泡棉是一种具有导电性能的泡沫材料,通常用于电子设备的屏蔽、接地或防静电保护。在电子政务设备中,这种...