fck 相关的软件列表

首页

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

首页

轻松实现 CKfinder进驻CKEditor3.0

2020-02-16 标签:轻松,实现,ckfinder,进驻,ckeditor,我想,有没有,简单,解决方案,我去,官方网站,查看,文档,发现,给我,极为,简便,http

我想有没有更简单的解决方案呢,于是我去官方网站查看了文档,发现他们其实给我们一个极为简便的解决方案:http://docs.fckeditor.net/CKFinder/Developers_Guide/ASP.NET/CKEditor_Integration实现代码如下:CKEDITOR.repl

首页

ASp.net下fckeditor配置图片上传最简单的方法

2020-02-16 标签:asp,n,et,fckeditor,配置图,上传,简单,方法,原先,配置,filemanager,connectors,目录,删除,同学,可能会,问了,文件

1. 原先的配置 把 fckeditor/filemanager/connectors 目录删除; 有同学可能会问了,都删除了怎么上传文件? 呵呵。。。 2. 不要引用 FredCK.FCKeditorV2.dll; 因为我都是采用js写的,不采用控件的方式; 其实网上有很多人在尝试往 fckedi

首页

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,实现,图片,的上,修改,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

首页

FCKeditor 源代码分析附中文注释

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

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