[TYPO3] rte rendered html

Tyler Kraft headhunterxiii at yahoo.ca
Tue Feb 6 00:08:07 CET 2007


well apply stdWrap to the content and then use the parseFunc on it - 
that is pretty much what typo3 does to render it. Check the 
lib.parseFunc for the setup or just even copy it to your parseFunc using "<"



Rob Kamp wrote:
> Tyler Kraft schreef:
>> what are you doing with it - you could just pull it out into a 
>> temp.pagecontent item in your template and apply the parseFunc to it....
>>
>>
>>
>> Rob Kamp wrote:
>>  
>>> Hi All,
>>>
>>> Is there an API that I can call that will return the RTE rendered 
>>> HTML that is stored in the tt_content.bodytext field?
>>>
>>> I´ll explain:
>>> I need the rendered HTML where Typo3 CMS has done it´s magic on the 
>>> content within the database and replaced stuff like <typolink> by the 
>>> real url´s.
>>>
>>> Is there an API that has a return parameter that will return the 
>>> processed/rendered bodytext field?
>>>
>>>
>>> I have been browsing through all classes and I cannot find it.
>>>
>>>
>>> Regards,
>>>
>>> Rob Kamp
>>>     
>> _______________________________________________
>> TYPO3-english mailing list
>> TYPO3-english at lists.netfielders.de
>> http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english
>>   
> Ah, I must say I am working within a backen module, i.e. plain PHP.
> 
> Regards,
> 
> Rob


More information about the TYPO3-english mailing list