[TYPO3-project-formidable] TINYMCE: Plugin Spellchecker: How to configure

newgrp at googlemail.com newgrp at googlemail.com
Tue Feb 24 19:02:00 CET 2009


Hi Jerome,

thats great!
At the weekend I did it with a new tinymce version as an extension. :)

I'll test the new formidable version tonight.

Regards,
Hauke
----- Original Message ----- 
From: "Jerome Schneider" <typo3dev at ameos.com>
Newsgroups: typo3.projects.formidable
To: <typo3-project-formidable at lists.netfielders.de>
Sent: Tuesday, February 24, 2009 10:22 AM
Subject: Re: [TYPO3-project-formidable] TINYMCE: Plugin Spellchecker: How to 
configure


Hi Hauke,
The spellchecker was not included in the provided version of tinymce
(2.1.1). I upgraded to tinymce 3.2.1.1, including spellchecker; you'll
have to upgrade to Formidable rev318
http://formidable.typo3.ug/svn/changelog/revision-318.html

To declare it in your XML:

<renderlet:TINYMCE name="mymce" label="TinyMCE with spellchecker">
<config
width="400"
height="200"
plugins="spellchecker"
theme="advanced"
theme_advanced_buttons3_add="spellchecker"
spellchecker_languages="+English=en,Swedish=sv"
spellchecker_rpc_url=""
/>
</renderlet:TINYMCE>

In the spellchecker_rpc_url property, you have to declare the url of a
spellchecker webservice, like explained in the TinyMCE documentation.

Best regards,
Jerome Schneider

Hauke Hain a écrit :
> Hello,
>
> where can I make the settings listed on this site:
> http://wiki.moxiecode.com/index.php/TinyMCE:Plugins/spellchecker
>
> Sincerely,
> Hauke
_______________________________________________
TYPO3-project-formidable mailing list
TYPO3-project-formidable at lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-project-formidable 



More information about the TYPO3-project-formidable mailing list