diff options
author | xue <> | 2006-01-11 02:29:21 +0000 |
---|---|---|
committer | xue <> | 2006-01-11 02:29:21 +0000 |
commit | dc26c8808c55c60dec31a87d52e028cfa9fea46c (patch) | |
tree | f5de78779831dbc218cd3cb26d7294a36d00260e /demos/quickstart/protected/pages/Configurations | |
parent | f575382c8a572e39fcef13f90fc50a86529609d3 (diff) |
Corrected description of component property tag.
Diffstat (limited to 'demos/quickstart/protected/pages/Configurations')
-rw-r--r-- | demos/quickstart/protected/pages/Configurations/Templates1.page | 2 |
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 ec230599..f6b7dd16 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
</prop:PropertyName>
</com:TTextHighlighter>
-It is equivalent to <tt>...PropertyName="PropertyValue"...</tt> in a component tag. Property initialization tags must be directly enclosed between the corresponding opening and closing component tag.
+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.
</p>
<a name="tct" />
|