Opened 17 years ago

Last modified 13 years ago

#685 closed Bug

Missing TemplatesXmlPath Property in FCKeditor.cs — at Initial Version

Reported by: Martin Kou Owned by:
Priority: Normal Milestone:
Component: Server : ASP.Net Version:
Keywords: SF HasPatch Cc:

Description

The ablility to set a custom path for Templates is missing in .NET versions. I added the below code to FCKeditor.cs and corrected issue.

/// <summary>
/// TemplatesXmlPath- added because suppose
/// to be there
/// </summary>
[ Category("Configurations") ]
public string TemplatesXmlPath
{
set { this.Config["TemplatesXmlPath"] = value ; }
}

Change History (0)

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy