Package

ViewHelpers

ViewHelper Documentation

format.html

Renders a string by passing it to a TYPO3 parseFunc. You can either specify a path to the TypoScript setting or set the parseFunc options directly. By default lib.parseFunc_RTE is used to parse the string.

== Examples ==

<f:format.html>foo bar. Some link.</f:format.html>

foo bar. Some link.

(depending on your TYPO3 setup)

<f:format.html parseFuncTSPath="lib.parseFunc">foo bar. Some link.</f:format.html> foo bar. Some link.

{someText -> f:format.html(parseFuncTSPath: 'lib.parseFunc')} foo bar. Some link.

Arguments

parseFuncTSPath string

path to TypoScript parseFunc setup.

ViewHelper Resources

Schema Resources