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 2016/12/07 06:21:53 UTC

svn commit: r1773014 - /myfaces/tobago/trunk/src/site/apt/migration-3.0.apt

Author: lofwyr
Date: Wed Dec  7 06:21:53 2016
New Revision: 1773014

URL: http://svn.apache.org/viewvc?rev=1773014&view=rev
Log:
TOBAGO-1562: Check which parts of jQuery UI are needed any longer and updating to 1.12.1

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

Modified: myfaces/tobago/trunk/src/site/apt/migration-3.0.apt
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/src/site/apt/migration-3.0.apt?rev=1773014&r1=1773013&r2=1773014&view=diff
==============================================================================
--- myfaces/tobago/trunk/src/site/apt/migration-3.0.apt (original)
+++ myfaces/tobago/trunk/src/site/apt/migration-3.0.apt Wed Dec  7 06:21:53 2016
@@ -135,3 +135,39 @@ Migration from Tobago 2.0 to 3.0 (work i
     <<<\<f:facet name="load"\>>>> contain an instance of UICommand (tc:command).
 
 * TODO: attribute renderPartially is replaced by f:ajax
+
+Dependencies to JS/CSS libs: jQuery UI
+
+    Tobago uses the jQuery UI library. The library is customizable to limit the amount of JS and CSS content.
+    You will find the used modules in the header of each jQuery UI file.
+
+    * E. g. Tobago 2.0.10 contains jQuery UI 1.10.4 with these contents:
+
+      * jquery.ui.core.js
+
+      * jquery.ui.widget.js
+
+      * jquery.ui.mouse.js
+
+      * jquery.ui.position.js
+
+      * jquery.ui.draggable.js
+
+      * jquery.ui.datepicker.js
+
+      * jquery.ui.slider.js
+
+      * jquery.ui.core.css
+
+      * jquery.ui.datepicker.css
+
+      * jquery.ui.slider.css
+
+      * jquery.ui.theme.css
+
+    * Tobago 3.0.0 contains jQuery UI 1.12.1 with this component:
+
+      * widget.js
+
+    If you are using jQuery UI directly, you may add the required resources via the <<<tobago-config.xml>>>
+    and exclude the jQuery UI resource that comes with Tobago.