You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2012/07/11 09:16:48 UTC

svn commit: r1360038 - /myfaces/tobago/trunk/src/site/apt/migration-1.6.apt

Author: lofwyr
Date: Wed Jul 11 07:16:48 2012
New Revision: 1360038

URL: http://svn.apache.org/viewvc?rev=1360038&view=rev
Log:
TOBAGO-1173: Refactor Scripting of the Date/Time/Calender components
 - Using jQuery.
 - Removing Scripts and onXXX event handlers from the renderer classes.
 - using data-attributes (HTML5) instead of hidden fields.
 - using Tobago.registerListener for initialization of the DOM

Modified:
    myfaces/tobago/trunk/src/site/apt/migration-1.6.apt

Modified: myfaces/tobago/trunk/src/site/apt/migration-1.6.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/migration-1.6.apt?rev=1360038&r1=1360037&r2=1360038&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/migration-1.6.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/migration-1.6.apt Wed Jul 11 07:16:48 2012
@@ -56,3 +56,11 @@ Configuration
   change the root node.
 
   Please use the tobago-config-1.6.xsd to validate the configuration.
+
+JavaScript
+
+  Date/Time/Calendar components: The JavaScript for this components has been refactored.
+  All method have now a namespace and are using jQuery.
+  JavaScript code has been removed from the renderers.
+  For data the HTML5 data attribute is used instead of directly coding it into the event handler, or using
+  hidden input fields.