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 jm...@apache.org on 2006/08/29 22:18:11 UTC

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

Author: jmargaris
Date: Tue Aug 29 15:18:10 2006
New Revision: 438261

URL: http://svn.apache.org/viewvc?rev=438261&view=rev
Log:
added freepanel as new dojo-esque widget

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

Modified: incubator/xap/trunk/src/xap/taghandling/plugin.xml
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/src/xap/taghandling/plugin.xml?rev=438261&r1=438260&r2=438261&view=diff
==============================================================================
--- incubator/xap/trunk/src/xap/taghandling/plugin.xml (original)
+++ incubator/xap/trunk/src/xap/taghandling/plugin.xml Tue Aug 29 15:18:10 2006
@@ -26,10 +26,11 @@
 		<mapping class="xap.bridges.dojo.DojoFloatingPaneBridge" name="floatingPane"/>	
 		<mapping class="xap.bridges.dojo.DojoGenericWidgetBridge" name="generic"/>
 		<mapping class="xap.bridges.dojo.DojoLayoutPaneBridge" name="layoutPane"/>	
+		
 		<mapping class="xap.bridges.dojo.SplitPaneBridge" name="splitPane"/>	
 		<mapping class="xap.bridges.dojo.TabPaneBridge" name="tabPane"/>	
 		<mapping class="xap.bridges.dojo.TabBridge" name="tab"/>	
-		<mapping class="xap.bridges.dojo.BoxPanelBridge" name="boxPanel"/>	
+		<mapping class="xap.bridges.dojo.FreePanelBridge" name="freePanel"/>	
 				
 		<mapping class="xap.bridges.basic.DomNodeBridge" name="dom"/>
 		<mapping class="xap.bridges.dojo.DojoDatePickerBridge" name="datePicker"/>