DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

TrimExplodeViewHelper

This is a ViewHelper to convert a comma separated value into an array. All values will be trimmed.

Type: Basic

General properties

Examples

Basic example

Code:

<f:for each="{poiCollection.address -> maps2:TrimExplode()}" as="address" iteration="iterator">
</f:for>