Last active
December 17, 2015 16:56
-
-
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 file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--- 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