Home Database Mysql Tutorial 国产开源XHTML在线编辑器xhEditor 1.0.0 beta2发布

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

Jun 07, 2016 pm 03:49 PM
xhtml Domestic online Open source editor

软件追踪 运行平台:平台无关 授权方式:开源软件 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 of this Website
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

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

AI Hentai Generator

AI Hentai Generator

Generate AI Hentai for free.

Hot Article

R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
2 weeks ago By 尊渡假赌尊渡假赌尊渡假赌

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

15 recommended open source free image annotation tools 15 recommended open source free image annotation tools Mar 28, 2024 pm 01:21 PM

Image annotation is the process of associating labels or descriptive information with images to give deeper meaning and explanation to the image content. This process is critical to machine learning, which helps train vision models to more accurately identify individual elements in images. By adding annotations to images, the computer can understand the semantics and context behind the images, thereby improving the ability to understand and analyze the image content. Image annotation has a wide range of applications, covering many fields, such as computer vision, natural language processing, and graph vision models. It has a wide range of applications, such as assisting vehicles in identifying obstacles on the road, and helping in the detection and diagnosis of diseases through medical image recognition. . This article mainly recommends some better open source and free image annotation tools. 1.Makesens

Ten recommended open source free text annotation tools Ten recommended open source free text annotation tools Mar 26, 2024 pm 08:20 PM

Text annotation is the work of corresponding labels or tags to specific content in text. Its main purpose is to provide additional information to the text for deeper analysis and processing, especially in the field of artificial intelligence. Text annotation is crucial for supervised machine learning tasks in artificial intelligence applications. It is used to train AI models to help more accurately understand natural language text information and improve the performance of tasks such as text classification, sentiment analysis, and language translation. Through text annotation, we can teach AI models to recognize entities in text, understand context, and make accurate predictions when new similar data appears. This article mainly recommends some better open source text annotation tools. 1.LabelStudiohttps://github.com/Hu

Essential software for C language programming: five good helpers recommended for beginners Essential software for C language programming: five good helpers recommended for beginners Feb 20, 2024 pm 08:18 PM

C language is a basic and important programming language. For beginners, it is very important to choose appropriate programming software. There are many different C programming software options on the market, but for beginners, it can be a bit confusing to choose which one is right for you. This article will recommend five C language programming software to beginners to help them get started quickly and improve their programming skills. Dev-C++Dev-C++ is a free and open source integrated development environment (IDE), especially suitable for beginners. It is simple and easy to use, integrating editor,

Recommended: Excellent JS open source face detection and recognition project Recommended: Excellent JS open source face detection and recognition project Apr 03, 2024 am 11:55 AM

Face detection and recognition technology is already a relatively mature and widely used technology. Currently, the most widely used Internet application language is JS. Implementing face detection and recognition on the Web front-end has advantages and disadvantages compared to back-end face recognition. Advantages include reducing network interaction and real-time recognition, which greatly shortens user waiting time and improves user experience; disadvantages include: being limited by model size, the accuracy is also limited. How to use js to implement face detection on the web? In order to implement face recognition on the Web, you need to be familiar with related programming languages ​​and technologies, such as JavaScript, HTML, CSS, WebRTC, etc. At the same time, you also need to master relevant computer vision and artificial intelligence technologies. It is worth noting that due to the design of the Web side

Just released! An open source model for generating anime-style images with one click Just released! An open source model for generating anime-style images with one click Apr 08, 2024 pm 06:01 PM

Let me introduce to you the latest AIGC open source project-AnimagineXL3.1. This project is the latest iteration of the anime-themed text-to-image model, aiming to provide users with a more optimized and powerful anime image generation experience. In AnimagineXL3.1, the development team focused on optimizing several key aspects to ensure that the model reaches new heights in performance and functionality. First, they expanded the training data to include not only game character data from previous versions, but also data from many other well-known anime series into the training set. This move enriches the model's knowledge base, allowing it to more fully understand various anime styles and characters. AnimagineXL3.1 introduces a new set of special tags and aesthetics

Alibaba 7B multi-modal document understanding large model wins new SOTA Alibaba 7B multi-modal document understanding large model wins new SOTA Apr 02, 2024 am 11:31 AM

New SOTA for multimodal document understanding capabilities! Alibaba's mPLUG team released the latest open source work mPLUG-DocOwl1.5, which proposed a series of solutions to address the four major challenges of high-resolution image text recognition, general document structure understanding, instruction following, and introduction of external knowledge. Without further ado, let’s look at the effects first. One-click recognition and conversion of charts with complex structures into Markdown format: Charts of different styles are available: More detailed text recognition and positioning can also be easily handled: Detailed explanations of document understanding can also be given: You know, "Document Understanding" is currently An important scenario for the implementation of large language models. There are many products on the market to assist document reading. Some of them mainly use OCR systems for text recognition and cooperate with LLM for text processing.

Single card running Llama 70B is faster than dual card, Microsoft forced FP6 into A100 | Open source Single card running Llama 70B is faster than dual card, Microsoft forced FP6 into A100 | Open source Apr 29, 2024 pm 04:55 PM

FP8 and lower floating point quantification precision are no longer the "patent" of H100! Lao Huang wanted everyone to use INT8/INT4, and the Microsoft DeepSpeed ​​team started running FP6 on A100 without official support from NVIDIA. Test results show that the new method TC-FPx's FP6 quantization on A100 is close to or occasionally faster than INT4, and has higher accuracy than the latter. On top of this, there is also end-to-end large model support, which has been open sourced and integrated into deep learning inference frameworks such as DeepSpeed. This result also has an immediate effect on accelerating large models - under this framework, using a single card to run Llama, the throughput is 2.65 times higher than that of dual cards. one

Introduction to Go language development tools: a list of essential tools Introduction to Go language development tools: a list of essential tools Mar 29, 2024 pm 01:06 PM

Title: Introduction to Go language development tools: List of essential tools In the development process of Go language, using appropriate development tools can improve development efficiency and code quality. This article will introduce several essential tools commonly used in Go language development, and attach specific code examples to allow readers to understand their usage and functions more intuitively. 1.VisualStudioCodeVisualStudioCode is a lightweight and powerful cross-platform development tool with rich plug-ins and functions.

See all articles