|
Cookbook /
SectionList-TalkQuestions answered by this recipe
DescriptionEnter your recipe's description here. NotesRelease Notes
CommentsTrying to put some syntax for the recipe: 1) Create a data page <Group1>.<Page1> by this example [[#IDkey1]] AuthorFld: text11 TimeFld: text12 CommentFld: text13 [[#IDkey2]] AuthorFld: text21 TimeFld: text22 CommentFld: text23 2) create a template page <Group2>.<Page2> that looks something like the following:
Posted by {$$AuthorFld}, at {$$TimeFld}
Comments: {$$CommentFld}
3) Finally, on the presentation page <Group3>.<Page3> you want to display the formatted display, simply put this markup. The parameter labels are not required: (:sectionlist data=<Group1>.<Page1> fmt=<Group2>.<Page2>:) this will be displayed on the on the presentation page <Group3>.<Page3> : Posted by text11, at text12 Posted by text21, at text22 Is it correct? Jiri May 03, 2007, at 05:33 PM See AlsoContributors |