You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@click.apache.org by sa...@apache.org on 2010/11/03 12:24:51 UTC

svn commit: r1030416 - /click/trunk/click/documentation/docs/roadmap-changes.html

Author: sabob
Date: Wed Nov  3 11:24:51 2010
New Revision: 1030416

URL: http://svn.apache.org/viewvc?rev=1030416&view=rev
Log:
roadmap

Modified:
    click/trunk/click/documentation/docs/roadmap-changes.html

Modified: click/trunk/click/documentation/docs/roadmap-changes.html
URL: http://svn.apache.org/viewvc/click/trunk/click/documentation/docs/roadmap-changes.html?rev=1030416&r1=1030415&r2=1030416&view=diff
==============================================================================
--- click/trunk/click/documentation/docs/roadmap-changes.html (original)
+++ click/trunk/click/documentation/docs/roadmap-changes.html Wed Nov  3 11:24:51 2010
@@ -102,8 +102,12 @@ Action support and light-weight stateful
       </div>
       <ul style="padding: 0em; margin-left:0em;margin-bottom: 2em">
         <li>
+          Added a section covering the new
+          <a href="user-guide/html/ch03s08.html">Behavior</a> support.
+        </li>
+        <li>
           Added a chapter on <a href="user-guide/html/ch04.html">Ajax</a>,
-          covering <a href="user-guide/html/ch04s02.html">Behaviors</a>,
+          covering <a href="user-guide/html/ch04s02.html">AjaxBehaviors</a>,
           <a href="user-guide/html/ch04s03.html">Ajax execution flow</a>
           and a full <a href="user-guide/html/ch04s04.html">example</a>.
         </li>
@@ -122,6 +126,12 @@ Action support and light-weight stateful
           of examples.
         </li>
         <li class="change">
+          Added an example showing how to integrate a <a target="_blank" class="external" href="http://click.avoka.com/click-examples/panel/tabbed-panel-with-controls.htm">TabbedPanel, Form and Table</a>.
+        </li>
+        <li class="change">
+          Added an example showing a <a target="_blank" class="external" href="http://click.avoka.com/click-examples/panel/stateful-tabbed-panel-demo.htm">Stateful TabbedPanel</a>.
+        </li>
+        <li class="change">
           Added an example FieldSeparator Control and example usage page
           [<a target="_blank" href="https://issues.apache.org/jira/browse/CLK-544">CLK-544</a>].
         </li>