Author: pgolawski
Date: 2008-11-07 08:00:48 -0500 (Fri, 07 Nov 2008)
New Revision: 11056
Modified:
trunk/ui/extendedDataTable/src/main/templates/org/richfaces/htmlExtendedDataTable.jspx
Log:
fixing table to work without facet='header' for columns/table
visibility CSS rule is not set for main table, splash screen has correct CSS style class
Modified:
trunk/ui/extendedDataTable/src/main/templates/org/richfaces/htmlExtendedDataTable.jspx
===================================================================
---
trunk/ui/extendedDataTable/src/main/templates/org/richfaces/htmlExtendedDataTable.jspx 2008-11-07
12:58:36 UTC (rev 11055)
+++
trunk/ui/extendedDataTable/src/main/templates/org/richfaces/htmlExtendedDataTable.jspx 2008-11-07
13:00:48 UTC (rev 11056)
@@ -82,8 +82,7 @@
<div id="#{clientId}:innerd" class="extdt-innerdiv"
style="height:100%;width:100%;">
<div id="#{clientId}:cs" class="extdt-hsplit"
style="display: none;"/>
<table id="#{clientId}:tu"
- class="extdt-table-layout rich-table
#{component.attributes['styleClass']}"
- style="visibility:hidden;"
+ class="extdt-table-layout rich-table
#{component.attributes['styleClass']}"
cellpadding="0"
cellspacing="0"
width="100%"
@@ -121,7 +120,7 @@
<f:call name="contributorsEncodeHere" />
</div>
<f:clientid var="clientId"/>
- <div id="#{clientId}:splashscreen"
class=".extdt-ss-vsbl">
+ <div id="#{clientId}:splashscreen"
class="extdt-ss-vsbl">
</div>
<script type="text/javascript">
//<![CDATA[
Show replies by date