summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Overview.page
diff options
context:
space:
mode:
authorxue <>2005-12-28 16:03:34 +0000
committerxue <>2005-12-28 16:03:34 +0000
commit4ed0f6e7c0f2efa7525b1d9ad95e29fe2ce6dcdb (patch)
tree5912f9ba2cc977d0f4b6213e0c62fadd360c703e /demos/quickstart/protected/pages/Controls/Overview.page
parentd109f8356d1dd2c66f66d316ee46a51043731206 (diff)
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Overview.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/Overview.page8
1 files changed, 1 insertions, 7 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Overview.page b/demos/quickstart/protected/pages/Controls/Overview.page
index da16d170..03b4a2a2 100644
--- a/demos/quickstart/protected/pages/Controls/Overview.page
+++ b/demos/quickstart/protected/pages/Controls/Overview.page
@@ -1,13 +1,7 @@
<com:TContent ID="body" >
<h1>Controls Overview</h1>
<p>
-A control is an instance of class <tt>TControl</tt> or its subclass. A control is a component defined in addition with user interface. The base class <tt>TControl</tt> 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....
+Control are components defined in addition with user interface. Control classes constitute a major part of the PRADO framework. Nearly every generic HTML element can find its representation in terms of a PRADO control. Mastering these controls becomes extremely important for developers to compose effectively and efficiently applications using PRADO.
</p>
<p>
To be continued...