zabbarob / studip-RichTextPlugin

Adds a WYSIWYG editor to the Stud.IP course management system (see http://studip.de/).
1 stars 0 forks source link

Replace all .add_toolbar textareas with a WYSIWYG editor. #39

Closed zabbarob closed 11 years ago

zabbarob commented 11 years ago

This task can't be done without changing several functions in Stud.IP's core, specifically in lib/visual.in.php. The easiest way to do this is integrating the visual editor in Stud.IP instead of providing it as a plugin. Another way might be monkey patching, by using Runkit (http://ca.php.net/runkit), Patchwork - http://antecedent.github.io/patchwork/ or a similar library.

zabbarob commented 11 years ago

This task will be implemented as Stud.IP StEP00256. See http://develop.studip.de/trac/browser/dev-branches/StEP00256