Changeset 329
- Timestamp:
- 2007-05-28 17:59:34 (20 months ago)
- Location:
- FCKeditor/trunk
- Files:
-
- 3 modified
-
editor/filemanager/browser/default/connectors/aspx/connector.aspx (modified) (1 diff)
-
editor/filemanager/upload/aspx/upload.aspx (modified) (1 diff)
-
_whatsnew.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
FCKeditor/trunk/editor/filemanager/browser/default/connectors/aspx/connector.aspx
r132 r329 1 <%@ Page language="c#" Inherits="FredCK.FCKeditorV2.FileBrowserConnector" AutoEventWireup="false" %>1 <%@ Page language="c#" Trace="false" Inherits="FredCK.FCKeditorV2.FileBrowserConnector" AutoEventWireup="false" %> 2 2 <%-- 3 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net -
FCKeditor/trunk/editor/filemanager/upload/aspx/upload.aspx
r132 r329 1 <%@ Page language="c#" Inherits="FredCK.FCKeditorV2.Uploader" AutoEventWireup="false" %>1 <%@ Page language="c#" Trace="false" Inherits="FredCK.FCKeditorV2.Uploader" AutoEventWireup="false" %> 2 2 <%-- 3 3 * FCKeditor - The text editor for Internet - http://www.fckeditor.net -
FCKeditor/trunk/_whatsnew.html
r328 r329 107 107 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/493">#493</a>] If the containing 108 108 form had a button named "submit" the "Save" command didn't work in Firefox.</li> 109 <li>[<a target="_blank" href="http://dev.fckeditor.net/ticket/414">#414</a>] If tracing was 110 globally enabled in Asp.net 2 then the Asp.Net connector did fail.</li> 109 111 </ul> 110 112 <h3>