blob: 48c79c3e65f6fe9566fd645fe795462b145f3773 [file] [log] [blame]
TinyMCE integration: TODO
* make java usecase handler generic and share with other editors
* when done, move these generic usecases into the editors module
* fix wysiwyg: some of the css styles are not properly passed to the editor
content (font-size and font-family)
* add onunload handler to avoid data loss if the user accidentally clicks
on a link or closes the window (confirmation dialog like bxe) - done by
jragaller (patch in bugzilla), needs to be made generic
* allow multiple resource types to be edited with different valid_elements
settings.
* allow multiple editable areas.