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 2006/02/15 00:10:09 UTC

svn commit: r377876 - /myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/debugconsolejsfonly.jsp

Author: werpu
Date: Tue Feb 14 15:10:07 2006
New Revision: 377876

URL: http://svn.apache.org/viewcvs?rev=377876&view=rev
Log:
added a second djConfig param to show off that the
djInit now works over multiple tags

Modified:
    myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/debugconsolejsfonly.jsp

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/debugconsolejsfonly.jsp
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/debugconsolejsfonly.jsp?rev=377876&r1=377875&r2=377876&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/debugconsolejsfonly.jsp (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/debugconsolejsfonly.jsp Tue Feb 14 15:10:07 2006
@@ -37,7 +37,7 @@
 		<f:view>
 			<h:panelGroup>
 				<s:dojoInitializer require="dojo.widget.Editor" debug="true"/>	
-				<s:dojoInitializer require="dojo.widget.DebugConsole" />	
+				<s:dojoInitializer require="dojo.widget.DebugConsole" debugAtAllCosts="false"/>	
 				<s:dojoInitializer require="dojo.widget.ResizeHandle" />	
 				<s:dojoInitializer debugConsole="true"/>