[TYPO3] configuring a plugin via backend

bernd wilke xoonsji02 at sneakemail.com
Sun Apr 27 02:22:51 CEST 2008


on Sat, 26 Apr 2008 00:09:37 +0200, Antonio Reher wrote:

> I have done some work with FlexForms and they seem to be working. I'm
> having a small problem, however:
> 
> when I input the text via RTE, it saves in database without <p> and
> <div> marks, so when I type it there are no line breaks. if RTE source
> shows <p>par 1</p><p>par 2</p>, it saves par 1\npar2, and that's what my
> plugin outputs.
> 
> Is there a function that transforms back to <p></p>?

$out=$this->pi_RTEcssText($data);


bernd
-- 
http://www.pi-phi.de/t3v4/cheatsheet.html


More information about the TYPO3-english mailing list