From b1323f31af5dea42c99385c2c50d9e664fbce847 Mon Sep 17 00:00:00 2001
From: xue <>
Date: Sun, 26 Mar 2006 18:24:16 +0000
Subject: Modified DisplaySideBar and DisplayCancelButton to ShowSideBar and
 ShowCancelButton, respectively.

---
 demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.page | 2 +-
 demos/quickstart/protected/pages/Controls/Wizard.page                  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

(limited to 'demos')

diff --git a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.page b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.page
index bb0a251c..aa43a0f9 100644
--- a/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.page
+++ b/demos/quickstart/protected/pages/Controls/Samples/TWizard/Sample3.page
@@ -10,7 +10,7 @@ In the following survey, if you are a college student, you will be asked which m
 		BackColor="#FFFBD6"
 		Width="300px"
 		HeaderText="A Mini Survey"
-		DisplaySideBar="false"
+		ShowSideBar="false"
 		HeaderStyle.BackColor="PaleGoldenrod"
 		HeaderStyle.HorizontalAlign="Center"
 		NavigationStyle.HorizontalAlign="Center"
diff --git a/demos/quickstart/protected/pages/Controls/Wizard.page b/demos/quickstart/protected/pages/Controls/Wizard.page
index 7d83c697..f903e183 100644
--- a/demos/quickstart/protected/pages/Controls/Wizard.page
+++ b/demos/quickstart/protected/pages/Controls/Wizard.page
@@ -5,7 +5,7 @@
 
 <h2>Overview</h2>
 <p>
-<tt>TWizard</tt> 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 <tt>step content</tt> is the main content of a wizard step for users to complete, <tt>header</tt> refers to header content common to all steps, <tt>navigation</tt> contains buttons that allow users to navigate step by step, and <tt>side bar</tt> 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 <tt>DisplaySideBar</tt>.
+<tt>TWizard</tt> 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 <tt>step content</tt> is the main content of a wizard step for users to complete, <tt>header</tt> refers to header content common to all steps, <tt>navigation</tt> contains buttons that allow users to navigate step by step, and <tt>side bar</tt> 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 <tt>ShowSideBar</tt>.
 </p>
 <img src="<%~wizard.gif%>" alt="components of wizard" />
 
-- 
cgit v1.2.3