summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Overview.page
diff options
context:
space:
mode:
authorxue <>2005-12-26 15:54:54 +0000
committerxue <>2005-12-26 15:54:54 +0000
commit9be8859d92e4bbec2462e82457d014f0a0d720db (patch)
tree8d674a443ab0785d2a68dbfa326abfae3230bbb5 /demos/quickstart/protected/pages/Controls/Overview.page
parenta433c6c39bdaa5a53238596853617228be8ad07f (diff)
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Overview.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/Overview.page15
1 files changed, 15 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Overview.page b/demos/quickstart/protected/pages/Controls/Overview.page
new file mode 100644
index 00000000..7c3fbea6
--- /dev/null
+++ b/demos/quickstart/protected/pages/Controls/Overview.page
@@ -0,0 +1,15 @@
+<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