From 90821c0441285c3eb7a316202a660855ea9183eb Mon Sep 17 00:00:00 2001 From: xue <> Date: Sun, 25 Dec 2005 03:43:08 +0000 Subject: --- demos/quickstart/protected/pages/TopicList.tpl | 4 +++- demos/quickstart/protected/pages/chap3/Hangman.page | 3 +++ demos/quickstart/protected/pages/chap4/Overview.page | 15 +++++++++++++++ demos/quickstart/protected/pages/chap4/Simple1.page | 0 4 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 demos/quickstart/protected/pages/chap4/Overview.page create mode 100644 demos/quickstart/protected/pages/chap4/Simple1.page (limited to 'demos') diff --git a/demos/quickstart/protected/pages/TopicList.tpl b/demos/quickstart/protected/pages/TopicList.tpl index 479dcb0d..982a9168 100644 --- a/demos/quickstart/protected/pages/TopicList.tpl +++ b/demos/quickstart/protected/pages/TopicList.tpl @@ -24,7 +24,9 @@
Controls
-Simple Controls
+Overview
+Simple Controls: Part I
+Simple Controls: Part II
Validation Controls
List Controls
TRepeater
diff --git a/demos/quickstart/protected/pages/chap3/Hangman.page b/demos/quickstart/protected/pages/chap3/Hangman.page index fc7bc2a5..a1db7a25 100644 --- a/demos/quickstart/protected/pages/chap3/Hangman.page +++ b/demos/quickstart/protected/pages/chap3/Hangman.page @@ -6,6 +6,9 @@ Having seen the simple "Hello World" application, we now build a more complex ap

To facilitate the building of this game, we show the state transition diagram of the gaming process in the following,

+

+To be continued... +

Run Sample View Source diff --git a/demos/quickstart/protected/pages/chap4/Overview.page b/demos/quickstart/protected/pages/chap4/Overview.page new file mode 100644 index 00000000..60671652 --- /dev/null +++ b/demos/quickstart/protected/pages/chap4/Overview.page @@ -0,0 +1,15 @@ + +

Controls Overview

+

+A control is an instance of class TControl or its subclass. A control is a component defined in addition with user interface. The base class TControl defines the parent-child relationship among controls which reflects the containment relationship among user interface elements. +

+

+Control classes constitute one of the major part of PRADO framework. Nearly every generic HTML element can find its representation in terms of a PRADO control. Mastering these controls becomes extremely important to effectively and efficiently compose applications using PRADO. +

+

+In this section, we will first introduce the ...., then.... +

+

+To be continued... +

+
\ No newline at end of file diff --git a/demos/quickstart/protected/pages/chap4/Simple1.page b/demos/quickstart/protected/pages/chap4/Simple1.page new file mode 100644 index 00000000..e69de29b -- cgit v1.2.3