JBoss Rich Faces SVN: r7568 - in branches/3.1.x/ui: orderingList/src/main/config/component and 2 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: sergeyhalipov
Date: 2008-04-02 05:22:20 -0400 (Wed, 02 Apr 2008)
New Revision: 7568
Modified:
branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml
branches/3.1.x/ui/orderingList/src/main/config/component/orderinglist.xml
branches/3.1.x/ui/panelmenu/src/main/config/component/panelMenu.xml
branches/3.1.x/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
Log:
http://jira.jboss.com/jira/browse/RF-2149
Modified: branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml
===================================================================
--- branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-04-02 08:08:31 UTC (rev 7567)
+++ branches/3.1.x/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-04-02 09:22:20 UTC (rev 7568)
@@ -50,13 +50,13 @@
<property elonly="true">
<name>sourceSelection</name>
- <classname>java.util.Set</classname>
+ <classname>java.util.Collection</classname>
<description>Manages selection in a source list from the server side</description>
</property>
<property elonly="true">
<name>targetSelection</name>
- <classname>java.util.Set</classname>
+ <classname>java.util.Collection</classname>
<description>Manages selection in a target list from the server side</description>
</property>
Modified: branches/3.1.x/ui/orderingList/src/main/config/component/orderinglist.xml
===================================================================
--- branches/3.1.x/ui/orderingList/src/main/config/component/orderinglist.xml 2008-04-02 08:08:31 UTC (rev 7567)
+++ branches/3.1.x/ui/orderingList/src/main/config/component/orderinglist.xml 2008-04-02 09:22:20 UTC (rev 7568)
@@ -185,7 +185,7 @@
<property elonly="true">
<name>selection</name>
- <classname>java.util.Set</classname>
+ <classname>java.util.Collection</classname>
<description>Collection which stores a set of selected items</description>
</property>
Modified: branches/3.1.x/ui/panelmenu/src/main/config/component/panelMenu.xml
===================================================================
--- branches/3.1.x/ui/panelmenu/src/main/config/component/panelMenu.xml 2008-04-02 08:08:31 UTC (rev 7567)
+++ branches/3.1.x/ui/panelmenu/src/main/config/component/panelMenu.xml 2008-04-02 09:22:20 UTC (rev 7568)
@@ -425,12 +425,12 @@
&listeners;
<property>
<name>action</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.el.MethodBinding</classname>
<description>MethodBinding pointing at the application action to be invoked, if this UIComponent is activated by the user, during the Apply Request Values or Invoke Application phase of the request processing lifecycle, depending on the value of the immediate property</description>
</property>
<property>
<name>actionListener</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.el.MethodBinding</classname>
<description>MethodBinding pointing at method accepting an ActionEvent with return type void</description>
</property>
Modified: branches/3.1.x/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
===================================================================
--- branches/3.1.x/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2008-04-02 08:08:31 UTC (rev 7567)
+++ branches/3.1.x/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2008-04-02 09:22:20 UTC (rev 7568)
@@ -60,7 +60,7 @@
<property>
<name>componentState</name>
- <classname>java.lang.String</classname>
+ <classname>org.ajax4jsf.model.DataComponentState</classname>
<description>It defines EL-binding for a component state for saving or redefinition</description>
</property>
@@ -185,7 +185,7 @@
<property>
<name>rowKey</name>
- <classname>java.lang.String</classname>
+ <classname>java.lang.Object</classname>
<description>The attribute is a representation of an identifier for a specific data row</description>
</property>
@@ -234,7 +234,7 @@
<property>
<name>ajaxKeys</name>
- <classname>java.lang.String</classname>
+ <classname>java.util.Set</classname>
<description>This attribute defines rows that are updated after an AJAX request</description>
</property>
16 years, 8 months
JBoss Rich Faces SVN: r7567 - Reports/3.2.0 and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: tkuprevich
Date: 2008-04-02 04:08:31 -0400 (Wed, 02 Apr 2008)
New Revision: 7567
Added:
trunk/test-applications/qa/Test Reports/3.2.0/DailyReport320CR731032008ayanul.xls
trunk/test-applications/qa/Test Reports/3.2.0/DailyReport320CR831032008tkuprevich.xls
Log:
Added: trunk/test-applications/qa/Test Reports/3.2.0/DailyReport320CR731032008ayanul.xls
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/qa/Test Reports/3.2.0/DailyReport320CR731032008ayanul.xls
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: trunk/test-applications/qa/Test Reports/3.2.0/DailyReport320CR831032008tkuprevich.xls
===================================================================
(Binary files differ)
Property changes on: trunk/test-applications/qa/Test Reports/3.2.0/DailyReport320CR831032008tkuprevich.xls
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
16 years, 8 months
JBoss Rich Faces SVN: r7566 - branches.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-04-01 20:36:29 -0400 (Tue, 01 Apr 2008)
New Revision: 7566
Added:
branches/3.2.x/
Log:
made a copy
Copied: branches/3.2.x (from rev 7565, trunk)
16 years, 8 months
JBoss Rich Faces SVN: r7565 - trunk/cdk.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-04-01 20:06:27 -0400 (Tue, 01 Apr 2008)
New Revision: 7565
Modified:
trunk/cdk/pom.xml
Log:
Excluded cdk from Clovering
Modified: trunk/cdk/pom.xml
===================================================================
--- trunk/cdk/pom.xml 2008-04-02 00:05:52 UTC (rev 7564)
+++ trunk/cdk/pom.xml 2008-04-02 00:06:27 UTC (rev 7565)
@@ -34,4 +34,33 @@
<module>maven-archetype-jsfwebapp</module>
</modules>
+
+
+ <profiles>
+ <profile>
+ <id>clover</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.atlassian.maven.plugins</groupId>
+ <artifactId>maven-clover-plugin</artifactId>
+ <configuration>
+ <includesAllSourceRoots>
+ false
+ </includesAllSourceRoots>
+ <includesTestSourceRoots>
+ false
+ </includesTestSourceRoots>
+ <jdk>1.5</jdk>
+
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
</project>
\ No newline at end of file
16 years, 8 months
JBoss Rich Faces SVN: r7564 - trunk/samples.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2008-04-01 20:05:52 -0400 (Tue, 01 Apr 2008)
New Revision: 7564
Modified:
trunk/samples/pom.xml
Log:
Excluded samples from Clovering
Modified: trunk/samples/pom.xml
===================================================================
--- trunk/samples/pom.xml 2008-04-01 18:33:09 UTC (rev 7563)
+++ trunk/samples/pom.xml 2008-04-02 00:05:52 UTC (rev 7564)
@@ -419,6 +419,38 @@
<module>seamIntegration</module>
</modules>
</profile>
+ <profile>
+ <id>clover</id>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>com.atlassian.maven.plugins</groupId>
+ <artifactId>maven-clover-plugin</artifactId>
+ <configuration>
+ <includesAllSourceRoots>
+ false
+ </includesAllSourceRoots>
+ <includesTestSourceRoots>
+ false
+ </includesTestSourceRoots>
+ <jdk>1.5</jdk>
+ <excludes>
+ <exclude>**/*.java</exclude>
+ </excludes>
+ </configuration>
+ </plugin>
+ <plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <version>2.0</version>
+ <configuration>
+ <source>1.5</source>
+ <target>1.5</target>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
<modules>
<module>skins</module>
16 years, 8 months
JBoss Rich Faces SVN: r7563 - in trunk/ui: core/src/main/config/component and 11 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: sergeyhalipov
Date: 2008-04-01 14:33:09 -0400 (Tue, 01 Apr 2008)
New Revision: 7563
Modified:
trunk/ui/combobox/src/main/config/component/combobox.xml
trunk/ui/core/src/main/config/component/repeat.xml
trunk/ui/dataTable/src/main/config/component/dataGrid.xml
trunk/ui/dataTable/src/main/config/component/dataList.xml
trunk/ui/dataTable/src/main/config/component/subTable.xml
trunk/ui/datascroller/src/main/config/component/datascroller.xml
trunk/ui/fileUpload/src/main/config/component/fileUpload.xml
trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
trunk/ui/listShuttle/src/main/config/component/listShuttle.xml
trunk/ui/orderingList/src/main/config/component/orderinglist.xml
trunk/ui/pickList/src/main/config/component/picklist.xml
trunk/ui/progressBAR/src/main/config/component/progressBar.xml
trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
trunk/ui/togglePanel/src/main/config/component/togglePanel.xml
Log:
http://jira.jboss.com/jira/browse/RF-2149
Modified: trunk/ui/combobox/src/main/config/component/combobox.xml
===================================================================
--- trunk/ui/combobox/src/main/config/component/combobox.xml 2008-04-01 18:25:45 UTC (rev 7562)
+++ trunk/ui/combobox/src/main/config/component/combobox.xml 2008-04-01 18:33:09 UTC (rev 7563)
@@ -271,11 +271,11 @@
<property hidden="true" existintag="false" exist="false" >
<name>localValueSet</name>
- <classname>java.lang.Object</classname>
+ <classname>boolean</classname>
</property>
<property hidden="true" existintag="false" exist="false" >
<name>valid</name>
- <classname>java.lang.Object</classname>
+ <classname>boolean</classname>
</property>
</properties>
</component>
Modified: trunk/ui/core/src/main/config/component/repeat.xml
===================================================================
--- trunk/ui/core/src/main/config/component/repeat.xml 2008-04-01 18:25:45 UTC (rev 7562)
+++ trunk/ui/core/src/main/config/component/repeat.xml 2008-04-01 18:33:09 UTC (rev 7563)
@@ -72,7 +72,7 @@
</property>
<property hidden="true">
<name>rowKey</name>
- <classname>java.lang.String</classname>
+ <classname>java.lang.Object</classname>
<description>RowKey is a representation of an identifier for a specific data row.</description>
</property>
Modified: trunk/ui/dataTable/src/main/config/component/dataGrid.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataGrid.xml 2008-04-01 18:25:45 UTC (rev 7562)
+++ trunk/ui/dataTable/src/main/config/component/dataGrid.xml 2008-04-01 18:33:09 UTC (rev 7563)
@@ -122,7 +122,7 @@
<property>
<name>rowKeyConverter</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.convert.Converter</classname>
<description>Converter for a row key object</description>
</property>
Modified: trunk/ui/dataTable/src/main/config/component/dataList.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/dataList.xml 2008-04-01 18:25:45 UTC (rev 7562)
+++ trunk/ui/dataTable/src/main/config/component/dataList.xml 2008-04-01 18:33:09 UTC (rev 7563)
@@ -52,7 +52,7 @@
<property>
<name>rowKeyConverter</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.convert.Converter</classname>
<description>Converter for a row key object</description>
</property>
Modified: trunk/ui/dataTable/src/main/config/component/subTable.xml
===================================================================
--- trunk/ui/dataTable/src/main/config/component/subTable.xml 2008-04-01 18:25:45 UTC (rev 7562)
+++ trunk/ui/dataTable/src/main/config/component/subTable.xml 2008-04-01 18:33:09 UTC (rev 7563)
@@ -83,7 +83,7 @@
<property>
<name>rowKeyConverter</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.convert.Converter</classname>
<description>Converter for a row key object</description>
</property>
<property>
Modified: trunk/ui/datascroller/src/main/config/component/datascroller.xml
===================================================================
--- trunk/ui/datascroller/src/main/config/component/datascroller.xml 2008-04-01 18:25:45 UTC (rev 7562)
+++ trunk/ui/datascroller/src/main/config/component/datascroller.xml 2008-04-01 18:33:09 UTC (rev 7563)
@@ -273,7 +273,7 @@
<property hidden="true" existintag="false" exist="false" >
<name>firstRow</name>
- <classname>java.lang.Object</classname>
+ <classname>int</classname>
</property>
</component>
Modified: trunk/ui/fileUpload/src/main/config/component/fileUpload.xml
===================================================================
--- trunk/ui/fileUpload/src/main/config/component/fileUpload.xml 2008-04-01 18:25:45 UTC (rev 7562)
+++ trunk/ui/fileUpload/src/main/config/component/fileUpload.xml 2008-04-01 18:33:09 UTC (rev 7563)
@@ -335,23 +335,23 @@
</property>
<property elonly="true" hidden="true" existintag="false" exist="false" >
<name>localContentType</name>
- <classname>java.lang.Object</classname>
+ <classname>java.lang.String</classname>
</property>
<property elonly="true" hidden="true" existintag="false" exist="false" >
<name>localFileName</name>
- <classname>java.lang.Object</classname>
+ <classname>java.lang.String</classname>
</property>
<property elonly="true" hidden="true" existintag="false" exist="false" >
<name>localFileSize</name>
- <classname>java.lang.Object</classname>
+ <classname>java.lang.Integer</classname>
</property>
<property elonly="true" hidden="true" existintag="false" exist="false" >
<name>localInputStream</name>
- <classname>java.lang.Object</classname>
+ <classname>java.io.InputStream</classname>
</property>
<property elonly="true" hidden="true" existintag="false" exist="false" >
<name>localValueSet</name>
- <classname>java.lang.Object</classname>
+ <classname>boolean</classname>
</property>
<property elonly="true" hidden="true" existintag="false" exist="false" >
<name>maxLength</name>
@@ -367,7 +367,7 @@
</property>
<property hidden="true" existintag="false" exist="false" >
<name>valid</name>
- <classname>java.lang.Object</classname>
+ <classname>boolean</classname>
</property>
</component>
&listeners;
Modified: trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml
===================================================================
--- trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-04-01 18:25:45 UTC (rev 7562)
+++ trunk/ui/inplaceSelect/src/main/config/component/inplaceselect.xml 2008-04-01 18:33:09 UTC (rev 7563)
@@ -220,11 +220,11 @@
<property hidden="true" existintag="false" exist="false" >
<name>localValueSet</name>
- <classname>java.lang.Object</classname>
+ <classname>boolean</classname>
</property>
<property hidden="true" existintag="false" exist="false" >
<name>valid</name>
- <classname>java.lang.Object</classname>
+ <classname>boolean</classname>
</property>
</properties>
Modified: trunk/ui/listShuttle/src/main/config/component/listShuttle.xml
===================================================================
--- trunk/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-04-01 18:25:45 UTC (rev 7562)
+++ trunk/ui/listShuttle/src/main/config/component/listShuttle.xml 2008-04-01 18:33:09 UTC (rev 7563)
@@ -261,9 +261,9 @@
</property>
- <property>
+ <property>
<name>rowKeyConverter</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.convert.Converter</classname>
<description>Converter for a row key object</description>
</property>
Modified: trunk/ui/orderingList/src/main/config/component/orderinglist.xml
===================================================================
--- trunk/ui/orderingList/src/main/config/component/orderinglist.xml 2008-04-01 18:25:45 UTC (rev 7562)
+++ trunk/ui/orderingList/src/main/config/component/orderinglist.xml 2008-04-01 18:33:09 UTC (rev 7563)
@@ -285,17 +285,9 @@
</property>
<property>
<name>rowKeyConverter</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.convert.Converter</classname>
<description>Converter for a row key object</description>
</property>
-
- <property>
- <name>rowKeyConverter</name>
- <classname>java.lang.String</classname>
- <description>Converter for a row key object</description>
- </property>
-
-
<property el="false">
<name>rowKeyVar</name>
<classname>java.lang.String</classname>
Modified: trunk/ui/pickList/src/main/config/component/picklist.xml
===================================================================
--- trunk/ui/pickList/src/main/config/component/picklist.xml 2008-04-01 18:25:45 UTC (rev 7562)
+++ trunk/ui/pickList/src/main/config/component/picklist.xml 2008-04-01 18:33:09 UTC (rev 7563)
@@ -32,7 +32,7 @@
<properties>
<property hidden="true">
<name>selectedValues</name>
- <classname>java.lang.Object</classname>
+ <classname>java.lang.Object[]</classname>
</property>
<property>
@@ -142,13 +142,6 @@
</property>
<property>
- <name>localValueSet</name>
- <classname>java.lang.String</classname>
- <description>Id of Converter to be used or reference to a Converter</description>
-
- </property>
-
- <property>
<name>moveControlsVerticalAlign</name>
<classname>java.lang.String</classname>
<description>Customizes vertically a position of move/copy controls relatively to lists</description>
@@ -167,12 +160,6 @@
</property>
<property>
- <name>valid</name>
- <classname>java.lang.String</classname>
- <description>Id of Converter to be used or reference to a Converter</description>
- </property>
-
- <property>
<name>validatorMessage</name>
<classname>java.lang.String</classname>
<description>A ValueExpression enabled attribute that, if present, will be used as the text of the validator message, replacing any message that comes from the validator</description>
@@ -200,7 +187,7 @@
<property hidden="true">
<name>valid </name>
- <classname>java.lang.String</classname>
+ <classname>boolean</classname>
</property>
<property hidden="true">
@@ -210,7 +197,7 @@
<property hidden="true">
<name>localValueSet </name>
- <classname>java.lang.String</classname>
+ <classname>boolean</classname>
</property>
&ui_input_attributes;
Modified: trunk/ui/progressBAR/src/main/config/component/progressBar.xml
===================================================================
--- trunk/ui/progressBAR/src/main/config/component/progressBar.xml 2008-04-01 18:25:45 UTC (rev 7562)
+++ trunk/ui/progressBAR/src/main/config/component/progressBar.xml 2008-04-01 18:33:09 UTC (rev 7563)
@@ -114,7 +114,7 @@
</property>
<property hidden="true">
<name>action</name>
- <classname>javax.el.MethodExpression</classname>
+ <classname>javax.faces.el.MethodBinding</classname>
<description>The action method binding expression.</description>
</property>
<property>
Modified: trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml
===================================================================
--- trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2008-04-01 18:25:45 UTC (rev 7562)
+++ trunk/ui/scrollableDataTable/src/main/config/component/scrollable-data-table.xml 2008-04-01 18:33:09 UTC (rev 7563)
@@ -167,7 +167,7 @@
<property>
<name>rowKeyConverter</name>
- <classname>java.lang.String</classname>
+ <classname>javax.faces.convert.Converter</classname>
<description>Converter for a row key object</description>
</property>
Modified: trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml
===================================================================
--- trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-04-01 18:25:45 UTC (rev 7562)
+++ trunk/ui/suggestionbox/src/main/config/component/suggestionbox.xml 2008-04-01 18:33:09 UTC (rev 7563)
@@ -367,13 +367,13 @@
It isn't selectable and list is closed as always after click on it and nothing is put to input.
</description>
</property>
- <property elonly="true" hidden="true" existintag="false" exist="false" >
+ <property hidden="true" existintag="false" exist="false" >
<name>data</name>
<classname>java.lang.Object</classname>
</property>
- <property elonly="true" hidden="true" existintag="false" exist="false" >
+ <property hidden="true" existintag="false" exist="false" >
<name>rowNumber</name>
- <classname>java.lang.Object</classname>
+ <classname>int</classname>
</property>
</component>
</components>
Modified: trunk/ui/togglePanel/src/main/config/component/togglePanel.xml
===================================================================
--- trunk/ui/togglePanel/src/main/config/component/togglePanel.xml 2008-04-01 18:25:45 UTC (rev 7562)
+++ trunk/ui/togglePanel/src/main/config/component/togglePanel.xml 2008-04-01 18:33:09 UTC (rev 7563)
@@ -97,7 +97,7 @@
<property hidden="true">
<name>valid</name>
- <classname>java.lang.String</classname>
+ <classname>boolean</classname>
</property>
<property>
<name>label</name>
@@ -411,11 +411,6 @@
<name>reRender</name>
<classname>java.lang.Object</classname>
</property>
- <property hidden="true">
- <name>valid</name>
- <classname>java.lang.String</classname>
- </property>
-
<property>
<name>status</name>
<classname>java.lang.String</classname>
16 years, 8 months
JBoss Rich Faces SVN: r7562 - trunk/ui/inplaceInput/src/test/java/org/richfaces/component.
by richfaces-svn-commits@lists.jboss.org
Author: sergeyhalipov
Date: 2008-04-01 14:25:45 -0400 (Tue, 01 Apr 2008)
New Revision: 7562
Modified:
trunk/ui/inplaceInput/src/test/java/org/richfaces/component/InplaceInputComponentTest.java
Log:
Test for inplace input fixed.
Modified: trunk/ui/inplaceInput/src/test/java/org/richfaces/component/InplaceInputComponentTest.java
===================================================================
--- trunk/ui/inplaceInput/src/test/java/org/richfaces/component/InplaceInputComponentTest.java 2008-04-01 17:43:06 UTC (rev 7561)
+++ trunk/ui/inplaceInput/src/test/java/org/richfaces/component/InplaceInputComponentTest.java 2008-04-01 18:25:45 UTC (rev 7562)
@@ -27,6 +27,7 @@
javaScripts.add("org.ajax4jsf.javascript.PrototypeScript");
javaScripts.add("scripts/inplaceinput.js");
javaScripts.add("scripts/utils.js");
+ javaScripts.add("scripts/comboboxUtils.js");
}
16 years, 8 months
JBoss Rich Faces SVN: r7561 - trunk/ui/pickList/src/test/java/org/richfaces/component.
by richfaces-svn-commits@lists.jboss.org
Author: sergeyhalipov
Date: 2008-04-01 13:43:06 -0400 (Tue, 01 Apr 2008)
New Revision: 7561
Modified:
trunk/ui/pickList/src/test/java/org/richfaces/component/PickListComponentTest.java
Log:
Test for pick list fixed.
Modified: trunk/ui/pickList/src/test/java/org/richfaces/component/PickListComponentTest.java
===================================================================
--- trunk/ui/pickList/src/test/java/org/richfaces/component/PickListComponentTest.java 2008-04-01 17:35:40 UTC (rev 7560)
+++ trunk/ui/pickList/src/test/java/org/richfaces/component/PickListComponentTest.java 2008-04-01 17:43:06 UTC (rev 7561)
@@ -52,16 +52,16 @@
List selectItems = new ArrayList();
static {
- javaScripts.add("a4j_3_2_0-SNAPSHOTorg.ajax4jsf.javascript.PrototypeScript");
- javaScripts.add("a4j_3_2_0-SNAPSHOTscripts/ShuttleUtils.js");
- javaScripts.add("a4j_3_2_0-SNAPSHOTscripts/SelectItem.js");
- javaScripts.add("a4j_3_2_0-SNAPSHOTscripts/PickListSI.js");
- javaScripts.add("a4j_3_2_0-SNAPSHOTscripts/LayoutManager.js");
- javaScripts.add("a4j_3_2_0-SNAPSHOTscripts/Control.js");
- javaScripts.add("a4j_3_2_0-SNAPSHOTscripts/ListBase.js");
- javaScripts.add("a4j_3_2_0-SNAPSHOTscripts/OrderingList.js");
- javaScripts.add("a4j_3_2_0-SNAPSHOTscripts/ListShuttle.js");
- javaScripts.add("a4j_3_2_0-SNAPSHOTscripts/PickList.js");
+ javaScripts.add("org.ajax4jsf.javascript.PrototypeScript");
+ javaScripts.add("scripts/ShuttleUtils.js");
+ javaScripts.add("scripts/SelectItem.js");
+ javaScripts.add("scripts/PickListSI.js");
+ javaScripts.add("scripts/LayoutManager.js");
+ javaScripts.add("scripts/Control.js");
+ javaScripts.add("scripts/ListBase.js");
+ javaScripts.add("scripts/OrderingList.js");
+ javaScripts.add("scripts/ListShuttle.js");
+ javaScripts.add("scripts/PickList.js");
}
public PickListComponentTest(String name) {
16 years, 8 months
JBoss Rich Faces SVN: r7560 - trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts.
by richfaces-svn-commits@lists.jboss.org
Author: vmolotkov
Date: 2008-04-01 13:35:40 -0400 (Tue, 01 Apr 2008)
New Revision: 7560
Modified:
trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js
Log:
http://jira.jboss.com/jira/browse/RF-2884
Modified: trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js
===================================================================
--- trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js 2008-04-01 17:35:34 UTC (rev 7559)
+++ trunk/ui/inplaceInput/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceinput.js 2008-04-01 17:35:40 UTC (rev 7560)
@@ -29,7 +29,7 @@
this.editEvent = this.attributes.editEvent.substring(2,this.attributes.editEvent.length);
- //this.tempValueKeeper.style.top = Richfaces.getBorderWidth(this.tempValueKeeper, "t") + "px";
+ this.tempValueKeeper.style.top = Richfaces.getBorderWidth(this.tempValueKeeper, "t") + "px";
this.initHandlers();
this.initEvents();
16 years, 8 months
JBoss Rich Faces SVN: r7559 - trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts.
by richfaces-svn-commits@lists.jboss.org
Author: vmolotkov
Date: 2008-04-01 13:35:34 -0400 (Tue, 01 Apr 2008)
New Revision: 7559
Modified:
trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
Log:
http://jira.jboss.com/jira/browse/RF-2884
Modified: trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js
===================================================================
--- trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-04-01 16:47:09 UTC (rev 7558)
+++ trunk/ui/inplaceSelect/src/main/resources/org/richfaces/renderkit/html/scripts/inplaceselect.js 2008-04-01 17:35:34 UTC (rev 7559)
@@ -11,7 +11,7 @@
this.attrCloseOnSelect = true; //will be corrected in a future version (http://jira.jboss.com/jira/browse/RF-2814)
this.currentItemValue = this.value;
- this.button.style.top = Richfaces.getBorderWidth(this.tempValueKeeper, "t") + "px";
+ this.button.style.top = Richfaces.getBorderWidth(this.tempValueKeeper, "tb") + "px";
this["rich:destructor"] = "destroy";
},
16 years, 8 months