search
HomeDatabaseMysql Tutorial国产开源XHTML在线编辑器xhEditor 1.0.0 beta2发布

软件追踪 运行平台:平台无关 授权方式:开源软件 xhEditor是一个基于jQuery开发的简单迷你并且高效的可视化XHTML编辑器,基于网络访问并且兼容IE 6.0+,Firefox 3.0+,Opera 9.6+,Chrome 1.0+,Safari 3.22+。经过9个多朋的更新完善,1.0.0 beta2版正式发布。 从

软件追踪
运行平台:平台无关
授权方式:开源软件

xhEditor是一个基于jQuery开发的简单迷你并且高效的可视化XHTML编辑器,基于网络访问并且兼容IE 6.0+,Firefox 3.0+,Opera 9.6+,Chrome 1.0+,Safari 3.22+。经过9个多朋的更新完善,1.0.0 beta2版正式发布。

从最初的0.9.1版的发布,到现在的1.0.0 beta2版,经过9个多月的开发更新,我们的xhEditor编辑器已经越来越完善,并得到了大量的用户认可和支持。而有今天的变化,正是广大用户支持 下的结果,没有大家不断的提交BUG及反馈意见,也就不会有现在的xhEditor。在此,对大家一如既往的支持表示感谢,我也会继续坚持的为大家完善更 新这个开源编辑器,让它越来越完善,让更多的人能够使用到真正适合我们自己中国人的高效迷你编辑器。

这次的beta2版在功能上已经固定,接下来会发布两个rc版本,这两个版本原则上不会再添加新功能,只会做功能上的BUG修正。在1.0.0正式发布的 那一时,相信会给大家提供一个近乎没有BUG的编辑器,让大家用的放心。

关于将来的发展计划,我们会长期坚持的开发和完善下去。此刻,我们已经开始了v2版本的设计和架构工作,而v2版将会是全新的系统架构,是一个同时追求强大功能和高效性能的完美组合,并且会提供给开发者更开放更完善的API接口。

我们不是最好的,但是我们会努力做的更好,我们愿意倾听和接受所有用户的心声。最后,大家在使用过程中若发现任何的问题,或者有比较好的创意和想法,可以 随时向我们反馈(yanis.wang@gmail.com),我们会随时倾听大家的意见,xhEditor的发展离不开大家的支持。

最新版官方在线演示:
默认模式:http://xheditor.com/demos/demo01.html
自定义按钮:http://xheditor.com/demos/demo02.html
皮肤选择:http://xheditor.com/demos/demo03.html
其它选项:http://xheditor.com/demos/demo04.html
Javascript交互:http://xheditor.com/demos/demo05.html
非utf-8编码网页调用:http://xheditor.com/demos/demo06.html
UBB可视化编辑:http://xheditor.com/demos/demo07.html
Ajax文件上传:http://xheditor.com/demos/demo08.html
插件扩展:http://xheditor.com/demos/demo09.html
iframe调用文件上传:http://xheditor.com/demos/demo10.html
异步加载:http://xheditor.com/demos/demo11.html

最新1.0.0 beta2版本更新内容(2010-2-7):
添加:增加.NET版上传演示程序upload.aspx,编 码:Jediwolfjediwolf@gmail.com
添加:添加异步加载,利用loadJS函数动态加载JS文件并初始化编辑器(demo11)
添加:初始化参数列表添加shortcuts参数,可在编辑器初始化时绑定自定义快捷键,例如:shortcuts:{'ctrl+enter':function(){alert('test');}}
添加:添加缩略图模式的演示(demo08)
添加:添加按钮多行模式的演示(demo02)
添加:添加localUrl初始化参数,用来强抑转换本地URL地址,默认为不转换,可用参数:abs,root,rel,分别代表:绝 对地址、根地址、相对地址,例如设置为rel,所有本地URL会强制转为相对地址
添加:添加localUrl的3个参数的演示(demo04)
添加:超链接允许服务器上传接收程序直接返回超链接的文字内容,例如可以把上传的文件名作为超链接的文字
添加:添加返回超链接文字内容的附件式上传的演示(demo08)
添加:表情模块添加多分类功能,并调整模式以兼容UBB转换
添加:添加emots初始化参数,用以添加表情分类
添加:添加emotMark初始化参数,用以在img代码上添加emot属性,默认为false,若挂接UBB插件或者其它情况,就要设 置为true
添加:UBB模块添加对表情的转换支持,例:[emot=titter/][emot=qq,2/]
添加:添加upBtnText初始化参数,以设置上传按钮的文字,例如可以设置为:浏览
添加:添加onUpload初始化参数,上传成功时调用此回调函数,唯一参数值是上传的文件URL
添加:添加onUpload参数的演示(demo08)
添加:添加wordDeepClean初始化参数,用来控制是否深入的清理从Word粘贴的内容,默认为true
添加:添加IE浏览器拦截粘贴并清理Word代码的功能
添加:添加源代码缩进换行格式化功能,在查看源代码时格式化,但向服务器提交时压缩HTML代码
修正:ubb模块增加对非标准HTML代码的兼容性,并进一步完善空格转换的问题
修正:showModal模式窗口在IE6浏览器下无法覆盖select下拉框组件的bug修正
修正:getSelect接口在某些情况下会多选择一些HTML代码问题的修正
修正:IE6浏览器下,模式窗口后面的遮盖层,在没出现滚动条情况下无法充满浏览器的问题修正
修正:IE6和IE7浏览器下,模式窗口无法垂直居中问题的修正
修正:Word文档清理函数cleanWord进一步完善,提高代码兼容性
修正:pasteHTML函数在IE无法替换图片等对象问题的修正
修正:IE6浏览器下某些情况下无法完全全屏问题的修正
调整:快捷键addShortcuts接口可为同一个快捷键绑定多个执行代码,并开放为外部API调用
调整:jQuery更换为v1.4.1版本,同时建议更新为1.4.1版,1.3.2版本会导致图片的缩略图模式在IE6下工作不正常
调整:颜色表更换为Gmail颜色方案,相对更精简实用
调整:批量插入页面模块化,利用url参数进行调用,并添加单文件删除和限制重复文件功能
调整:为了便于统一更新,ASP版ubb2html改为javascript server版本,并添加html2ubb函数
取消:取消keepValue属性,默认全局保存src和href值
取消:考虑到baseUrl参数使用意义不大并有一定缺陷,在此取消此参数

