[TYPO3-rte] Problem with getting <p> tags in database

Domi djgarms at gmail.com
Mon Aug 5 03:34:58 CEST 2013


On 20/01/12 03:59, Stanislas Rolland wrote:
> Hi Siddhesh,
>>
>> In RTE i insert blank lines along with few paragarps.The blanks lines
>> are converted to <p> tags.If i look in database i get dont get those <p>
>> tags.Futher i use this field in my extension to fetch the data.Now in
>> frontend i dont get blank lines.
>>
> You need to apply lib.parseFunc_RTE (using stdWrap) when rendering the
> RTE content to the FE.
>
> If it's a pibase extension you can simply call:
> $this->pi_RTEcssText($row['description'])
>
> Regards,
> Stanislas
>
Hello Stanislas,

is it possible to write all p tags into the database through 
configuration? If not, how would be the call 
$this->pi_RTEcssText($row['description']) for extbase based extensions?

Thanks,
Dominic


More information about the TYPO3-project-rte mailing list