Ticket #1626: 1626_FCKeditor.patch

File 1626_FCKeditor.patch, 1.5 KB (added by Frederico Caldeira Knabben, 16 years ago)

First patch proposal for the FCKeditor repository

  • editor/filemanager/connectors/aspx/config.ascx

     
     1<%@ Control Language="C#" Inherits="FredCK.FCKeditorV2.FileBrowserConfig" %>
     2<script runat="server">
     3
     4        public override void Config()
     5        {
     6                this.Enabled = false;
     7        }
     8       
     9</script>
     10 No newline at end of file
  • editor/filemanager/connectors/aspx/connector.aspx

     
    1 <%@ Page language="c#" Trace="false" Inherits="FredCK.FCKeditorV2.FileBrowserConnector" AutoEventWireup="false" %>
     1<%@ Page Language="c#" Trace="false" Inherits="FredCK.FCKeditorV2.FileBrowserConnector" AutoEventWireup="false" %>
     2<%@ Register Src="config.ascx" TagName="Config" TagPrefix="FCKeditor" %>
    23<%--
    34 * FCKeditor - The text editor for Internet - http://www.fckeditor.net
    45 * Copyright (C) 2003-2007 Frederico Caldeira Knabben
     
    2728 *
    2829 * To download the FCKeditor.Net package, go to our official web site:
    2930 * http://www.fckeditor.net
    30 --%>
    31  No newline at end of file
     31--%>
     32<FCKeditor:Config id="Config" runat="server"></FCKeditor:Config>
     33 No newline at end of file
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy