Opened 17 years ago

Closed 13 years ago

#685 closed Bug (wontfix)

Missing TemplatesXmlPath Property in FCKeditor.cs

Reported by: blueandbold@… Owned by:
Priority: Normal Milestone:
Component: Server : ASP.Net Version:
Keywords: SF HasPatch Cc:

Description (last modified by Martin Kou)

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 ; }
}

Moved from SF:[[Bhttp://sourceforge.net/tracker/index.php?func=detail&aid=1346349&group_id=75348&atid=543653R]]

Change History (5)

comment:1 Changed 17 years ago by Martin Kou

Description: modified (diff)

comment:2 Changed 17 years ago by Martin Kou

Reporter: changed from Martin Kou to blueandbold@…

comment:3 Changed 17 years ago by Alfonso Martínez de Lizarrondo

Component: GeneralServer : ASP.Net

comment:4 Changed 16 years ago by Wojciech Olchawa

Keywords: Confirmed HasPatch added

comment:5 Changed 13 years ago by Wiktor Walc

Resolution: wontfix
Status: confirmedclosed

The FCKeditor.Net component is no longer maintained. New integration for CKEditor will be coming soon.

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