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.

Change History (1)

comment:1 Changed 14 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

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.

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