View Helpers
cycle()
Signature
Section titled “Signature”cycle() — returns string
Available in: controller
Category: Miscellaneous Functions
Description
Section titled “Description”Cycles through list values every time it is called.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
values | string | yes | — | List of values to cycle through. |
name | string | no | default | Name to give the cycle. Useful when you use multiple cycles on a page. |