diff options
author | xue <> | 2005-12-25 20:25:42 +0000 |
---|---|---|
committer | xue <> | 2005-12-25 20:25:42 +0000 |
commit | cc44b9c507c6390c31a2f49f0a1f228a08c62b2e (patch) | |
tree | 0483c07258a787f8bb9cdd2c61b53e9e7795c1a3 /demos/quickstart/protected/pages/chap4 | |
parent | 90821c0441285c3eb7a316202a660855ea9183eb (diff) |
Added template syntax explanation.
Diffstat (limited to 'demos/quickstart/protected/pages/chap4')
-rw-r--r-- | demos/quickstart/protected/pages/chap4/Overview.page | 2 | ||||
-rw-r--r-- | demos/quickstart/protected/pages/chap4/Simple1.page | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/chap4/Overview.page b/demos/quickstart/protected/pages/chap4/Overview.page index 60671652..7c3fbea6 100644 --- a/demos/quickstart/protected/pages/chap4/Overview.page +++ b/demos/quickstart/protected/pages/chap4/Overview.page @@ -1,5 +1,5 @@ <com:TContent ID="body" >
-<h4>Controls Overview</h4>
+<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>
diff --git a/demos/quickstart/protected/pages/chap4/Simple1.page b/demos/quickstart/protected/pages/chap4/Simple1.page index e69de29b..a608c8d2 100644 --- a/demos/quickstart/protected/pages/chap4/Simple1.page +++ b/demos/quickstart/protected/pages/chap4/Simple1.page @@ -0,0 +1,2 @@ +<com:TContent ID="body" >
+</com:TContent>
\ No newline at end of file |