W dniu 2011-05-02 06:37, Victor Benincasa pisze:
I'm planning to move the file *roundcube/program/js/*editor.js to the skin folder (*roundcube/skins/default/*editor.js) because this file contains several options that can be used as skin basis, like the location and order of buttons, the theme and skin of TinyMCE editor and so on.
I'm currently developing a skin and missed some control over TinyMCE.
Does anyone have any objection?
It contains some logic that is skin independent. Better would be to introduce some global object and use it in rcmail_editor_init(). So, would be possible to set the object settings from skin's functions.js.