summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/chap4/Overview.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/chap4/Overview.page')
-rw-r--r--demos/quickstart/protected/pages/chap4/Overview.page15
1 files changed, 15 insertions, 0 deletions
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 @@
+<com:TContent ID="body" >
+<h4>Controls Overview</h4>
+<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