KickStarter RTE field(backEnd) to HTML code (FrontEnd)

View: New views
4 Messages — Rating Filter:   Alert me  

KickStarter RTE field(backEnd) to HTML code (FrontEnd)

by Sebastiaan van Parijs :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Guys,

I know there is a function that can output the RTE content that was
entered in the backend, the only problem is i cant remember/find it
anymore. So instead of just outputting $row['description'](rte field)
There should be $this-> "i render this to HTML" ( $row['description'] );

Anybody know the function?
Thnx in advance!
Cu,
Sebastiaan van Parijs
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

Re: KickStarter RTE field(backEnd) to HTML code (FrontEnd)

by Bernhard Kraft-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sebastiaan van Parijs schrieb:

> I know there is a function that can output the RTE content that was
> entered in the backend, the only problem is i cant remember/find it
> anymore. So instead of just outputting $row['description'](rte field)
> There should be $this-> "i render this to HTML" ( $row['description'] );

You'll have to do this using the "parseFunc" option of stdWrap:

10 = TEXT
10 {
        field = your_rte_field
        parseFunc =< lib.parseFunc_RTE
}



greets,
Bernhard
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

Re: KickStarter RTE field(backEnd) to HTML code (FrontEnd)

by Sebastiaan van Parijs :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Thank u,

Ill give it a try.
Cheers,
Sebastiaan

Bernhard Kraft wrote:

> Sebastiaan van Parijs schrieb:
>
>> I know there is a function that can output the RTE content that was
>> entered in the backend, the only problem is i cant remember/find it
>> anymore. So instead of just outputting $row['description'](rte field)
>> There should be $this-> "i render this to HTML" ( $row['description'] );
>
> You'll have to do this using the "parseFunc" option of stdWrap:
>
> 10 = TEXT
> 10 {
> field = your_rte_field
> parseFunc =< lib.parseFunc_RTE
> }
>
>
>
> greets,
> Bernhard
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev

Re: KickStarter RTE field(backEnd) to HTML code (FrontEnd)

by Stefan Beylen-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sebastiaan van Parijs schrieb:
> Anybody know the function?

$this->pi_RTEcssText($text)
_______________________________________________
TYPO3-dev mailing list
TYPO3-dev@...
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-dev