Die einfachste Verwendung ist:
<f:format.crop maxCharacters="5">Hello World!</f:format.crop>
Aber auch eine Verschachtelung ist möglich:
1 2 3 4 5 6 7 8 9 10 11 | <f:format.raw>
{f:format.date(date: 'midnight')}
</f:format.raw>
<f:format.raw>
<f:format.date date="midnight" />
</f:format.raw>
<f:format.raw>
<f:format.date>midnight</f:format.date>
</f:format.raw>
|