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/08/24 23:46:59 UTC

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

Author: werpu
Date: Thu Aug 24 14:46:58 2006
New Revision: 434533

URL: http://svn.apache.org/viewvc?rev=434533&view=rev
Log:
changed a deprecated dojo init method into the new one

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

Modified: myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/textareatestjsfonly.jsp
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/textareatestjsfonly.jsp?rev=434533&r1=434532&r2=434533&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/textareatestjsfonly.jsp (original)
+++ myfaces/tomahawk/trunk/sandbox/examples/src/main/webapp/dojo/textareatestjsfonly.jsp Thu Aug 24 14:46:58 2006
@@ -50,7 +50,7 @@
 						var editorArgs = {
 			    			items: ["textGroup", "blockGroup", "justifyGroup", "colorGroup", "listGroup", "indentGroup", "linkGroup"]
 						};
-						var editor = dojo.widget.fromScript("Editor", editorArgs,
+						var editor = dojo.widget.createWidget("Editor", editorArgs,
 			                                    dojo.byId("myForm:myInputTextarea"));
 //--></script>
 					</f:verbatim>