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/01/22 21:02:03 UTC

svn commit: r498800 - /incubator/xap/trunk/codebase/src/xap/taghandling/plugin.xml

Author: mturyn
Date: Mon Jan 22 13:02:03 2007
New Revision: 498800

URL: http://svn.apache.org/viewvc?view=rev&rev=498800
Log:
It's "gridPane", not "gridPanel".  The bridge is a bridge to the Dojo GridPanel widget, but the element doesn't have to be named the same as the bridge (although that helps avoid confusion).

Modified:
    incubator/xap/trunk/codebase/src/xap/taghandling/plugin.xml

Modified: incubator/xap/trunk/codebase/src/xap/taghandling/plugin.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/codebase/src/xap/taghandling/plugin.xml?view=diff&rev=498800&r1=498799&r2=498800
==============================================================================
--- incubator/xap/trunk/codebase/src/xap/taghandling/plugin.xml (original)
+++ incubator/xap/trunk/codebase/src/xap/taghandling/plugin.xml Mon Jan 22 13:02:03 2007
@@ -102,7 +102,7 @@
 		<mapping class="xap.bridges.dojo.WindowBridge" name="window"/>
 		
 		<mapping class="xap.bridges.dojo.HorizontalFlowPaneBridge" name="horizontalFlowPane"/>
-		<mapping class="xap.bridges.dojo.GridPanelBridge" name="gridPanel"/>
+		<mapping class="xap.bridges.dojo.GridPanelBridge" name="gridPane"/>
 
 		<!-- for now cell just maps to label and header to button -->