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/07 00:55:53 UTC

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

Author: werpu
Date: Mon Feb  6 15:55:43 2006
New Revision: 375423

URL: http://svn.apache.org/viewcvs?rev=375423&view=rev
Log:
dojo foundation test altered to reflect the new tag

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

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/dojoimporttest.jsp
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/dojoimporttest.jsp?rev=375423&r1=375422&r2=375423&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/dojoimporttest.jsp (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/dojoimporttest.jsp Mon Feb  6 15:55:43 2006
@@ -24,7 +24,7 @@
 		#outerbar {
 			padding: 10px;
 			color: white;
-			background-color: #666;
+			background-color: #667;
 			text-align: center;
 			position: relative;
 			left: 0px;
@@ -60,8 +60,6 @@
 			<h:panelGroup>
 				<f:verbatim>
 					<script language="JavaScript" type="text/javascript">
-						dojo.require("dojo.fx.*");
-						dojo.require("dojo.widget.Editor");
 				
 						var built = false;
 						function buildEditor(){
@@ -92,9 +90,12 @@
 
 
 
-				<s:effect id="effect1" fade="true">
-					<h:outputText value="Dojo import test by using the effects tag/Mixed Effects and dojo (dojo is in rawhtml)" />
-				</s:effect>
+				<s:dojoInitializer require="dojo.fx.*"/>	
+				<s:dojoInitializer require="dojo.widget.Editor"/>	
+
+				
+				<h:outputText value="Dojo import test by using the effects tag/Mixed Effects and dojo (dojo is in rawhtml)" />
+				
 
 				<f:verbatim>
 					<div id="outerbar">