diff options
author | xue <> | 2005-12-28 13:11:07 +0000 |
---|---|---|
committer | xue <> | 2005-12-28 13:11:07 +0000 |
commit | 6ea993425cc0982ecef765d4bfc6b75b7206416d (patch) | |
tree | 98b8960722366ed2a3722f755ddc3cac1ab408a6 /demos/quickstart/protected/pages/Controls/Overview.page | |
parent | deba7a5f81931dbe20aceebd506f44d5fdc1f7ca (diff) |
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Overview.page')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Overview.page | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Overview.page b/demos/quickstart/protected/pages/Controls/Overview.page index 7c3fbea6..da16d170 100644 --- a/demos/quickstart/protected/pages/Controls/Overview.page +++ b/demos/quickstart/protected/pages/Controls/Overview.page @@ -1,7 +1,7 @@ <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.
+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.
|