TinyMCE 2.0.2
TinyMCE 2.0.2
A new version of the TinyMCE editor has been released. It fixes two problems with the filebrowser - one of it fixes a security flaw in the filebrowser, so I recommend to upgrade ASAP.
In the previous release some language files were missing in "TinyMCE-2.0.1-only-english.zip" - fixed in this release.
The API documentation is now released separately.
In the previous release some language files were missing in "TinyMCE-2.0.1-only-english.zip" - fixed in this release.
The API documentation is now released separately.
Re: TinyMCE 2.0.2
can this be used for 'Comments' Module input comment textarea as per this thread... http://forum.cmsmadesimple.org/index.ph ... 648.0.html
i at least want to be able to put smileys in a comment, to be used on pages like this http://www.multiintech.com/index.php?page=blogger
mark
i at least want to be able to put smileys in a comment, to be used on pages like this http://www.multiintech.com/index.php?page=blogger
mark
Re: TinyMCE 2.0.2
I think this would be possible with TinyMCE. Look at ..../modules/TinyMCE/tinymce/docs/installation_example_03.html for an example how to embed TinyMCE on a site.mark wrote: can this be used for 'Comments' Module input comment textarea as per this thread... http://forum.cmsmadesimple.org/index.ph ... 648.0.html
i at least want to be able to put smileys in a comment, to be used on pages like this http://www.multiintech.com/index.php?page=blogger
Re: TinyMCE 2.0.2
link? Look at ..../modules/TinyMCE/tinymce/docs/installation_example_03.html for an example how to embed TinyMCE on a site.
tinyMCE works for my page editor if set in user pref.. but not on page.. like i said i had FCKeditor come to the party but anything i put in the textarea didn't get recognized by Comments Module came back with the error mess.
mark
tinyMCE works for my page editor if set in user pref.. but not on page.. like i said i had FCKeditor come to the party but anything i put in the textarea didn't get recognized by Comments Module came back with the error mess.
mark
Re: TinyMCE 2.0.2
I addedmark wrote: link? Look at ..../modules/TinyMCE/tinymce/docs/installation_example_03.html for an example how to embed TinyMCE on a site.
tinyMCE works for my page editor if set in user pref.. but not on page.. like i said i had FCKeditor come to the party but anything i put in the textarea didn't get recognized by Comments Module came back with the error mess.
mark
Code: Select all
<__script__ language="javascript" type="text/javascript" src="http://www.somehost.org/modules/TinyMCE/tinymce/jscripts/tiny_mce/tiny_mce.js"></__script>
<__script__ language="javascript" type="text/javascript">
{literal}
tinyMCE.init({
mode : "textareas",
theme : "advanced",
plugins : "emotions",
theme_advanced_buttons1 : "bold,italic,underline,strikethrough,emotions,undo,redo",
theme_advanced_buttons2 : "",
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left" });
{/literal}
</__script>
Re: TinyMCE 2.0.2
OH yea i see, in the tinyMCE folder... guess it helps if i read what's on a page before i jump to conclusions...
but then i might not get any exersize 
That is so COOL..... worked like a charm
thanks
mark
gee can we add spellcheck while were at it
just kidding... but do you know how to get spellcheck to work in FCKeditor?


That is so COOL..... worked like a charm
thanks
mark
gee can we add spellcheck while were at it

Re: TinyMCE 2.0.2
http://www.curtiseconsulting.com/easyspell.phpmark wrote: can we add spellcheck while were at it![]()
Re: TinyMCE 2.0.2
thanks cyberman
COOL again... but do you know how to get spellcheck to work in FCKeditor?
mark
COOL again... but do you know how to get spellcheck to work in FCKeditor?
mark
Re: TinyMCE 2.0.2
http://wiki.fckeditor.net/Developer's_G ... ll_Checkermark wrote: COOL again... but do you know how to get spellcheck to work in FCKeditor?
Re: TinyMCE 2.0.2
how to
new file called info.php ?
mark
new file called info.php ?
mark
Re: TinyMCE 2.0.2
hmm i get this screen shot with the tinyMCE spell check, tried looking at diff. files to find where to fix, no luck.....
mark
[attachment deleted by admin]
mark
[attachment deleted by admin]
Re: TinyMCE 2.0.2
There is also a plugin iespell for the Internet Explorer available in the standard TinyMCE package. You also have to install another package. I haven't used it though. Can't help with easyspell either.
Re: TinyMCE 2.0.2
Thanks a lot for such fast reaction!..fractal wrote: A new version of the TinyMCE editor has been released. It fixes two problems with the filebrowser - one of it fixes a security flaw in the filebrowser, so I recommend to upgrade ASAP.
In the previous release some language files were missing in "TinyMCE-2.0.1-only-english.zip" - fixed in this release.
The API documentation is now released separately.
Re: TinyMCE 2.0.2
Just upgraded a test installation to CMSMS 0.13 & TinyMCE 2.02 and I have a new problem. When I select an image from the image browser the http://.... gets changed to http%3A//... on the callback to the advimage dialog box. Any idea why (Firefox assume IE the same)?
John
John
Re: TinyMCE 2.0.2
Can't reproduce your error with fresh CMS 0.13 installation and TinyMCE 2.0.2. I've used advimage dialog box too. I got this source output