You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by sm...@apache.org on 2006/11/09 12:25:53 UTC

svn commit: r472866 - /portals/jetspeed-2/trunk/src/webapp/javascript/jetspeed/widget/EditorTable.js

Author: smilek
Date: Thu Nov  9 03:25:52 2006
New Revision: 472866

URL: http://svn.apache.org/viewvc?view=rev&rev=472866
Log:
updated for dojo 0.4.0

Modified:
    portals/jetspeed-2/trunk/src/webapp/javascript/jetspeed/widget/EditorTable.js

Modified: portals/jetspeed-2/trunk/src/webapp/javascript/jetspeed/widget/EditorTable.js
URL: http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/src/webapp/javascript/jetspeed/widget/EditorTable.js?view=diff&rev=472866&r1=472865&r2=472866
==============================================================================
--- portals/jetspeed-2/trunk/src/webapp/javascript/jetspeed/widget/EditorTable.js (original)
+++ portals/jetspeed-2/trunk/src/webapp/javascript/jetspeed/widget/EditorTable.js Thu Nov  9 03:25:52 2006
@@ -61,7 +61,7 @@
         jetspeed.widget.EditorTable.superclass.buildRendering.call( this, args, frag );
         if ( args.templateCssPath )
         {
-            dojo.widget.fillFromTemplateCache(this, null, dojo.uri.dojoUri(args.templateCssPath), null, false);
+            dojo.html.insertCssFile( dojo.uri.dojoUri(args.templateCssPath), document, true );
         }
     },
 



---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org
For additional commands, e-mail: jetspeed-dev-help@portals.apache.org