Rendering a function
The <render>
tag is used to render a function.
html
<render function="foo" params="items"/>
Attributes | Use |
---|---|
function="…" | Specifies the name of the function that should be rendered. |
params="…" | Specifies which variable to use as the data passed to the function. |