summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/chap4
diff options
context:
space:
mode:
authorxue <>2005-12-26 15:55:46 +0000
committerxue <>2005-12-26 15:55:46 +0000
commit00286fc77d56f60b67148716722dc874723e8682 (patch)
tree2ba7020c7a69ad75a0dbce2f4b74f78a2a4a44a2 /demos/quickstart/protected/pages/chap4
parent9be8859d92e4bbec2462e82457d014f0a0d720db (diff)
Diffstat (limited to 'demos/quickstart/protected/pages/chap4')
-rw-r--r--demos/quickstart/protected/pages/chap4/Overview.page15
-rw-r--r--demos/quickstart/protected/pages/chap4/Simple1.page2
2 files changed, 0 insertions, 17 deletions
diff --git a/demos/quickstart/protected/pages/chap4/Overview.page b/demos/quickstart/protected/pages/chap4/Overview.page
deleted file mode 100644
index 7c3fbea6..00000000
--- a/demos/quickstart/protected/pages/chap4/Overview.page
+++ /dev/null
@@ -1,15 +0,0 @@
-<com:TContent ID="body" >
-<h1>Controls Overview</h1>
-<p>
-A control is an instance of class <code>TControl</code> or its subclass. A control is a component defined in addition with user interface. The base class <code>TControl</code> defines the parent-child relationship among controls which reflects the containment relationship among user interface elements.
-</p>
-<p>
-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.
-</p>
-<p>
-In this section, we will first introduce the ...., then....
-</p>
-<p>
-To be continued...
-</p>
-</com:TContent> \ No newline at end of file
diff --git a/demos/quickstart/protected/pages/chap4/Simple1.page b/demos/quickstart/protected/pages/chap4/Simple1.page
deleted file mode 100644
index a608c8d2..00000000
--- a/demos/quickstart/protected/pages/chap4/Simple1.page
+++ /dev/null
@@ -1,2 +0,0 @@
-<com:TContent ID="body" >
-</com:TContent> \ No newline at end of file