Ingmar Schlecht schrieb:
> Malte Jansen wrote:
>> Hi,
>>
>> I want to replace one function in the typo3/jsfunc.TBE_editor.js.
>
> It's even easier:
>
> TBE_EDITOR.theFunctionName = function() {
> ...
> }
>
> cheers
> Ingmar
>
Thanks, works great...
Cheers,
Malte