Hello,

I am facing issue with my FCKEditor.

I have enabled FCKEditor, but when i saved data as a draft, title and cateagories are saved but body is not saving in database. I am not getting data in POST.

Please help me.

vijay

Comments

flexer’s picture

I'm using FCK with the latest version (note that the latest module version in quite new, and you probably should upgrade).

The latest version contains some improvement for the FCK.

Do not forget to clear your browser cache to be sure to load the latest version of the JavaScript.

vijaythummar’s picture

Yes I am using FCKEditor_2.6.3, and i also cleared cache too, still not getting result of "body".

I have also posted comment at for populating form.

http://drupal.org/node/331862#comment-1117329

Thanks,

vijay

flexer’s picture

vijaythummar this is *not* the latest version of the MODULE. Please upgrade.

I was not talking about the version of the FCK, but about the version of the module.

As you may see in the new draft.js, the way to interact with FCK is:

  // adding FCKEditor support
  if (typeof FCKeditorAPI == 'object') {
    for( var i = 0 ; i < fckLaunchedJsId.length ; i++ ) { 
      var fck = FCKeditorAPI.GetInstance( fckLaunchedJsId[i] );
      fck.UpdateLinkedField();
    }
  }

Sorry for the cross post, but this issue should be closed.

darren.ferguson’s picture

Status: Active » Closed (fixed)