From 8df1407a11df3e5a8c33c6fae1c522707aefccf3 Mon Sep 17 00:00:00 2001 From: xue <> Date: Fri, 24 Mar 2006 23:06:31 +0000 Subject: Enhanced error context display when a PHP error occurs. --- .../pages/Controls/Samples/TWizard/Sample2.page | 2 ++ .../protected/pages/Controls/Wizard.page | 31 +++++++++++++++++----- 2 files changed, 27 insertions(+), 6 deletions(-) (limited to 'demos') diff --git a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample2.page b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample2.page index 727179bd..ea01e320 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample2.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample2.page @@ -12,6 +12,8 @@ SideBarStyle.Width="100px" SideBarStyle.Height="100px" SideBarStyle.BackColor="#507CD1" + SideBarStyle.HorizontalAlign="Center" + StepStyle.HorizontalAlign="Center" NavigationStyle.HorizontalAlign="Right" NavigationButtonStyle.BackColor="White" NavigationButtonStyle.BorderColor="#507CD1" diff --git a/demos/quickstart/protected/pages/Controls/Wizard.page b/demos/quickstart/protected/pages/Controls/Wizard.page index 3034c0c6..0de4a44a 100644 --- a/demos/quickstart/protected/pages/Controls/Wizard.page +++ b/demos/quickstart/protected/pages/Controls/Wizard.page @@ -5,7 +5,7 @@

Overview

-TWizard is analogous to the installation wizard commonly used to install software on Windows. It splits a large form and presents the user with a series of smaller forms, called wizard steps, to complete. The following figure shows how a wizard is composed of when presented to users, where step content is the main content of a wizard step for users to complete, header refers to header content common to all steps, navigation contains buttons that allow users to navigate step by step, and side bar contains a list of hyperlinks by which users can reach to any step with one click. +TWizard is analogous to the installation wizard commonly used to install software on Windows. It splits a large form and presents the user with a series of smaller forms, called wizard steps, to complete. The following figure shows how a wizard is composed of when presented to users, where step content is the main content of a wizard step for users to complete, header refers to header content common to all steps, navigation contains buttons that allow users to navigate step by step, and side bar contains a list of hyperlinks by which users can reach to any step with one click. The visibility of the side bar can be toggled by setting DisplaySideBar.

components of wizard @@ -40,7 +40,7 @@ In the above, StepType refers to the type of a wizard step, which can a
  • Start - the first step in the wizard.
  • Step - the internal steps in the wizard.
  • Finish - the last step that allows user interaction.
  • -
  • Complete - the step that shows a summary to user (no interaction is allowed).
  • +
  • Complete - the step that shows a summary to user. In this step, both side bar and navigation panel are invisible. Thus, this step usually does not allow user interaction.
  • Auto - the step type is determined by wizard automatically.
  • @@ -55,15 +55,34 @@ In this sample, we use wizard to collect user's preference of color. In the firs

    Customizing Wizard Styles

    -TWizard defines a whole set of properties for customization of its various components as shown in the above figure. In particular, the following properties are provided: +TWizard defines a whole set of properties for customization of appearance of its various components as shown in the above figure. In particular, the following properties are provided for style customization:

    +

    Customizing Wizard Navigation

    +

    +Bidirectional, +Unidirectional, +Non-linear +

    + +

    Using Templates in Wizard

    +

    +

    + + +

    Using Templated Wizard Steps

    +

    +

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