Changes between Version 7 and Version 8 of AddDojoEditor
- Timestamp:
- Jun 12, 2006, 2:29:42 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddDojoEditor
v7 v8 56 56 == Hints == 57 57 58 * Usually, the area for Rich Text Editing stretches vertically when adding content - if you want to have a scrollbar instead, set the "height" in /src/widget/RichText.js .58 * Usually, the area for Rich Text Editing stretches vertically when adding content - if you want to have a scrollbar instead, set the "height" in /src/widget/RichText.js or add ht.previousSibling.previousSibling.setAttribute("height", "500px"); to the above script. 59 59 * You may want to change the styles in order to integrate the RTE: use /src/widget/templates/HtmlEditorToolbar.css - be aware that these styles may clash with the django-styles. 60 60