From d8d697fe108e488e4b210d96ec08aa69942a3902 Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 25 Mar 2006 04:44:38 +0000 Subject: Added TemplatedWizardStep example. --- demos/quickstart/protected/pages/Controls/Wizard.page | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) (limited to 'demos/quickstart/protected/pages/Controls/Wizard.page') diff --git a/demos/quickstart/protected/pages/Controls/Wizard.page b/demos/quickstart/protected/pages/Controls/Wizard.page index 0de4a44a..29718930 100644 --- a/demos/quickstart/protected/pages/Controls/Wizard.page +++ b/demos/quickstart/protected/pages/Controls/Wizard.page @@ -67,22 +67,33 @@ In this sample, we use wizard to collect user's preference of color. In the firs

Customizing Wizard Navigation

-Bidirectional, -Unidirectional, -Non-linear +Given a set of wizard steps, TWizard supports three different ways of navigation among them:

+ +

Using Templates in Wizard

+TWizard supports more concrete control of its outlook through templating. In particular, it provides the following template properties that allow complete customization of the wizard's header, navigation and side bar.

+Note about side bar button IDs, navigation button commands +headertext vs. headertemplate +tablelayout vs pure div layout +

Using Templated Wizard Steps

+Wizard steps can also be templated. By using TTemplatedWizardStep, one can customize step content and navigation through its ContentTemplate and NavigationTemplate properties, respectively. This is useful for control developers to build specialized wizards, such as user registration, shopping carts, etc.

+ \ No newline at end of file -- cgit v1.2.3