moodle/lib/rte/README_MOODLE
moodler 50bdc74de2 A new feature to allow teachers to browse course files to
find images to insert into Richtext editor windows.

This hack was started by Janne Mikkonen, and I further refined it
to fit better into Moodle.

See:  http://moodle.org/mod/forum/discuss.php?d=2126
2003-10-12 17:12:02 +00:00

27 lines
575 B
Plaintext

10/10/2002:
This version of the Richtext editor started out as 0.3 beta 1,
and I've hacked richedit.html to make the toolbars more compact.
I've also changed the smilies to refer to Moodle smilies, and
added/removed some.
12/10/2003:
I've just added and further hacked some changes from Janne
Mikkonen (http://moodle.org/mod/forum/discuss.php?d=2126)
to allow a popup so that images can be selected from the
course files area.
This includes these PHP files in this folder:
-- courseimages.php
-- dlg_ins_image.php
-- richedit.php
-- rte.php
Martin Dougiamas