Changes between Version 2 and Version 3 of AddDojoEditor
- Timestamp:
- May 31, 2006, 2:06:35 PM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddDojoEditor
v2 v3 1 1 = Add Dojo Editor = 2 2 3 Download [http://www.dojotoolkit.org Dojo] (kitchen sink) and save it as/media/dojo/...3 Download [http://www.dojotoolkit.org Dojo] (kitchen sink) and install it on your webserver in /media/dojo/... 4 4 5 5 Save the following script as AddRichTextEditing.js into /media/js/admin/ … … 23 23 }}} 24 24 25 This script looks for the help text "Rich Text Editing." and replaces the textarea before with the Dojo-Editor.25 This script looks for the help text "Rich Text Editing." and replaces the associated textarea with the Dojo-Editor. I´m using Editor2, because it´s loading much faster than Editor. 26 26 27 27 Define your model like this: … … 36 36 that´s it. 37 37 38 result could look like 38 == Screenshot == 39 39 40 40 [http://www.vonautomatisch.at/django/dojoeditor.jpg Screenshot (Preview)]