xheditor-1.1.13
opera 

所属分类:WEB开发
开发工具:SQL
文件大小:728KB
下载次数:2
上传日期:2012-03-06 16:21:20
上 传 者zygabc
说明:  xhEditor是一个基于jQuery开发的简单迷你并且高效的在线可视化HTML编辑器,基于网络访问并且兼容IE 6.0+,Firefox 3.0+,Opera 9.6+,Chrome 1.0+,Safari 3.22+。 xhEditor完全基于Javascript开发,您可以应用在任何的服务端语言环境下,例如:PHP、ASP、ASP.NET、JAVA等。 xhEditor可以在您的CMS、博客、论坛、商城等互联网平台上完美的嵌入运行,能够非常灵活简单的和您的系统实现完美的无缝衔接
(xhEditor is developed based on jQuery mini simple and efficient online visualization HTML editor, network access and is compatible with IE 6.0, Firefox 3.0, Opera 9.6, the Chrome 1.0, Safari 3.22. xhEditor fully developed based on Javascript, you can apply any server-side language environment, such as: PHP, ASP, ASP.NET, JAVA and other. xhEditor perfect in your CMS, blog, forum, shopping centers and other Internet platforms embedded run, very flexible and simple and your system to achieve a perfect seamless)

文件列表:
xheditor-1.1.13 (0, 2012-03-04)
xheditor-1.1.13\CHANGE.txt (45976, 2012-03-04)
xheditor-1.1.13\demos (0, 2012-03-04)
xheditor-1.1.13\demos\common.css (1195, 2011-08-02)
xheditor-1.1.13\demos\demo01.html (4428, 2012-03-04)
xheditor-1.1.13\demos\demo02.html (4158, 2012-03-04)
xheditor-1.1.13\demos\demo03.html (3901, 2012-03-04)
xheditor-1.1.13\demos\demo04.html (8187, 2012-03-04)
xheditor-1.1.13\demos\demo05.html (4618, 2012-03-04)
xheditor-1.1.13\demos\demo06.html (2264, 2012-03-04)
xheditor-1.1.13\demos\demo07.html (7329, 2012-03-04)
xheditor-1.1.13\demos\demo08.html (9880, 2012-03-04)
xheditor-1.1.13\demos\demo09.html (16294, 2012-03-04)
xheditor-1.1.13\demos\demo10.html (6324, 2012-03-04)
xheditor-1.1.13\demos\demo11.html (2839, 2012-03-04)
xheditor-1.1.13\demos\demo12.html (3329, 2012-03-04)
xheditor-1.1.13\demos\googlemap (0, 2012-03-04)
xheditor-1.1.13\demos\googlemap\googlemap.html (1187, 2011-10-17)
xheditor-1.1.13\demos\googlemap\googlemap.js (2150, 2011-06-22)
xheditor-1.1.13\demos\googlemap\map.gif (782, 2010-07-09)
xheditor-1.1.13\demos\img (0, 2012-03-04)
xheditor-1.1.13\demos\img\plugin.gif (270, 2010-05-15)
xheditor-1.1.13\demos\img\tabbgl.gif (666, 2010-05-05)
xheditor-1.1.13\demos\img\tabbgr.gif (2023, 2010-05-05)
xheditor-1.1.13\demos\img\xheditor.gif (2309, 2010-05-05)
xheditor-1.1.13\demos\img\xheditorbg.gif (2525, 2010-10-04)
xheditor-1.1.13\demos\index.html (1567, 2011-07-07)
xheditor-1.1.13\demos\mediaplayer (0, 2012-03-04)
xheditor-1.1.13\demos\mediaplayer\flv.gif (626, 2010-05-05)
xheditor-1.1.13\demos\mediaplayer\player.swf (82813, 2010-05-05)
xheditor-1.1.13\demos\prettify (0, 2012-03-04)
xheditor-1.1.13\demos\prettify\code.gif (987, 2010-02-21)
xheditor-1.1.13\demos\prettify\lang-apollo.js (1019, 2010-07-21)
xheditor-1.1.13\demos\prettify\lang-hs.js (631, 2010-07-21)
xheditor-1.1.13\demos\prettify\lang-lisp.js (789, 2010-07-21)
xheditor-1.1.13\demos\prettify\lang-lua.js (570, 2010-07-21)
xheditor-1.1.13\demos\prettify\lang-ml.js (1117, 2010-07-21)
xheditor-1.1.13\demos\prettify\lang-proto.js (330, 2010-07-21)
xheditor-1.1.13\demos\prettify\lang-scala.js (962, 2010-07-21)
xheditor-1.1.13\demos\prettify\lang-sql.js (1679, 2010-07-21)
... ...

####################################################################### # # xhEditor 自述文件 # ####################################################################### 使用方法 1. 下载xhEditor最新版本。 下载地址:http://xheditor.com/download 2. 解压压缩文件,将其中的xheditor-zh-cn.min.js以及xheditor_emot、xheditor_plugins和xheditor_skin三个文件夹上传到网站相应目录 注:如果您网站中没有使用jQuery框架,也请一并上传jquery文件夹中的jquery-1.4.4.min.js 3. 在相应html文件的之前添加 注:如果jQuery之前已经在项目页面中使用,请勿重复添加引用代码 4. 方法1:在textarea上添加属性: class="xheditor" 例如: 方法2:在您的页面初始JS代码里加上: $('#elm1').xheditor(); $('#elm1').xheditor(); 例如: $({ $('#elm1').xheditor(); }); 相应的卸载编辑器的代码为 $('#elm1').xheditor(false); 重要说明:2种初始化方法只能选择其中一种,不能混合使用,优先级分别是:class初始化>JS初始化,如果页面中使用了class初始化模式,JS初始化代码就无效了 更多帮助信息,请查看在线技术手册:http://xheditor.com/manual 或者参考demos文件夹中的演示页面 建议使用wizard.html初始化代码生成向导来生成适合你的代码。

近期下载者

相关文件


收藏者