最新1.0.0 beta2版本下载:http://code.google.com/p/xheditor/downloads/list

Statement
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
How do you handle database upgrades in MySQL?How do you handle database upgrades in MySQL?Apr 30, 2025 am 12:28 AM

The steps for upgrading MySQL database include: 1. Backup the database, 2. Stop the current MySQL service, 3. Install the new version of MySQL, 4. Start the new version of MySQL service, 5. Recover the database. Compatibility issues are required during the upgrade process, and advanced tools such as PerconaToolkit can be used for testing and optimization.

What are the different backup strategies you can use for MySQL?What are the different backup strategies you can use for MySQL?Apr 30, 2025 am 12:28 AM

MySQL backup policies include logical backup, physical backup, incremental backup, replication-based backup, and cloud backup. 1. Logical backup uses mysqldump to export database structure and data, which is suitable for small databases and version migrations. 2. Physical backups are fast and comprehensive by copying data files, but require database consistency. 3. Incremental backup uses binary logging to record changes, which is suitable for large databases. 4. Replication-based backup reduces the impact on the production system by backing up from the server. 5. Cloud backups such as AmazonRDS provide automation solutions, but costs and control need to be considered. When selecting a policy, database size, downtime tolerance, recovery time, and recovery point goals should be considered.

What is MySQL clustering?What is MySQL clustering?Apr 30, 2025 am 12:28 AM

MySQLclusteringenhancesdatabaserobustnessandscalabilitybydistributingdataacrossmultiplenodes.ItusestheNDBenginefordatareplicationandfaulttolerance,ensuringhighavailability.Setupinvolvesconfiguringmanagement,data,andSQLnodes,withcarefulmonitoringandpe

How do you optimize database schema design for performance in MySQL?How do you optimize database schema design for performance in MySQL?Apr 30, 2025 am 12:27 AM

Optimizing database schema design in MySQL can improve performance through the following steps: 1. Index optimization: Create indexes on common query columns, balancing the overhead of query and inserting updates. 2. Table structure optimization: Reduce data redundancy through normalization or anti-normalization and improve access efficiency. 3. Data type selection: Use appropriate data types, such as INT instead of VARCHAR, to reduce storage space. 4. Partitioning and sub-table: For large data volumes, use partitioning and sub-table to disperse data to improve query and maintenance efficiency.

How can you optimize MySQL performance?How can you optimize MySQL performance?Apr 30, 2025 am 12:26 AM

TooptimizeMySQLperformance,followthesesteps:1)Implementproperindexingtospeedupqueries,2)UseEXPLAINtoanalyzeandoptimizequeryperformance,3)Adjustserverconfigurationsettingslikeinnodb_buffer_pool_sizeandmax_connections,4)Usepartitioningforlargetablestoi

How to use MySQL functions for data processing and calculationHow to use MySQL functions for data processing and calculationApr 29, 2025 pm 04:21 PM

MySQL functions can be used for data processing and calculation. 1. Basic usage includes string processing, date calculation and mathematical operations. 2. Advanced usage involves combining multiple functions to implement complex operations. 3. Performance optimization requires avoiding the use of functions in the WHERE clause and using GROUPBY and temporary tables.

An efficient way to batch insert data in MySQLAn efficient way to batch insert data in MySQLApr 29, 2025 pm 04:18 PM

Efficient methods for batch inserting data in MySQL include: 1. Using INSERTINTO...VALUES syntax, 2. Using LOADDATAINFILE command, 3. Using transaction processing, 4. Adjust batch size, 5. Disable indexing, 6. Using INSERTIGNORE or INSERT...ONDUPLICATEKEYUPDATE, these methods can significantly improve database operation efficiency.

Steps to add and delete fields to MySQL tablesSteps to add and delete fields to MySQL tablesApr 29, 2025 pm 04:15 PM

In MySQL, add fields using ALTERTABLEtable_nameADDCOLUMNnew_columnVARCHAR(255)AFTERexisting_column, delete fields using ALTERTABLEtable_nameDROPCOLUMNcolumn_to_drop. When adding fields, you need to specify a location to optimize query performance and data structure; before deleting fields, you need to confirm that the operation is irreversible; modifying table structure using online DDL, backup data, test environment, and low-load time periods is performance optimization and best practice.

See all articles

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Atom editor mac version download

Atom editor mac version download

The most popular open source editor

VSCode Windows 64-bit Download

VSCode Windows 64-bit Download

A free and powerful IDE editor launched by Microsoft

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

SublimeText3 English version

SublimeText3 English version

Recommended: Win version, supports code prompts!

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor