Skip to content

Instantly share code, notes, and snippets.

@jhorsman
Created February 10, 2014 11:55
Show Gist options
  • Save jhorsman/8914561 to your computer and use it in GitHub Desktop.
Save jhorsman/8914561 to your computer and use it in GitHub Desktop.
Tridion DWT layout TBB goodness, from http://www.tridiondeveloper.com/tag/dreamweaver-templating
<!-- TemplateBeginRepeat name="Component.Fields.repeatField" -->
<!-- TemplateBeginIf cond = "TemplateRepeatIndex == 0 " -->
<ul>
<!-- TemplateEndIf -->
<li>@@Field@@</li>
<!-- TemplateBeginIf cond = "TemplateRepeatIndex) == @@CollectionLength("repeatField")@@-1" -->
</ul>
<!-- TemplateEndIf -->
<!-- TemplateEndRepeat -->
<!-- TemplateBeginRepeat name="Component.Fields.repeatField" -->
<!-- TemplateBeginIf cond = "TemplateRepeatIndex == 0 " -->
<ul>
<!-- TemplateEndIf -->
<li>@@Field@@</li>
<!-- TemplateBeginIf cond = "@@parseInt(TemplateRepeatIndex)@@ == @@parseInt(${CollectionLength("repeatField")})@@-1" -->
</ul>
<!-- TemplateEndIf -->
<!-- TemplateEndRepeat -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment