[TYPO3-dev] RTE for Backendmodul
Martin Kutschker
martin.kutschker-n0spam at no5pam-blackbox.net
Thu May 25 12:02:50 CEST 2006
Philipp-F at gmx.de schrieb:
> 2006/5/24, Martin Kutschker <Martin.Kutschker at n0spam-blackbox.net>:
>> Philipp-F at gmx.de schrieb:
>> > Hello List,
>> >
>> > after a couple of day with google i am very frustrated. I seek a
>> > method to activate the RTE in a Backend Modul.
>>
>> Showing a single RTE field or rendering a comple TCE form are two
>> distinct
>> things.
>>
>> The former doesn't work well because you have to fake a page (to get the
>> RTE configuration). Perhaps things have imroved in 4.0, but I don't know.
>>
>> Masi
>
> Thank you for your answer. Unfortunately i can not update the Typo3
> 3.8.0 installation, because there are so man different extensions.
>
> How can i show a single RTE field only? I believe a RTE Field ist only
> JavaScript and an input field. I can not believe that this is so
> difficult.
It's because of the API around it. The RTE uses page and user TS for
it's configuration. I found no way to simple call one PHP to make it
render. I had to create a form with a sepcial name and so on.
My code did work on 3.8 with the classic RTE. But it breaks now on 3.8.1
with HTMLarea 1.1.2.
What I did was to "reverse engineer" a TCE form. But why don't you ask
on the RTE list. HTMLarea has a FE-API perhaps its has an additional
BE-API as well.
Masi
More information about the TYPO3-dev
mailing list