[TYPO3-rte] RTE Plugin and locallang.xml

Stanislas Rolland typo3 at sjbr.ca
Sat Oct 16 19:00:18 CEST 2010


Hi Ries,

>
> I figured out what was going on,
> I initialised the plugin incorrectly.
>
> I initialised it like this:
>
> HTMLArea.replaceuid = HTMLArea.Plugin.extend({
>
> instead of
>
> replaceuid = HTMLArea.Plugin.extend({
>
>
> Apparently my plugin did work, but the language wasn't found.
>
hum... this does not look right as all plugins should belong to the 
HTMLArea namespace.

HTMLArea.replaceuid = HTMLArea.Plugin.extend({
is better.

Please report the issue into the bugtracker.

Regards,
Stanislas



More information about the TYPO3-project-rte mailing list