[richfaces-svn-commits] JBoss Rich Faces SVN: r2354 - in trunk: ui/dataTable/src/main/config/component and 1 other directory.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Mon Aug 20 13:16:11 EDT 2007
Author: maksimkaszynski
Date: 2007-08-20 13:16:11 -0400 (Mon, 20 Aug 2007)
New Revision: 2354
Modified:
trunk/samples/pom.xml
trunk/ui/dataTable/src/main/config/component/colgroup.xml
trunk/ui/dataTable/src/main/config/component/subTable.xml
Log:
set samples default profile to tomcat6
Modified: trunk/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml 2007-08-20 17:10:24 UTC (rev 2353)
+++ trunk/samples/pom.xml 2007-08-20 17:16:11 UTC (rev 2354)
@@ -195,7 +195,7 @@
<profile>
<id>tomcat5</id>
<activation>
- <activeByDefault>true</activeByDefault>
+ <activeByDefault>false</activeByDefault>
</activation>
<build>
<defaultGoal>jetty:run</defaultGoal>
@@ -249,6 +249,9 @@
</profile>
<profile>
<id>tomcat6</id>
+ <activation>
+ <activeByDefault>true</activeByDefault>
+ </activation>
<build>
<defaultGoal>jetty:run</defaultGoal>
<plugins>
@@ -413,6 +416,6 @@
-->
<module>panelmenu-sample</module>
<module>rich-message-demo</module>
- <!--module>scrollable-grid-demo</module-->
+ <module>scrollableDataTableDemo</module>
</modules>
</project>
\ No newline at end of file
Modified: trunk/ui/dataTable/src/main/config/component/colgroup.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/colgroup.xml 2007-08-20 17:10:24 UTC (rev 2353)
+++ trunk/ui/dataTable/src/main/config/component/colgroup.xml 2007-08-20 17:16:11 UTC (rev 2354)
@@ -50,6 +50,12 @@
A comma-delimited list of CSS style classes that is applied to popup table rows. A space separated list of classes may also be specified for any individual row. The styles are applied, in turn, to each row in the table. For example, if the list has two elements, the first style class in the list is applied to the first row, the second to the second row, the first to the third row, the second to the fourth row, etc. In other words, we keep iterating through the list until we reach the end, and then we start at the beginning again
</description>
</property>
+ <property disabled="true" hidden="true">
+ <name>sortable</name>
+ <classname>boolean</classname>
+ <description></description>
+ <defaultvalue>true</defaultvalue>
+ </property>
<!--
<property>
<name>param</name>
Modified: trunk/ui/dataTable/src/main/config/component/subTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/subTable.xml 2007-08-20 17:10:24 UTC (rev 2353)
+++ trunk/ui/dataTable/src/main/config/component/subTable.xml 2007-08-20 17:16:11 UTC (rev 2354)
@@ -42,6 +42,13 @@
<description>
</description>
</property>
+ <property disabled="true" hidden="true">
+ <name>sortable</name>
+ <classname>boolean</classname>
+ <description></description>
+ <defaultvalue>true</defaultvalue>
+ </property>
+
<property>
<name>componentState</name>
<classname>java.lang.String</classname>
More information about the richfaces-svn-commits
mailing list