Author: sergeyhalipov
Date: 2007-10-12 10:30:58 -0400 (Fri, 12 Oct 2007)
New Revision: 3343
Modified:
trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataGrid.jspx
trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataList.jspx
trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataOrderedList.jspx
trunk/ui/inputnumber-slider/src/main/templates/inputNumberSlider.jspx
trunk/ui/separator/src/main/templates/separator.jspx
Log:
http://jira.jboss.com/jira/browse/RF-1108
Modified: trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataGrid.jspx
===================================================================
--- trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataGrid.jspx 2007-10-12
14:12:17 UTC (rev 3342)
+++ trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataGrid.jspx 2007-10-12
14:30:58 UTC (rev 3343)
@@ -15,7 +15,7 @@
<f:clientid var="clientId"/>
<table id="#{clientId}"
class="dr-table rich-table #{component.attributes['styleClass']}"
- x:passThruWithExclusions="value,name,type"
+ x:passThruWithExclusions="value,name,type,class,id"
<f:call name="encodeCaption" />
<colgroup span="#{component.attributes['columns']}">
@@ -28,4 +28,4 @@
</vcp:body>
</tbody>
</table>
-</f:root>
\ No newline at end of file
+</f:root>
Modified: trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataList.jspx
===================================================================
--- trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataList.jspx 2007-10-12
14:12:17 UTC (rev 3342)
+++ trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataList.jspx 2007-10-12
14:30:58 UTC (rev 3343)
@@ -12,7 +12,6 @@
<f:clientid var="clientId"/>
<ul id="#{clientId}"
- type="#{component.attributes['type']}"
class="dr-list rich-datalist
#{component.attributes['styleClass']}"
x:passThruWithExclusions="id,class"
@@ -20,4 +19,4 @@
<f:call name="encodeRows"/>
</vcp:body>
</ul>
-</f:root>
\ No newline at end of file
+</f:root>
Modified: trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataOrderedList.jspx
===================================================================
---
trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataOrderedList.jspx 2007-10-12
14:12:17 UTC (rev 3342)
+++
trunk/ui/dataTable/src/main/templates/org/richfaces/htmlDataOrderedList.jspx 2007-10-12
14:30:58 UTC (rev 3343)
@@ -12,7 +12,6 @@
<f:clientid var="clientId"/>
<ol id="#{clientId}"
- type="#{component.attributes['type']}"
class="dr-list rich-orderedlist
#{component.attributes['styleClass']}"
x:passThruWithExclusions="id,class"
@@ -20,4 +19,4 @@
<f:call name="encodeRows"/>
</vcp:body>
</ol>
-</f:root>
\ No newline at end of file
+</f:root>
Modified: trunk/ui/inputnumber-slider/src/main/templates/inputNumberSlider.jspx
===================================================================
--- trunk/ui/inputnumber-slider/src/main/templates/inputNumberSlider.jspx 2007-10-12
14:12:17 UTC (rev 3342)
+++ trunk/ui/inputnumber-slider/src/main/templates/inputNumberSlider.jspx 2007-10-12
14:30:58 UTC (rev 3343)
@@ -40,7 +40,7 @@
]]></jsp:scriptlet>
<table id="#{clientId}" border="0" cellpadding="0"
cellspacing="0" class="dr-insldr rich-slider
#{component.attributes['styleClass']}"
- style="#{style}"
x:passThruWithExclusions="id,boundClass,tipClass,class,width,height,style">
+ style="#{style}"
x:passThruWithExclusions="id,boundClass,tipClass,class,width,height,style,border">
<tbody>
<tr>
<jsp:scriptlet><![CDATA[
Modified: trunk/ui/separator/src/main/templates/separator.jspx
===================================================================
--- trunk/ui/separator/src/main/templates/separator.jspx 2007-10-12 14:12:17 UTC (rev
3342)
+++ trunk/ui/separator/src/main/templates/separator.jspx 2007-10-12 14:30:58 UTC (rev
3343)
@@ -10,11 +10,11 @@
component="org.richfaces.component.UISeparator"
<f:clientid var="clientId"/>
- <div id="#{clientId}"
align="#{component.attributes['align']}" style="font-size:
0px;"
+ <div id="#{clientId}" style="font-size: 0px;"
x:passThruWithExclusions="id,width,height,style,class">
<div style="width: #{this:getWidth(context, component)}; height:
#{this:getHeight(context, component)};
background-image: #{this:backgroundImage(context, component)}; background-repeat:
repeat-x;
background-position:center; #{component.attributes['style']}"
class="rich-separator #{component.attributes['styleClass']}"/>
</div>
-</f:root>
\ No newline at end of file
+</f:root>