diff options
author | xue <> | 2005-12-25 03:43:08 +0000 |
---|---|---|
committer | xue <> | 2005-12-25 03:43:08 +0000 |
commit | 90821c0441285c3eb7a316202a660855ea9183eb (patch) | |
tree | 40f6b2d614e6f1ca13128638560e0a09c90dbd92 /demos/quickstart/protected/pages/chap4/Overview.page | |
parent | 47562d9863c63a70c03fabc17f799fc702472ee3 (diff) |
Diffstat (limited to 'demos/quickstart/protected/pages/chap4/Overview.page')
-rw-r--r-- | demos/quickstart/protected/pages/chap4/Overview.page | 15 |
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 |