summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Configurations
diff options
context:
space:
mode:
authorxue <>2006-01-29 17:15:28 +0000
committerxue <>2006-01-29 17:15:28 +0000
commit82fe60baccecc1481de74f64fe36e38e6ccd3e48 (patch)
treead5b68572da2120123d914ecf67b210c8b822dea /demos/quickstart/protected/pages/Configurations
parentd1eaf452f7627a8425f551250cb07fe55658c7c4 (diff)
Updated quickstart tutorial about new template parsing.
Diffstat (limited to 'demos/quickstart/protected/pages/Configurations')
-rw-r--r--demos/quickstart/protected/pages/Configurations/Templates1.page5
1 files changed, 4 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Configurations/Templates1.page b/demos/quickstart/protected/pages/Configurations/Templates1.page
index 79f5cca9..39b2d75f 100644
--- a/demos/quickstart/protected/pages/Configurations/Templates1.page
+++ b/demos/quickstart/protected/pages/Configurations/Templates1.page
@@ -28,7 +28,10 @@ The following template shows a component tag specifying the <tt>Text</tt> proper
<com:TTextHighlighter Language="prado" CssClass="source">
&lt;com:TButton Text="Register" OnClick="registerUser" />
</com:TTextHighlighter>
-Keep it in mind that property names and event names are all case-insensitive, while component type names are case-sensitive. Event names always begin with <tt>On</tt>.
+Note, property names and event names are all case-insensitive, while component type names are case-sensitive. Event names always begin with <tt>On</tt>.
+</p>
+<p>
+Also note, initial values for properties whose name ends with <tt>Template</tt> are specially processed. In particular, the initial values are parsed as <tt>TTemplate</tt> objects. The <tt>ItemTemplate</tt> property of the <tt>TRepeater</tt> control is such an example.
</p>
<p>
To deal conveniently with properties taking take big trunk of initial data, the following property initialization tag is introduced,