Documentation Center

Using variable names for repeating regions

When you create a repeating region in an Adobe Dreamweaver Template, you must give the region a name. By giving the repeating region the name of an array contained in the input package, you instruct the template to iterate over the items in that array.

For example, a repeating region called PressReleases containing the variable @@Component.Title@@ will cause the Template to access the PressReleases array in the input package, and for each Component within that array, to display the title of the Component.

You can create repeating regions within repeating regions to, say, display the values of a multivalue field.