You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by mt...@apache.org on 2006/08/22 22:21:58 UTC

svn commit: r433776 - in /incubator/xap/trunk/WebContent/examples/dojo: colorPicker.html dateAndColorPickers.html datePicker.html portlet.html

Author: mturyn
Date: Tue Aug 22 15:21:57 2006
New Revision: 433776

URL: http://svn.apache.org/viewvc?rev=433776&view=rev
Log:
Set parseDigets to 'false', in keeping with the comment and to avoid a weird Dojo-based error in IE.

Modified:
    incubator/xap/trunk/WebContent/examples/dojo/colorPicker.html
    incubator/xap/trunk/WebContent/examples/dojo/dateAndColorPickers.html
    incubator/xap/trunk/WebContent/examples/dojo/datePicker.html
    incubator/xap/trunk/WebContent/examples/dojo/portlet.html

Modified: incubator/xap/trunk/WebContent/examples/dojo/colorPicker.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/dojo/colorPicker.html?rev=433776&r1=433775&r2=433776&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/dojo/colorPicker.html (original)
+++ incubator/xap/trunk/WebContent/examples/dojo/colorPicker.html Tue Aug 22 15:21:57 2006
@@ -12,7 +12,7 @@
 	<!-- Keep dojo from trying to scan this whole page for dojoType'd tags: -->
 	<script type="text/javascript">
 		djConfig = {
-			parseWidgets: true
+			parseWidgets: false
 		};
 	</script>    
 	

Modified: incubator/xap/trunk/WebContent/examples/dojo/dateAndColorPickers.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/dojo/dateAndColorPickers.html?rev=433776&r1=433775&r2=433776&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/dojo/dateAndColorPickers.html (original)
+++ incubator/xap/trunk/WebContent/examples/dojo/dateAndColorPickers.html Tue Aug 22 15:21:57 2006
@@ -30,13 +30,13 @@
 						"xap.bridges.basic.AbstractBlackBoxWidgetBridge",
 						"xap.bridges.dojo.DojoWidgetBridge",
 						"xap.bridges.dojo.DojoDatePickerBridge",
-						"xap.bridges.dojo.DojoColorPickerBridge",						
+						"xap.bridges.dojo.DojoColorPaletteBridge",						
 						"xap.session.EventHandler"					
 							) ;
     </script>
    
 	<script language="JavaScript" type="text/javascript">
-    		Xap.bootstrap( "../../", true);
+    		Xap.bootstrap( "../../", "debugAll");
     		
     		// Define the color-picker:
     		//Xap.defineSession = function(src, xapletName,xapHomeId,context,toolkit)

Modified: incubator/xap/trunk/WebContent/examples/dojo/datePicker.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/dojo/datePicker.html?rev=433776&r1=433775&r2=433776&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/dojo/datePicker.html (original)
+++ incubator/xap/trunk/WebContent/examples/dojo/datePicker.html Tue Aug 22 15:21:57 2006
@@ -12,7 +12,7 @@
 	<!-- Keep dojo from trying to scan this whole page for dojoType'd tags: -->
 	<script type="text/javascript">
 		djConfig = {
-			parseWidgets: true
+			parseWidgets: false
 		};
 	</script>    
 	

Modified: incubator/xap/trunk/WebContent/examples/dojo/portlet.html
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/WebContent/examples/dojo/portlet.html?rev=433776&r1=433775&r2=433776&view=diff
==============================================================================
--- incubator/xap/trunk/WebContent/examples/dojo/portlet.html (original)
+++ incubator/xap/trunk/WebContent/examples/dojo/portlet.html Tue Aug 22 15:21:57 2006
@@ -12,7 +12,7 @@
 	<!-- Keep dojo from trying to scan this whole page for dojoType'd tags: -->
 	<script type="text/javascript">
 		djConfig = {
-			parseWidgets: true
+			parseWidgets: false
 		};
 	</script>