diff options
Diffstat (limited to 'demos/quickstart/protected')
| -rwxr-xr-x | demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page | 4 | ||||
| -rwxr-xr-x | demos/quickstart/protected/pages/GettingStarted/NewFeatures.page | 2 | 
2 files changed, 4 insertions, 2 deletions
| diff --git a/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page index 9e37b675..5702970a 100755 --- a/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TConditional/Home.page @@ -1,9 +1,9 @@  <com:TContent ID="body">
  <h1>TConditional Samples</h1>
 -<com:TConditional Condition="Prado::getVersion()==='3.2.2'">
 +<com:TConditional Condition="Prado::getVersion()==='3.2.3'">
  <prop:TrueTemplate>
 -  <com:TLabel Text="You are using PRADO 3.2.2" />
 +  <com:TLabel Text="You are using PRADO 3.2.3" />
  </prop:TrueTemplate>
  <prop:FalseTemplate>
    <com:TLabel Text="You are using PRADO <%= Prado::getVersion() %>" />
 diff --git a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page index 897b45f0..95bcc57f 100755 --- a/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page +++ b/demos/quickstart/protected/pages/GettingStarted/NewFeatures.page @@ -9,6 +9,8 @@ This page summarizes the main new features that are introduced in each PRADO rel  <h2 id="8001">Version 3.2.3</h2>  <ul>  <li>Added <a href="?page=Controls.HtmlArea4">THtmlArea4 control</a> based on TinyMCE4</li> +<li>Added support for Behaviors, Class Behaviors, fx global events, and dy one to one events</li> +<li>Added the ability to set a priority (order) to event handlers</li>  </ul>  <h2 id="8001">Version 3.2.2</h2> | 
