Path

7x / documentation / exponential / technical manual / 5.x / templates / basic template tasks / custom view parameters


Caution: This documentation is for Exponential, from version 3.x to 6.x.
For 5.x documentation covering Platform see Exponential Platform Documentation, for difference between legacy and Platform see 5.x Architecture overview.

Custom view parameters

In some cases $view_parameters won't work, try $module_result.view_parameters there. So the example above will be:
The color is: {$module_result.view_parameters.color} <br />
The amount is: {$module_result.view_parameters.amount} <br />


I hope this saves some headache..

Anonymous User (19/06/2006 7:02 pm)

Anonymous User (19/06/2006 7:02 pm)


Comments