Platform-Overview:Repeat
From PageLime Documentation
Ported from our blog
Repeating Regions
Here’s how it works: Add the CSS class “cms-repeat” to any element and voila, the area can new be duplicated, sorted, removed, etc.
<div class="cms-repeat">hello repeats!</div>
You can also combine this class with “cms-editable” like so:
<div class="cms-repeat cms-editable">
<h1>This whole area is editable!</h1>
<span>Hooray</span></div>
You can also put editable elements inside the repeatable element:
<div class="cms-repeat"> <h1 class="cms-editable">This heading is editable!</h1> <span>This paragraph is not.</span></div>
When you mouse-over a repeating region in PageLime, you will see this fun little bubble come up. Clicking the icons in the bubble will duplicate, remove, move-up, or move-down an item in the repeating region list.
[IMG]