From 37587bd5c9911b232ad2f9c7bc51f6cf0199e0f3 Mon Sep 17 00:00:00 2001 From: xue <> Date: Thu, 23 Aug 2007 17:39:00 +0000 Subject: typo fixes. --- demos/quickstart/protected/pages/Controls/Wizard.page | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (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 245329a0..a921ffde 100644 --- a/demos/quickstart/protected/pages/Controls/Wizard.page +++ b/demos/quickstart/protected/pages/Controls/Wizard.page @@ -53,7 +53,7 @@ In the above, StepType refers to the type of a wizard step, which can a

A Single-Step Wizard Sample

-In this sample, we use wizard to collect user's preference of color. In the first step, the user is presented with a dropdown list from which he can choose hist favorite color. In the second step, the complete step, his choice in the previous step is displayed. In real application, at this step the choice may be stored in database in the backend. +In this sample, we use wizard to collect user's preference of color. In the first step, the user is presented with a dropdown list from which he can choose his favorite color. In the second step, the complete step, his choice in the previous step is displayed. In real application, at this step the choice may be stored in database in the backend.

-- cgit v1.2.3