Closed enigmatic-user closed 13 years ago
Would that be possible to enable all original TinyMCE settings? To future-proof them would that be possible to hotlink settings from plugin properties into plugin configuration JS file (or sth similar nor requiring to add them all to plugin code)?
Apart from http://github.com/splittingred/TinyMCE/issues/closed#issue/14 (thank you very much for implementing this at the speed of light!), there are some more TinyMCE options that I'd like to have control over via the MODx system settings. Setting them in the configuration files directly wouldn't be of great value because I'd have to reapply them after every update.
For now, I implemented the following settings:
This is what has to be done:
/core/components/tinymce/tinymce.class.php
/assets/components/tinymce/tinymce.panel.js
/core/components/tinymce/lexicon/en/default.inc.php
/core/components/tinymce/lexicon/de/default.inc.php
(Same for the other languages)
Database entries in table system_settings
I guess it would also make sense to split the tinymce namespace into two areas, one for the TinyMCE UI and one for settings that affect the behavior of the editor. The second area could contain the settings
There are some more options I'd like to see in the MODx system settings:
If it's okay for you to implement these settings, I'd be happy to prepare them for you the way I did it here. Please tell me if it's okay for you.
Some additional remarks:
I guess that's it for the moment. :D I'd be very happy if these things could be implemented in the official TinyMCE package.