Skip to content

Instantly share code, notes, and snippets.

@howellcc
Last active December 17, 2015 16:56
Show Gist options
  • Save howellcc/7bc7132ddcfeff826e89 to your computer and use it in GitHub Desktop.
Save howellcc/7bc7132ddcfeff826e89 to your computer and use it in GitHub Desktop.
Output the 2nd display region on a sub-page from an interator.
<!--- This snippet will display whatever is in the 2nd display region on a sub-page that you're iterating through --->
<!--- In this example subPage is a child from an iterator. eg: subPage = iterator.next() --->
#$.dspObjects(2,subPage.getValue('contentHistID'))#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment