2011-09-23, 17:11:12
I can only guess in the moment, as I have no test-environment at hand:
1)
check that the plugin "pastefromword" exists in the folder /admin/template/js/ckeditor/plugins
2)
change your editortool-definition to
'Paste','PasteText','PasteFromWord'
so you have all paste-options and check: is there a difference between "pastetext" and "pastefromword" ?
3)
you could add this to the editor-options and check if there is a change:
example:
1)
check that the plugin "pastefromword" exists in the folder /admin/template/js/ckeditor/plugins
2)
change your editortool-definition to
'Paste','PasteText','PasteFromWord'
so you have all paste-options and check: is there a difference between "pastetext" and "pastefromword" ?
3)
you could add this to the editor-options and check if there is a change:
Code:
CleanWordKeepsStructure : true
Code:
define('GSEDITOROPTIONS', "entities : false,forceSimpleAmpersand:true,skin: 'v2',CleanWordKeepsStructure : true");
|--
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18
Das deutschsprachige GetSimple-(Unter-)Forum: http://get-simple.info/forums/forumdisplay.php?fid=18