Needs work
Project:
Wysiwyg
Version:
6.x-2.x-dev
Component:
Editor - TinyMCE
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2009 at 20:12 UTC
Updated:
16 Jun 2009 at 03:10 UTC
Jump to comment: Most recent file
Comments
Comment #1
mecvo1984 commentedI added the following code to tinymce.inc to get the Save choice to appear in the module. It appeared in the list and I checked it, but the Save icon never appeared in the toolbar. What else do I have to do to get the Save functionality in the toolbar in TinyMCE? I love this editor and want to use it, but no Save functionailty from the toolbar could be a dealbreaker. Thanks to anyone who can help.
'save' => array(
'path' => $editor['library path'] . '/plugins/save',
'extensions' => array('save' => t('Save')),
'url' => 'http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/save',
'internal' => TRUE,
'load' => TRUE,
),
Comment #2
sunIt could be easy.
However, I'm getting JS errors in fullscreen mode when Drupal plugins are enabled. Secondly, when multiple editors are in the same form, one needs to click multiple times on the save button to trigger the save (the more clicks the more editor instances are on the page).
Comment #3
mecvo1984 commentedI noticed the Save button option is also missing in FCKeditor when using WYSIWYG module, was wondering what was up with that as well.
Cheers and thanks for the patch. I just tried it and it's working well in both fullscreen mode and not. Will keep an eye out for the behavior you describe, but so far, no js errors.