温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:MyWebPages51aspx汉化最终版
当前文件:
MyWebPagesStarterKit/App_Code/FCKEditor/_whatsnew.html,打开代码结构图
MyWebPagesStarterKit/App_Code/FCKEditor/_whatsnew.html,打开代码结构图1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 2
<!-- 3
* FCKeditor - The text editor for internet 4
* Copyright (C) 2003-2005 Frederico Caldeira Knabben 5
* 6
* Licensed under the terms of the GNU Lesser General Public License: 7
* http://www.opensource.org/licenses/lgpl-license.php 8
* 9
* For further information visit: 10
* http://www.fckeditor.net/ 11
* 12
* "Support Open Source software. What about a donation today?" 13
--> 14
<html> 15
<head> 16
<title>FCKeditor - What's New</title> 17
<style> 18
body { font-family: Arial, Verdana, Sans-Serif; } 19
p { margin-left: 20px; } 20
</style> 21
</head> 22
<body> 23
<h3>Version 2.2</h3> 24
<P>New Features and Improvements:</P> 25
<UL> 26
<LI> 27
The <STRONG>Quick File Uploader</STRONG> 28
is now available. So you point allo Uploading 29
configuration setting to the 30
editor/filemanager/upload/aspx/upload.aspx file. 31
<LI> 32
The rendered output is now <STRONG>XHTML</STRONG> 33
compatible. 34
<LI> 35
You can set the QueryString value "fcksource=true" to load the editor using the 36
source files (located in the _source directory) instead of the compressed ones. 37
Thanks to Kae Verens for the suggestion. 38
<LI> 39
<STRONG>Attention</STRONG>: for security reasons, it is not anymore possible to 40
pass the user files directory path by the URL.</LI></UL> 41
<P>Fixed Bugs:</P> 42
<UL> 43
<LI> 44
[<A href="http://sourceforge.net/tracker/index.php?func=detail&aid=1249796&group_id=75348&atid=543653" 45
target="_blank">SF BUG-1249796</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&aid=1260153&group_id=75348&atid=543653" 46
target="_blank">SF BUG-1260153</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&aid=1308718&group_id=75348&atid=543653" 47
target="_blank">SF BUG-1308718</A>] The editor is now loading correctly 48
over Firefox when placed inside a control hierarchy. 49
<LI> 50
The configurations set in the editor are now saved in the viewstate and persist 51
during posts.</LI></UL> 52
<H3>Version 2.1</H3> 53
<P>New Features and Improvements:</P> 54
<UL> 55
<LI> 56
All <STRONG>configurations</STRONG> can now be set as component <STRONG>properties</STRONG>. 57
<LI> 58
The editor now resolves <STRONG>application relative paths</STRONG> 59
(starting with tilde "~"). Thanks to "theyoyoman". 60
<LI> 61
The samples have been moved to the FCKeditor.Net package. In this way we can 62
provide a richer and more organized set of samples.</LI></UL> 63
<P>Fixed Bugs:</P> 64
<UL> 65
<LI> 66
[<A href="http://sourceforge.net/tracker/?group_id=75348&atid=543653" target="_blank">SF 67
BUG-1118200</A>] [<A href="https://sourceforge.net/tracker/index.php?func=detail&aid=1117410&group_id=75348&atid=543653" 68
target="_blank">SF BUG-1117410</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&aid=1091348&group_id=75348&atid=543653" 69
target="_blank">SF BUG-1091348</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&aid=1150981&group_id=75348&atid=543653" 70
target="_blank">SF BUG-1150981</A>] [<A href="http://sourceforge.net/tracker/index.php?func=detail&aid=1109086&group_id=75348&atid=543653" 71
target="_blank">SF BUG-1109086</A>] There was an incorrect use of the 72
UniqueID property when rendering the editor HTML. It was causing errors when 73
running the editor over a User Control. It has been fixed. 74
<LI> 75
The component now detects IE 5.5 browsers correctly. Thanks to "chayes20". 76
<LI> 77
The references to fckeditor.js in the samples have been removed. There were 78
never required. It was just a "typo" in the sample pages.</LI></UL> 79
</SPAN> 80
</body> 81
</html> 82




body
