Missing TemplatesXmlPath Property in FCKeditor.cs
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)
Description: |
modified (diff)
|
Reporter: |
changed from Martin Kou to blueandbold@…
|
Component: |
General →
Server : ASP.Net
|
Keywords: |
Confirmed HasPatch added
|
Resolution: |
→ wontfix
|
Status: |
confirmed →
closed
|
The FCKeditor.Net component is no longer maintained. New integration for CKEditor will be coming soon.