TTemplatedWizardStep represents a wizard step whose content and navigation
can be customized using templates. To customize the step content, specify
{@link setContentTemplate ContentTemplate}. To customize navigation specific
to the step, specify {@link setNavigationTemplate NavigationTemplate}. Note,
if the navigation template is not specified, default navigation will be used.
getContentTemplate()
public method
public getContentTemplate ( ) : Prado\Web\UI\ITemplate |
return |
Prado\Web\UI\ITemplate |
the template for the content of the wizard step. |
setContentTemplate()
public method