Declaration:
<? class FDRCContent extends FDDemo ?>
Description:
This class is the Repeatable and Conditional Content Demo. It shows how easy it is
to show iterable content, show/hide certain parts of the template and reuse regions.
Parent Classes:
Action
,
FDBaseAction
,
FDDemo
Authors:
Methods:
-
getDescription()
This method will be called statically via reflection to get the descrtiption
of the demo for the drop down list
-
getNext()
This is called to get the 'next' demo in the wizard-like style
-
getPrev()
This is called to get the 'previous' demo in the wizard-like style
-
getTitle()
This is overridden to return the page title that will be used in the
-
process()
This is the method to execute the demo
|
|