Finally know how it works Take a lot this page: http://dev.fckeditor.net/browser/FCKeditor/trunk/editor/_source/classes/fckeditingarea.js?rev=445
Scroll down to the MakeEditable function. In it we have oDoc.execCommand( 'enableInlineTableEditing', false, ! FCKConfig.DisableFFTableHandles ) ; That will do the magic. Cheers _______________________________________________ dev-tech-editor mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-editor
