summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Configurations/Templates1.page
diff options
context:
space:
mode:
authorxue <>2006-01-16 01:50:52 +0000
committerxue <>2006-01-16 01:50:52 +0000
commit2d6584b56f0c52686f868c4c7dafc44db0f7c5cf (patch)
tree11c638b80b28c0f6c574b443c2ced563bf0ca934 /demos/quickstart/protected/pages/Configurations/Templates1.page
parenta9d62d90ad6b78618a8491d292d75ceced033f2b (diff)
Fixed an issue with dynamic property tags used with prop:xxx.
Diffstat (limited to 'demos/quickstart/protected/pages/Configurations/Templates1.page')
-rw-r--r--demos/quickstart/protected/pages/Configurations/Templates1.page2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/quickstart/protected/pages/Configurations/Templates1.page b/demos/quickstart/protected/pages/Configurations/Templates1.page
index f6b7dd16..ce539281 100644
--- a/demos/quickstart/protected/pages/Configurations/Templates1.page
+++ b/demos/quickstart/protected/pages/Configurations/Templates1.page
@@ -33,7 +33,7 @@ To deal conveniently with properties taking take big trunk of initial data, the
PropertyValue
&lt;/prop:PropertyName&gt;
</com:TTextHighlighter>
-It is equivalent to <tt>...PropertyName="PropertyValue"...</tt> in a component tag except that the latter may accept <a href="?page=Configurations.Templates3">dynamic property tags</a>. Property initialization tags must be directly enclosed between the corresponding opening and closing component tag.
+It is equivalent to <tt>...PropertyName="PropertyValue"...</tt> in every aspect. Property initialization tags must be directly enclosed between the corresponding opening and closing component tag.
</p>
<a name="tct" />