I hope someone is able to help me - and bear with me, I've only been using FCKeditor for the past few hours.
The text that I copy from the editor appears on the aspx page I'm viewing. My situation...
-
In setting up the editor, I have followed the instructions as outlined at: http://wiki.fckeditor.net/Developer%27s_Guide/Integration/ASP.Net
Under the 'FCKeditor' directory in my web site, I have the following three files (fckconfig.js, fckstyles.xlm, fcktemplates.xml) and the entire directory 'editor' taken from the 'FCKeditor_2.4.3' zip file.
I running the web site local host, under IE 6.0.2900.2180.xpsp_sp2_qfe.070227-2300 (xp service pack 2).
-
I have a FCKeditor control on my aspx page (declarative); select some text within the editor; copy the text (Ctrl c, or press the copy button within the editor); move focus outside the editor by clicking on the aspx page; click on the editor's 'Paste' button and the text appears on the aspx page. Just after pressing the paste button, the button becomes disabled in the editor.
This may sound stange, but I can assure you, it's seems even more strange to me! Just so I don't seem entirely crazy, I've included a screen shot of the strange behaviour (pasteProblem_FCKeditor.jpg).
I appreciate any help and guidance on this situation, as I'm keen to implement this amazing editor in our Project Management system.
Regards,
Mathew
Wed, 09/12/2007 - 16:05
#1
Re: Copy, Paste from inside editor places text on the aspx page
That problem is fixed for the next version. For the moment, don't click outside the editor
Re: Copy, Paste from inside editor places text on the aspx page
To the active members of FCKeditor, thanks for the speedy response.
, if it can save me searching the forums...
Perhaps I'm not the only one who experienced this, but I couldn't find any posting of this in the forums. Either way, great work in getting back to me so quick.
If possible, on another note...
I need to save two versions of the HTML that's produced by the editor - essentially for sending an email (a HTML and a text version). Is there an editor function or API property where I can just get the plain text of the HTML?
Regards,
Mathew