diff options
author | tof <> | 2008-02-07 10:32:04 +0000 |
---|---|---|
committer | tof <> | 2008-02-07 10:32:04 +0000 |
commit | 5e8932fb41534dc0d06e76dae7b74cf47071f6e0 (patch) | |
tree | e6d5c558783d9427aabfeb0c22d23a41d80767a1 /demos/quickstart/protected/pages/GettingStarted | |
parent | 2c48bf162f2a8e7cf13e8c53b1205cc0f65132e5 (diff) |
Added TActivePager
Diffstat (limited to 'demos/quickstart/protected/pages/GettingStarted')
-rw-r--r-- | demos/quickstart/protected/pages/GettingStarted/NewFeatures.page | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page index 595bda00..3d9bc155 100644 --- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page +++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page @@ -5,6 +5,11 @@ <p id="40005" class="block-content">
This page summarizes the main new features that are introduced in each PRADO release.
</p>
+ +<h2>Version 3.1.2</h2> +<ul> +<li>Added a new active control <a href="?page=ActiveControls.ActivePager">TActivePager</a> that allows to paginate a databound control with an ajax callback.</li> +</ul> <h2>Version 3.1.1</h2>
<ul>
|