Opened 14 years ago
Closed 14 years ago
#7965 closed Bug (invalid)
FCK is not defined fckeditor/2.6/editor/js/fckeditorcode_gecko.js Line: 31
Reported by: | sandhya | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | FCKeditor 2.6 |
Keywords: | Cc: | sandhya.pingale@… |
Description
Hi,
I am using FCK editor 2.6 with asp.net 3.5 and ajax toolkit script manager. I have added following code to get updated text from fck editor.
btnSave.Attributes.Add("onclick", "FCKUpdateLinkedField('" + this.FckClientId.ToString() + "');");
and on aspx page
function FCKUpdateLinkedField(id) {
try {
if (typeof (FCKeditorAPI) == "object") {
FCKeditorAPI.GetInstance(id).UpdateLinkedField();
}
} catch (err) { }
}
but this gives fck undefined error in FF.
Can u please post the patch for this. I have referred all post in 234 & 1235 but not able to fix it.
Thanks & Regards Sandhya.
FCKeditor is no longer supported.
Please try to use CKEditor for ASP.NET (http://ckeditor.com/download) The CKEditor was rewritten and is free from many bugs of FCKeditor.