Posted by steve_uk on February 26, 2010 at 10:56am
5 followers
Jump to:
| Project: | FCKeditor - WYSIWYG HTML editor |
| Version: | 6.x-2.1 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Jorrit |
| Status: | closed (fixed) |
Issue Summary
My client is editing their content using the full screen option and has requested a save button on the toolbar.
The editor has a Save function available but of course needs to be hooked into Drupal's save functionality.
I've been digging around but can't seem to find any information on this being implemented for Drupal.
Before I attempt it myself, has anyone managed to implement this?
If not, this seems to be a good starting point:
http://docs.cksource.com/FCKeditor_2.x/Developers_Guide/JavaScript_API#U...
Appreciate any help/feedback
Regards,
Steve
Comments
#1
I found out that's a small code change. I will check it in after 6.x-2.1 has been released.
#2
Fixed in CVS
#3
Automatically closed -- issue fixed for 2 weeks with no activity.
#4
I have upgraded to the 6.x-2.x-dev version but cannot get the Save button to function correct. It simply reloads the edit node page. Have I missed a step or setting to change?
Thanks for your help in advance!
#5
I've tried to update from fck-editor 6.x-1.4 to fck-editor 6.x-2.1 and the 'Save' button d'ont work.
What can I do?
Thanks for your help !
[edit] I added the following line (fck-editor dev) in fckeditor.utils.js at the end of FCKeditor_OnComplete() line 202 :
// The save button in the FCKeditor toolbar needs the form propertyeditorInstance.LinkedField.form = editorInstance.LinkedField2.form;and that works
That works !!
#6
#7
#8
Hi, I just installed 6.x-2.2, but I don't see the save button, can someone please tell me how to enable it?
Thanks
#9
You need to enable it in the FCKeditor configuration file.