Ticket #685 (new Bug)

Opened 16 months ago

Last modified 8 months ago

Missing TemplatesXmlPath Property in FCKeditor.cs

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

Description (last modified by martinkou) (diff)

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

Changed 16 months ago by martinkou

  • description modified (diff)

Changed 16 months ago by martinkou

  • reporter changed from martinkou to blueandbold@…

Changed 12 months ago by alfonsoml

  • component changed from General to Server : ASP.Net

Changed 8 months ago by w.olchawa

  • keywords Confirmed HasPatch added
Note: See TracTickets for help on using tickets.