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 2006/07/05 02:08:06 UTC

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

Author: mturyn
Date: Tue Jul  4 19:08:05 2006
New Revision: 419135

URL: http://svn.apache.org/viewvc?rev=419135&view=rev
Log:
Added in more dojo bridges.

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=419135&r1=419134&r2=419135&view=diff
==============================================================================
--- incubator/xap/trunk/src/xap/taghandling/plugin.xml (original)
+++ incubator/xap/trunk/src/xap/taghandling/plugin.xml Tue Jul  4 19:08:05 2006
@@ -23,6 +23,8 @@
 	<tag-mappings namespace="http://www.dojotoolkit.org/" document="xal">	
 		<mapping class="xap.bridges.dojo.DojoButtonBridge" name="button"/>
 		<mapping class="xap.bridges.dojo.DojoContentPaneBridge" name="contentPane"/>	
+		<mapping class="xap.bridges.dojo.DojoFloatingPaneBridge" name="floatingPane"/>	
+		<mapping class="xap.bridges.dojo.DojoLayoutPaneBridge" name="layoutPane"/>				
 	</tag-mappings>