diff options
author | tof <> | 2008-02-22 17:22:17 +0000 |
---|---|---|
committer | tof <> | 2008-02-22 17:22:17 +0000 |
commit | 707d2c72642b633d5ba8aa0373a272e972971535 (patch) | |
tree | 469a05db6fd14d93565dfbd2bca8dad09cb3c5cd /demos/quickstart/protected/pages/GettingStarted | |
parent | 08366aa35290df512784f1121ce4e26521faeae3 (diff) |
Added TFirebugLogRoute
Diffstat (limited to 'demos/quickstart/protected/pages/GettingStarted')
-rw-r--r-- | demos/quickstart/protected/pages/GettingStarted/NewFeatures.page | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page index 3d9bc155..66e3111d 100644 --- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page +++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page @@ -9,6 +9,7 @@ This page summarizes the main new features that are introduced in each PRADO rel <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> +<li>Added TFirebugLogRoute to send logs to the Firebug console</li> </ul> <h2>Version 3.1.1</h2>
|