[richfaces-svn-commits] JBoss Rich Faces SVN: r2500 - in trunk/ui: gmap/src/main/templates and 2 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Mon Aug 27 05:30:08 EDT 2007


Author: a.izobov
Date: 2007-08-27 05:30:08 -0400 (Mon, 27 Aug 2007)
New Revision: 2500

Modified:
   trunk/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx
   trunk/ui/gmap/src/main/templates/gmap.jspx
   trunk/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx
   trunk/ui/virtualEarth/src/main/templates/virtualEarth.jspx
Log:
http://jira.jboss.com/jira/browse/RF-637

Modified: trunk/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx
===================================================================
--- trunk/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx	2007-08-27 09:05:41 UTC (rev 2499)
+++ trunk/ui/datascroller/src/main/templates/org/richfaces/htmlDatascroller.jspx	2007-08-27 09:30:08 UTC (rev 2500)
@@ -21,7 +21,7 @@
 		<![CDATA[org.richfaces.component.util.FormUtil.throwEnclFormReqExceptionIfNeed(context,component);]]>		                                               
     </jsp:scriptlet>	
 	<div id="#{clientId}"
-		x:passThruWithExclusions="value,name,type,id,styleClass"
+		x:passThruWithExclusions="value,name,type,id,styleClass,class"
 		class="dr-dscr rich-datascr #{component.attributes['styleClass']}">
 		<table id="#{clientId}_table"  align="#{component.attributes['align']}" border="0" cellpadding="0" cellspacing="1" class="dr-dscr-t rich-dtascroller-table #{component.attributes['tableStyleClass']}"> 
 		<tbody>

Modified: trunk/ui/gmap/src/main/templates/gmap.jspx
===================================================================
--- trunk/ui/gmap/src/main/templates/gmap.jspx	2007-08-27 09:05:41 UTC (rev 2499)
+++ trunk/ui/gmap/src/main/templates/gmap.jspx	2007-08-27 09:30:08 UTC (rev 2500)
@@ -30,7 +30,7 @@
 	<h:scripts>new org.ajax4jsf.javascript.PrototypeScript(),script/gmap.js</h:scripts>
 
 <div	id="#{clientId}" class="dr-gmap rich-gmap #{component.attributes['styleClass']}"
-			x:passThruWithExclusions="id, styleClass"
+			x:passThruWithExclusions="id, styleClass, class"
 >
 <script type="text/javascript"  src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=#{key}" />
 <script type="text/javascript">

Modified: trunk/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx
===================================================================
--- trunk/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx	2007-08-27 09:05:41 UTC (rev 2499)
+++ trunk/ui/simpleTogglePanel/src/main/templates/simpleTogglePanel.jspx	2007-08-27 09:30:08 UTC (rev 2500)
@@ -20,7 +20,7 @@
 scripts/simpleTogglePanel.js
 </h:scripts>
 
-    <div id="#{clientId}" x:passThruWithExclusions="id,value,style,styleClass"
+    <div id="#{clientId}" x:passThruWithExclusions="id,value,style,styleClass,class"
          class="dr-stglpnl rich-stglpanel #{component.attributes['styleClass']}"
          style="width: #{component.attributes['width']}; #{component.attributes['style']};">
 

Modified: trunk/ui/virtualEarth/src/main/templates/virtualEarth.jspx
===================================================================
--- trunk/ui/virtualEarth/src/main/templates/virtualEarth.jspx	2007-08-27 09:05:41 UTC (rev 2499)
+++ trunk/ui/virtualEarth/src/main/templates/virtualEarth.jspx	2007-08-27 09:30:08 UTC (rev 2500)
@@ -23,7 +23,7 @@
 	<h:scripts>new org.ajax4jsf.javascript.PrototypeScript(),script/virtualEarth.js</h:scripts>
 
 <div	id="#{clientId}" style="position:relative; width:400px; height:400px;#{style}" class="dr-ve rich-virtualEarth #{component.attributes['styleClass']}"
-			x:passThruWithExclusions="id, styleClass,style"
+			x:passThruWithExclusions="id, styleClass,style,class"
 >
 <script type="text/javascript"  src="http://dev.virtualearth.net/mapcontrol/mapcontrol.ashx?v=5" />
 <script type="text/javascript"> 




More information about the richfaces-svn-commits mailing list