FAQ

ViewHelper

The ViewHelper doesn't work / can't be found

In order to use the ViewHelpers of the MultiColumnWizard you need to import the namespace.

Import the namespace in the begining html-Tag of your Template like this:

<div  xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
        xmlns:mcw="http://typo3.org/ns/LIA/LiaMulticolumnwizard/ViewHelpers"
        data-namespace-typo3-fluid="true"
>
Copied!

Use this line in your template before using any MulticolumnWizard-ViewHelper:

{namespace mcw=LIA/LiaMulticolumnwizard/ViewHelpers}
Copied!

See also Import ViewHelper namespaces