diff options
Diffstat (limited to 'demos/quickstart/protected/pages/chap4')
-rw-r--r-- | demos/quickstart/protected/pages/chap4/Overview.page | 15 | ||||
-rw-r--r-- | demos/quickstart/protected/pages/chap4/Simple1.page | 2 |
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 |