Page 1 of 1

TinyMCE 2.0.1

Posted: Tue May 09, 2006 4:11 pm
by stefan
A new version of the TinyMCE editor has been released. It fixes the issues with the single and double quotes ('/"). Includes also the most recent version of TinyMCE (v. 2.0.6.1). More/better configuration options (e.g. language) were added.

Unfortunately it seems that some people still have problems with the file browser of the editor. If you are faced with such problems, please contact me. Then I can try to resolve the problems. Thanks!

Re: TinyMCE 2.0.1

Posted: Sat May 13, 2006 5:12 pm
by gordon
Excellent news...

With the CMSMS Link function would it be possible to make the links use the page alias name rather than the number because the numbers change if you reorder pages in my experience.

Thanks

G!

Re: TinyMCE 2.0.1

Posted: Sat May 13, 2006 5:14 pm
by gordon
apologies, am talking nonsense I just wasnt lookin at the site properly. Apologies for any confusion.

G!

Re: TinyMCE 2.0.1

Posted: Mon May 15, 2006 8:35 am
by dcdent
In the smaller package (called "only english") some files are missing. These files are "en" languages files (deleted for some unknown reason), so names of buttons and other language related stuff looks pretty clumzy.. For example, for html view all buttons have raw look, i.e {$lang_theme_code_wordwrap} instead of Wordwrap, {$lang_update} instead of Update and so on..
These are:
TyniMCE/tinymce/jscripts/tiny_mce/langs/en.js
TyniMCE/tinymce/jscripts/tiny_mce/themes/advanced/docs/en/.. [all subfolder]
TyniMCE/tinymce/jscripts/tiny_mce/themes/advanced/docs/langs/en.js

Additionally in comparison with full package, some folder, called tinymce_api is missing:
TyniMCE/tinymce/doc/tinymce_api

Re: TinyMCE 2.0.1

Posted: Mon May 15, 2006 9:40 am
by cyberman
Cause the TinyMCE package was big like the complete CMSms the documentation was excluded - hmm, perhaps some single files should come back  ::) ...

Re: TinyMCE 2.0.1

Posted: Mon May 15, 2006 7:19 pm
by pinthenet
I found that the advimage preview wasn't being refreshed after selecting an image.
I added the folllowing to the browserCallback : function after line 84 of modules\TinyMCE\tinymce\jscripts\tiny_mce\plugins\advimage\editor_plugin_src.js
and it seems OK now.

Code: Select all

TinyMCE_SimpleBrowserPlugin.options['target'].showPreviewImage(returnValue);
Got the idea from the TinyMCE forum (sorry, the link is in the office :-\) - seems that the 'onchange' action for the image address doesn't get triggered by the javascript update at lne 84


I had to 'patch' the entry into the editor_plugin.js as I couldn't find how to make the 'compressed' js file  ???

Does this sound right or did I miss something else?

John

Re: TinyMCE 2.0.1

Posted: Tue May 16, 2006 10:44 am
by stefan
pinthenet wrote: I found that the advimage preview wasn't being refreshed after selecting an image.
I added the folllowing to the browserCallback : function after line 84 of
...
Thanks for this hint. I will look into it and fix it for the next release.
pinthenet wrote: I had to 'patch' the entry into the editor_plugin.js as I couldn't find how to make the 'compressed' js file  ???
You don't have to compress it if you don't want to. Just copy the modified file editor_plugin_src.js to editor_plugin.js. You can compress the file with a utility "jstrim.exe" or "jstrim.pl" (I don't have a link for it - sorry).

Re: TinyMCE 2.0.1

Posted: Fri Aug 11, 2006 5:56 pm
by Dave
Has this been updated in Modules yet, I just tried the "fix" for no preview in Image Manager and it did not work for me.