Hi,
In IE the link button and the select all button stay disabled. I've been looking at this problem and think it has to do with the next line in the fck_command.js file as well as the line in fckeditorcode_ie_2.js:
oCommand=new FCKDialogCommand('Link',FCKLang.DlgLnkWindowTitle,'dialog/fck_link.html',400,330,FCK.GetNamedCommandState,'CreateLink');
If I change the CreateLink into Link it seems to work okay. Could someone tell me if I'm right!
In IE the link button and the select all button stay disabled. I've been looking at this problem and think it has to do with the next line in the fck_command.js file as well as the line in fckeditorcode_ie_2.js:
oCommand=new FCKDialogCommand('Link',FCKLang.DlgLnkWindowTitle,'dialog/fck_link.html',400,330,FCK.GetNamedCommandState,'CreateLink');
If I change the CreateLink into Link it seems to work okay. Could someone tell me if I'm right!