Does this go into the assets plugins folder? I’m sort of a newbie at this cms stuff...
Please help!
Thanks, Seecy
Any news about TinyMCE 3.3 beta2 for MODx?
Hi, all,
This is Nick of Tokyo, a Japanese community moderator.
I’d like to fill up Yama’s intention.
I have talked with Yama and he said;
*Current TinyMce(3.3) doesn’t suit for MODx much.
*He said that MODx’s documentDirty method(written by JavaScript) seemed to conflict to TinyMce’s some components.
*It is not impossible to use TinyMCE 3.3 to MODx, though, it always display a dialog message when you’re gonna move to other function screen. So it is very noisy and annoying.
*He said he found the point of matter precisely but he was not sure whether he could resolve this problem or not.
*So he’d like to ask is there anyone who know the documentDirty method of MODx in detail, and can resolve this problem with Yama. He can give his information of the problem.
*He think TinyMCE should be fit to MODx, and MODx should be able to use the latest TinyMCE (a famous WYSIWYG editor in the world!). How about look into the problem and amend it together?
Please let us know if you have a detail information about MODx’s method and TinyMCE.
Nick of Tokyo, Japan
Thank you Nick for the TinyMCE status update.
I’ll test it tomorrow, thanks!
Fantastic job yama!
I tested the TinyMCE3.3 RC1 and most of it worked great.
I made some corrections and changes (zip-file attached):
Added: Rich Text Editor width and height
- Where: plugin code
Added: Link list enabled/disabled
- Where: plugin code, tinymce.fnctions.php, js/mce_init.js.inc
Added: Editor css path from MODx configuration
- Where: plugin code, tinymce.functions.php, js/mce_init.js.inc
- Notes: TinyMCE now includes two CSS files: style/content.css and css file defined on MODx configuration / Editor css path
Added: Language files from TinyMCE 3.2.4.1
- Where: lang -folder
Fixed: Link list path
- Where: inc/tinymce.linklist.php
Fixed: Support also for TinyMCE basic image plugin
- Where: js/fbconfig.js
- Notes: Show only preview image if advimage plugin is used
Fixed: Support for inlinepopups plugin
- Where: js/modx_fb_js.inc.js
- Notes: TinyMCE works now correctly with inlinepopups plugin enabled (no more annoying pop-up dialog windows). MODx resource browser (MCPUK) is opened to a new window though.
Removed: OnWebPageInit plugin event
- Where: plugin code and plugin events
- Notes: I don’t think it’s necessary to include content.css to front-end pages. I would rather use custom css -file defined on MODx configuration / Editor css path