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 2007/05/02 05:02:48 UTC

svn commit: r534308 - /incubator/xap/trunk/codebase/src/xap/bridges/dojo/PopupMenuBridge.js

Author: mturyn
Date: Tue May  1 22:02:47 2007
New Revision: 534308

URL: http://svn.apache.org/viewvc?view=rev&rev=534308
Log:
Altered so that it points to our greyed and otherwise-altered version of Menu2.css .

Modified:
    incubator/xap/trunk/codebase/src/xap/bridges/dojo/PopupMenuBridge.js

Modified: incubator/xap/trunk/codebase/src/xap/bridges/dojo/PopupMenuBridge.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/bridges/dojo/PopupMenuBridge.js?view=diff&rev=534308&r1=534307&r2=534308
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/bridges/dojo/PopupMenuBridge.js (original)
+++ incubator/xap/trunk/codebase/src/xap/bridges/dojo/PopupMenuBridge.js Tue May  1 22:02:47 2007
@@ -84,4 +84,9 @@
  */
 xap.bridges.dojo.PopupMenuBridge.prototype.getNewAllowedAttributes = function(){
 	return [];
+}
+
+xap.bridges.dojo.PopupMenuBridge.prototype.getDefaultPropertyMap = function(){
+	// Resolve relative to the "xap" module:
+	return { templateCssPath: dojo.uri.moduleUri("xap","bridges/dojo/cssOverrides/Menu2.css")};
 }