Hi,
first sorry for me english, i speak french...
I like copy from a FCK Editore selected text to an other FCK Editor in the same page. I use this code, but on paste, I lose the html informations (text only copy). And I like clear destation Fck editor before paste data.
Thanks for your help
Christophe
var oEditorSrc = FCKeditorAPI.GetInstance(vFck) ; var oEditorDes = FCKeditorAPI.GetInstance(vElement) ; oEditorDes.InsertHtml(oEditorSrc.EditorDocument.selection.createRange().text);
first sorry for me english, i speak french...
I like copy from a FCK Editore selected text to an other FCK Editor in the same page. I use this code, but on paste, I lose the html informations (text only copy). And I like clear destation Fck editor before paste data.
Thanks for your help
Christophe
var oEditorSrc = FCKeditorAPI.GetInstance(vFck) ; var oEditorDes = FCKeditorAPI.GetInstance(vElement) ; oEditorDes.InsertHtml(oEditorSrc.EditorDocument.selection.createRange().text);

RE: Copy paste
RE: Copy paste