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.
Caution
This ViewHelper can be used in the backend context only. In all other context it will just return the configuration array.
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
-
- Type
- string
The json string of the MultiColumnWizard field.
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.