summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/GettingStarted
diff options
context:
space:
mode:
authorxue <>2007-02-06 22:44:55 +0000
committerxue <>2007-02-06 22:44:55 +0000
commit2a962765f0b687988384294cdb4baf51e291680c (patch)
treec9fe1e10d7ed8b54a92952dfc32e989ec861d97f /demos/quickstart/protected/pages/GettingStarted
parent34688be706935b1c0bbcc373849c0a9824ec9d21 (diff)
updated QS pages.
Diffstat (limited to 'demos/quickstart/protected/pages/GettingStarted')
-rw-r--r--demos/quickstart/protected/pages/GettingStarted/NewFeatures.page6
1 files changed, 4 insertions, 2 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
index 781eb0fa..ca1f361f 100644
--- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
+++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page
@@ -14,8 +14,10 @@ This page summarizes the main new features that are introduced in each PRADO rel
<li>Layered database support - </li>
<li>New controls, modules and services - TSoapService, TOutputCache, TSessionPageStatePersister, TFeedService, TJsonService, cache dependency classes, TXmlTransform
</li>
-<li>Configure subproperties in a group</li>
-<li>Item renderer feature for <tt>TRepeater</tt>, <tt>TDataList</tt> and <tt>TDataGrid</tt></li>
+
+<li>New template syntax facilitating <a href="?page=Configurations.Templates1">subproperty configuration</a>.</li>
+
+<li>Introduction of renderer concept - renderer enables reusing item templates that are commonly found in <tt>TRepeater</tt>, <tt>TDataList</tt> and <tt>TDataGrid</tt>, and makes the configuration on these controls much cleaner. For more details about renders, see the updated tutorials on <a href="?page=Controls.Repeater"><tt>TRepeater</tt></a>, <a href="?page=Controls.DataList"><tt>TDataList</tt></a> and <a href="?page=Controls.DataGrid"><tt>TDataGrid</tt></a>.</li>
</ul>
<div class="last-modified">$Id$</div>