1
I've been messing around with TinyEditor for the past couple of days. I really like the idea of settling down on one specific WYSIWYG editor for my site. I have some questions about the module (version 1) and hope this gets to someone who's familiar with the code for it!
1) If I download TinyMCE and run the 'full featured example' with it. I get TinyMCE context menus whenever I right click. With TinyEditor, these right click menus do not appear. Rather, the context menus for the browser show up instead. Why is this? Is this a behavior I can change?
TinyMCE Right Click Menu:
TinyEditor Right Click Menu:
2) How easy is it to upgrade the TinyMCE code within the TinyEditor module? Do I have to wait for a new release of the module, or can I simply copy the new release of TinyMCE into the 'editor' sub-folder of the tinyeditor module? I guess I'm just wondering what the expectation here is. Are you meant to upgrade TinyMCE in this manner with TinyEditor?
3) I've noticed that there are available plug-ins that you can download from the repository for the TinyEditor project. Can I quickly and easily add plugins for TinyMCE (that maybe aren't present in the TinyEditor repository) by copying them into the appropriate directory structure on TinyEditor? Beyond setting up icons and such for the toolset management screens in TinyEditor, is there any other work under the hood being done with general TinyMCE plugins to make them compatible with TinyEditor?
I've purchased Moxicode's Imagemanager and Filemanager products and am going through the process of trying to integrage them with TinyEditor. The answers I get to the above questions will help me decide if I want to continue down this path, or 'hard-code' the standard TinyMCE install into my XOOPS site.
Thus far, I've managed to get the plugins into TinyEditor and have set up their icons in the toolset manager. I've created a XoopsAuthenticator class that correctly creates upload directories on a user-by-user basis for the image manager. So I am making some progress...
After I finish with this work, I do plan on posting here about the steps it takes to integrate MCIImageManager and MCIFileManager with XOOPS for others to save them some time...
Thanks in advance for any light that anyone can shed here!