日期:2014-05-16  浏览次数:20418 次

Extjs3.3结合fckeditor2.6.6实现可视化编辑器(java版)

工程在附件中,后台为java。

?

fckeditorDemo_v1.0:

1,支持中文名称的图片上传。

2,提供了getValue(),setValue(),focus(),reset()方法。

3,添加了'fckInstance'事件,可以侦听fck实例化



?
1 楼 letsflytogether 2010-12-13  
很棒,不过有没有支持EXT2的,另外我也奇怪,EXT3.3的协议没法商用,难道大家都付费了?
2 楼 simen_net 2010-12-14  
letsflytogether 写道
很棒,不过有没有支持EXT2的,另外我也奇怪,EXT3.3的协议没法商用,难道大家都付费了?


Windows很棒,不过有没有Windows游戏能在Linux下玩,另外我也奇怪,Windows的协议没法免费使用,难道大家都付费了?   玩笑



另外——fckeditor+ExtJS 效率太低
3 楼 archerfrank 2010-12-14  
还在用2.x。。。。
4 楼 qiyueguxing 2010-12-16  
EXT这东西少碰为好啊,经验之谈。。。。
5 楼 jstruts 2011-03-22  
this.fckInstance = FCKeditorAPI.GetInstance(this.el.id); 


这句有问题 ,出错信息:

FCKeditorAPI is not defined
6 楼 czpae86 2011-03-22  
jstruts 写道
this.fckInstance = FCKeditorAPI.GetInstance(this.el.id); 


这句有问题 ,出错信息:

FCKeditorAPI is not defined


fck的js文件没有引入吗?或者没有完成加载
7 楼 sdyjmc 2011-03-27  
不错,正是我需要的,FckEditor2.6版本以后改成CKEditor了吧,


8 楼 suan2046 2012-04-16  
czpae86 写道
jstruts 写道
this.fckInstance = FCKeditorAPI.GetInstance(this.el.id); 


这句有问题 ,出错信息:

FCKeditorAPI is not defined


fck的js文件没有引入吗?或者没有完成加载


的确有这样的错误,所在的js 是动态加载进来的话,就会出现这样的错误