-
- FCKeditor 2.6 正式版 发布
- Weather:多云转阴,北风4-5级转东风4-5级,(3~10)℃
- 2008-03-28
Version 2.6 (Download Zip or GZip from Sourceforge.net)
New Features and Improvements:
-
[#2017] The FCKeditorAPI.Instances object can now be used to access all FCKeditor instances available in the page.
-
[#1980] Attention: By default, the editor now produces and instead of and .
Fixed Bugs:
-
[#1924] The dialog close button is now correctly positioned in IE in RTL languages.
-
[#1933] Placeholder dialog will now display the placeholder value correctly in IE.
-
[#957] Pressing Enter or typing after a placeholder with the placeholder plugin will no longer generate colored text.
-
[#1952] Fixed an issue in FCKTools.FixCssUrls that, other than wrong, was breaking Opera.
-
[#1695] Removed Ctrl-Tab hotkey for Source mode and allowed Ctrl-T to work in Firefox.
-
[#1666] Fixed permission denied errors during opening popup menus in IE6 under domain relaxation mode.
-
[#1934] Fixed JavaScript errors when calling Selection.EnsureSelection() in dialogs.
-
[#1920] Fixed SSL warning message when opening image and flash dialogs under HTTPS in IE6.
-
[#1955] [#1981] [#1985] [#1989] Fixed XHTML source formatting errors in non-IE browsers.
-
[#2000] The # character is now properly encoded in file names returned by the File Browser.
-
[#1945] New folders and file names are now properly sanitized against control characters.
-
[#1944] Backslash character is now disallowed in current folder path.
-
[#1055] Added logic to override JavaScript errors occurring inside the editing frame due to user added JavaScript code.
-
[#1647] Hitting ENTER on list items containing block elements will now create new list item elements, instead of adding further blocks to the same list item.
-
[#1411] Label only combos now get properly grayed out when moving to source view.
-
[#2009] Fixed an important bug regarding styles removal on styled text boundaries, introduced with the 2.6 Beta 1.
-
[#2011] Internal CSS
-
-
Views(6265) | Comments(32) |
In:
web develop
|
(03/24)
3rgb.com 新版开发宣战书
[FCKeditor 2.6 正式版 发布]的回复
-
littlenew
于
2008-04-01 13:51:32
发表 |
IP:218.18.128.*
自个用还可以。
上一次给前台用,快把我给郁闷死了。
不过听说,标准的很。有时间试用一下。
-
柠檬园主
于
2008-04-01 17:48:17
发表 |
IP:221.201.146.*
双刃剑啦,不能很好把控的话,会觉得费劲的。但这已经是互联网上最好的在线编辑器了。
-
littlenew
于
2008-04-02 09:09:15
发表 |
IP:218.18.130.*
让我用的话,还可以,基本上都能搞定。

实在搞不定的话,我就跑来这里看一下。

- 4# re 于 2008-04-02 17:50:07 发表 | IP:124.146.177.*
google doc 也很好,未来也许可以使用google doc来替代FCKeditor
- 5# 柠檬园主 于 2008-04-02 21:21:40 发表 | IP:116.3.202.*
以后可以用手写的,哈哈...
那不是更好?
- 6# littlenew 于 2008-04-03 11:46:13 发表 | IP:218.18.130.*
问你个小问题,怎么取得fckeditor文字处的光标????以便插入我想要的文字。
这个问题应该很难的,我搜了好长时间,一无所获。
- 7# 柠檬园主 于 2008-04-07 15:17:55 发表 | IP:221.201.149.*
FCK有API可以用,可以直接在当前FCK编辑域的光标处执行动作的。
function InsertHTML(e,inStr)
{
var oEditor = FCKeditorAPI.GetInstance(e) ;
if ( oEditor.EditMode == FCK_EDITMODE_WYSIWYG )
{
// Insert the desired HTML.
oEditor.InsertHtml( inStr ) ;
}
else
alert( 'You must be on WYSIWYG mode!' ) ;
}function ExecuteCommand( commandName,e )
{
var oEditor = FCKeditorAPI.GetInstance(e) ;
oEditor.Commands.GetCommand( commandName ).Execute() ;
}
- 8# littlenew 于 2008-04-08 14:39:39 发表 | IP:219.133.10.*
园主,你太有才了
,感觉你比经典论坛上的版主还要牛B,谢谢。先就这么用,改天直接写到工具栏中去,只要一点就OK了。
- 9# 柠檬园主 于 2008-04-08 21:16:42 发表 | IP:221.201.148.*
呵呵,过奖了。

- 10# littlenew 于 2008-04-10 10:19:45 发表 | IP:218.17.61.*
看了一下2.6的,改了好多的东西,直接输入那个地址却不能访问了,安全性提高了很多。好东东呀。
- 11# 柠檬园主 于 2008-04-10 12:00:13 发表 | IP:221.201.152.*
嗯,我现在文件管理用的是CKfinder,没用FCK自带的,改天写个CKfinder的使用方法出来。。。
- 12# littlenew 于 2008-04-11 08:36:16 发表 | IP:218.18.209.*
好用吗?????有没有netrube修改的好用????
你还满喜欢尝鲜的呀。能贴个图吗????能让我先预览一下吗???
- 13# 柠檬园主 于 2008-04-11 09:08:42 发表 | IP:116.3.4.*
比FCK原来的(或是netrube修改版)肯定是非常好用的多了,因为ckfinder已经收费了,当然我们可以用全功能的demo版.
http://www.ckfinder.com/
- 14# littlenew 于 2008-04-11 16:12:26 发表 | IP:218.18.209.*
哈哈,下了,先看一下再说。
这些小道消息,你在什么地方搞到的,有高手指引
??
- 15# 柠檬园主 于 2008-04-14 22:23:51 发表 | IP:116.3.4.*
这个是fckeditor的增值产品啊,在fckeditor官网上就有的。
- 16# zzzz 于 2008-06-06 16:37:34 发表 | IP:123.7.6.*
<script type="text/javascript">
window.onload = function(){
alert("hoadof");
}
</script>我来试试 啊
- 17# 柠檬园主 于 2008-06-09 14:33:46 发表 | IP:60.212.204.*
欢迎来试啊。。。哇哈哈哈
- 18# littlenew 于 2008-06-10 09:36:51 发表 | IP:218.17.62.*
你想试的话,当然不能在编辑器里这样直接试了,要在源码的情况下写,所以你要自己运行一下fckeditor ,点击“源代码”然后写下:
<script type="text/javascript">
alert("我是一个大坏蛋,成功了。")
</script>这一招你还能防吗?哈哈,

- 19# 柠檬园主 于 2008-06-11 22:16:35 发表 | IP:124.93.18.*
嗯,想法不错,可以试试啊.嘿嘿...
- 20# zzzz 于 2008-06-12 17:24:35 发表 | IP:123.7.6.*
<SCRIPT language=javascript type=text/javascript>
alert("ddddddddd");
</SCRIPT>
<DIV STYLE="background-image: url(javascript:location.href='http://baidu.com')"></div>
<HR>
- 21# zzzz 于 2008-06-12 17:25:47 发表 | IP:123.7.6.*
要是用在后台让会员发文章的话,怎么过滤。?
- 22# ZZZzzz 于 2008-06-13 18:34:53 发表 | IP:152.104.150.*
我倒,居然有人疑似我的.
p.s.柠檬最近怎么不更新了?
- 23# 柠檬园主 于 2008-06-13 22:37:57 发表 | IP:124.93.18.*
to 4z:后台前台还不是一样的?提交上去,用正则表达式过滤就是了。网上有很多关于过滤脚本的代码的。
to 6z:这个月被外派到别的公司外协,封闭开发环境,不能上网呀,我也苦啊。晚上回来就想着看电影睡觉了。。。。
- 24# 4z 于 2008-06-13 23:42:14 发表 | IP:123.14.129.*
谢谢。柠檬园主。
- 25# 柠檬园主 于 2008-06-15 13:24:31 发表 | IP:124.93.19.*
客气客气啦。
- 26# hgkghk 于 2008-07-31 14:25:48 发表 | IP:119.115.182.*
45646
- 27# RE 于 2008-08-03 18:17:23 发表 | IP:220.210.178.*
<SCRIPT>alert('我才是大坏蛋');</SCRIPT>
- 28# RE 于 2008-08-03 18:18:39 发表 | IP:220.210.178.*
<SCRIPT><SCRIPT>alert('我才是大坏蛋,once again');</SCRIPT></SCRIPT>
- 29# RE 于 2008-08-03 18:20:37 发表 | IP:220.210.178.*
<font color='red'>alert('我才是大坏蛋,怎么搞不定呢?先测试一下方法对不对。');</font>
- 30# re 于 2008-08-03 18:47:23 发表 | IP:220.210.178.*
Hello,world
- 31# RE 于 2008-08-03 18:50:26 发表 | IP:220.210.178.*
搞定了,一下子测出来2个bug:
1、script脚本不正确
2、没有监测恶意HTML,我不小心把font标记的结束写丢了个斜线,搞得下面全红了,晕。
- 32# 柠檬园主 于 2008-08-03 20:09:20 发表 | IP:124.93.19.*
你真是勤劳的好孩子。
