You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2008/04/04 22:58:13 UTC

svn commit: r644912 - /myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js

Author: weber
Date: Fri Apr  4 13:58:10 2008
New Revision: 644912

URL: http://svn.apache.org/viewvc?rev=644912&view=rev
Log:
(TOBAGO-543) replace prototype with dojo as underlying ajax library
<http://issues.apache.org/jira/browse/TOBAGO-543>
  disable default overlay creation for sheet

Modified:
    myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js

Modified: myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js?rev=644912&r1=644911&r2=644912&view=diff
==============================================================================
--- myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js (original)
+++ myfaces/tobago/trunk/theme/standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago-sheet.js Fri Apr  4 13:58:10 2008
@@ -73,6 +73,8 @@
   Tobago.addAjaxComponent(this.id, this);
   // option are onyl used for ajax request
   this.options = {
+    // overlay is created by sheet itself, so disable this in Tobago.Transport
+    createOverlay: false
   };
 
   this.ppPrefix