editor 相关的软件列表

首页

xhEditor的异步载入实现代码

2020-02-16 标签:xheditor,异步,载入,实现,代码,我将,会使,作为,新的,在线,编辑器,我希望,通过,php,函数,就能,调用,如实,现代

我将会使用xheditor作为新的在线编辑器,我希望它可以能通过一个php函数就能调用如实现代码如下:function editor($content,$name){$editor=$contentEOT;return $editor;}这样做的好处有:1,不用每次调用xheditor编辑器,都在前

首页

配置fckeditor 实现图片的上传

2020-02-16 标签:配置,fckeditor,实现,图片,的上,修改,editor,filemanager,upload,php,browser,default,connectors,config,enabled,true

1.应该修改editor\filemanager\upload\php\editor\filemanager\browser\default\connectors\php\config.php 中的$Config['Enabled'] = true ; 2.应该修改editor\filemanage

首页

FCKeditor提供了一个完整的JavaScript API

2020-02-16 标签:fckeditor,提供,完整,javascript,api,offers,a,complete,so,interact,once,editor,loaded,running,application,public,interface,利用,来处

FCKeditor offers a complete JavaScript API so you can interact with it once the editor is loaded and running. FCKeditor提供了一个完整的JavaScript API(Applicat

首页

javascript 获取FCKeditor内容

2020-02-16 标签:javascript,获取,fckeditor,内容,形式,实现,代码,如下,varoeditor,getinstance,content,varcontent,oeditor,getxhtml,true,利用

形式如: 实现代码如下: varoEditor=FCKeditorAPI.GetInstance('content'); varcontent=oEditor.GetXHTML(true);************************************************* 利用Jav

首页

FCKeditor 源代码分析附中文注释

2020-02-16 标签:fckeditor,源代码,分析,附中,注释,这几天,都在,研究,网络,应用,比较,广泛,网页,编辑器,需要,感谢,n,ileaderblog,辛苦

这几天都在研究FCKeditor的源代码 (FCKeditor就是网络中应用比较广泛的网页编辑器)这里需要感谢nileaderblog的辛苦翻译。几乎搜遍了Internet,似乎对于fckconfig.js这个文件讲解的很多,但对于fckeditor.js这个FCK的核心类文件的资料几乎为0. 所以

首页

ASP下使用FCKeditor在线编辑器的方法

2020-02-16 标签:asp,使用,fckeditor,在线,编辑器,方法,先说,测试,环境,xpsp,iis,建立,新的,站点,直接,取名

先说一下我的测试环境:XPSP2,IIS5.1,FCKeditor2.0   在IIS上建立一个新的站点,我直接取名为FCKeditor   在DW里建立一个相对应的站点,测试服务器为本机,支持VBScript   下载FCKeditor2.0,这个东西是开源的,网上能下到的地方很多,自己找去……

首页

php下FCKeditor2.6.5网页编辑器的使用方法

2020-02-16 标签:php,fckeditor,网页,编辑器,使用方法,首先,去官,网下,多国,语言,http,ckeditor,com,download

1、首先去官网下载FCKeditor2.6.5 多国语言版。http://ckeditor.com/download,注意:第一个为最新3.0.1版,第二个才是FCKeditor 2.6.5 2、删除不必要的东西: 删除/FCKeditor/目录下除fckconfig.js,fckeditor.js

首页

fckeditor在php中的用法(添加于修改写成了函数)

2020-02-16 标签:fckeditor,php,用法,添加,修改,写成,函数,实现,代码,如下,function,act,id,url,调用,补完,发表文章,表单

实现代码如下: function CreateEditor ($act,$id,$url) { #调用FCKeditor并补完发表文章的表单,act=0:发表新文章 =1修改文章 include("editor/fckeditor.php"); //FCKeditor已存放到此目录下 $oEdito

首页

asp.net FCKeditor自定义非空验证

2020-02-16 标签:asp,n,et,fckeditor,自定义,验证,需要,提交,两次,才能,通过,解决,办法,禁用,控件,客户端,脚本

需要提交两次才能通过。解决的办法是禁用RequiredFieldValidator控件的客户端脚本验证功能。只在服务器端验证。实现代码如下: 今天在查找资料的时候,偶然间看到一个新的解决方法。 利用FCK提供的方法使用CustomValidator控件,就可以解决上述的bug。在客户端使用js做FC

首页

asp.net FCKeditor 2.6.3 配置说明

2020-02-16 标签:asp,n,et,fckeditor,配置,说明,不需要,安装,任何,形式,客户端,兼容,绝大多数,主流,浏览器,支持,net

它不需要安装任何形式的客户端,兼容绝大多数主流浏览器,支持ASP.Net、ASP、ColdFusion 、PHP、Java、Active-FoxPro、Lasso、Perl、ython 等编程环境。官方网站 http://www.fckeditor.net/官方文档 http://wiki.fcke