Backend.getSelectValues ViewHelper <mwc:backend.getSelectValues>

ViewHelper to retrieve select values from a MultiColumnWizard configuration or a callable function.

This ViewHelper can either return the configuration array directly or call a specified method to retrieve the select values dynamically.

Example usage:

Example ViewHelper usage
<lia:getSelectValues configuration="{data.configuration}" optionsFunction="{data.function}" />
Copied!

Arguments

The following arguments are available for the backend.getSelectValues ViewHelper:

configuration

configuration
Type
string
The json string of the MultiColumnWizard field.

optionsFunction

optionsFunction
Type
string
This array has to contain the full classname, the method to call and all the parameter that are needed to call this method.