Changes between Version 4 and Version 5 of AddWYSIWYGEditor
- Timestamp:
- Sep 12, 2006, 10:35:32 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddWYSIWYGEditor
v4 v5 78 78 * Create your text using conventional WYSIWYG editor with all niceties (e.g., Word) and paste the result to TinyMCE. 79 79 * Go to HTML mode to see generated code. You can change it here to make it perfect. 80 * If you find problems while using certain tags in the editor (like all newlines between <pre> tags being substituted by </pre><pre>), just add to the file textareas.js the line '''remove_linebreaks : false,''' This problem arises because the option [http://tinymce.moxiecode.com/tinymce/docs/option_remove_linebreaks.html remove_linebreaks] is enabled by default. 80 81 81 82 '''This does not work as expected with 0.95: only the first textarea is taken into account, others are rendered as normal textarea.'''