Hi,
While creating a FAQ page, I made a component that takes a Title + a Body, then render it with a counter in the page for the FAQ number. Adding a FAQ is as simple as writing:
  <span jwcid="@FaqIten" title="The title">
  This is the body of this FAQ item
  </span>

But then I'd like a FAQ summary, taking all titles of all the FaqItems and put them at the *beginning* of the page. So each FaqItem would register its title in a collection in the page and then the FaqSummary component take that collection and render it as a Summary. My problem is how to make the FaqSummary render itself *after* all the FaqItem are rendered?

Thanks
-jec

--
Best regards / Salutations.

Jean-Eric Cuendet
Senior developer / Technical support
Riskpro Technologies SA
Av. Louis-Ruchonnet 2
CH-1003 Lausanne
Switzerland

Direct    : +41 21 637 0123
Principal : +41 21 637 0110
Fax       : +41 21 637 0111
Skype     : jec.rptec
Web       : http://www.rptec.ch
--------------------------------------------------------

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to