Author: nbelaevski
Date: 2007-11-29 23:40:25 -0500 (Thu, 29 Nov 2007)
New Revision: 4382
Added:
branches/3.1.x/samples/listShuttleDemo/
branches/3.1.x/samples/listShuttleDemo/pom.xml
branches/3.1.x/samples/listShuttleDemo/src/
branches/3.1.x/ui/listShuttle/
branches/3.1.x/ui/listShuttle/design/
branches/3.1.x/ui/listShuttle/pom.xml
branches/3.1.x/ui/listShuttle/src/
Removed:
branches/3.1.x/samples/listShuttleDemo/pom.xml
branches/3.1.x/samples/listShuttleDemo/src/
branches/3.1.x/sandbox/samples/listShuttleDemo/
branches/3.1.x/sandbox/ui/listShuttle/
branches/3.1.x/ui/listShuttle/design/
branches/3.1.x/ui/listShuttle/pom.xml
branches/3.1.x/ui/listShuttle/src/
Modified:
branches/3.1.x/docs/userguide/en/
branches/3.1.x/framework/impl/
branches/3.1.x/framework/test/
branches/3.1.x/samples/effect-sample/
branches/3.1.x/samples/gmap-sample/
branches/3.1.x/samples/modalpanel-sample/src/main/webapp/pages/index.jsp
branches/3.1.x/samples/pom.xml
branches/3.1.x/samples/rich-message-demo/
branches/3.1.x/sandbox/ui/state/
branches/3.1.x/ui/pom.xml
branches/3.1.x/ui/spacer/
branches/3.1.x/ui/tree/
Log:
http://jira.jboss.com/jira/browse/RF-1465
Property changes on: branches/3.1.x/docs/userguide/en
___________________________________________________________________
Name: svn:ignore
- .classpath
.project
.settings
target
+ .classpath
.project
.settings
target
target(3)
Property changes on: branches/3.1.x/framework/impl
___________________________________________________________________
Name: svn:ignore
- .classpath
.project
.settings
target
.clover
+ .classpath
.project
.settings
target
.clover
target(4)
Property changes on: branches/3.1.x/framework/test
___________________________________________________________________
Name: svn:ignore
- target
.settings
.classpath
.project
.clover
+ target
.settings
.classpath
.project
.clover
target(5)
Property changes on: branches/3.1.x/samples/effect-sample
___________________________________________________________________
Name: svn:ignore
- target
.settings
.classpath
.project
+ target
.settings
.classpath
.project
target(6)
Property changes on: branches/3.1.x/samples/gmap-sample
___________________________________________________________________
Name: svn:ignore
- target
.settings
.classpath
.project
+ target
.settings
.classpath
.project
target(7)
Copied: branches/3.1.x/samples/listShuttleDemo (from rev 4354,
branches/3.1.x/sandbox/samples/listShuttleDemo)
Deleted: branches/3.1.x/samples/listShuttleDemo/pom.xml
===================================================================
--- branches/3.1.x/sandbox/samples/listShuttleDemo/pom.xml 2007-11-29 16:49:06 UTC (rev
4354)
+++ branches/3.1.x/samples/listShuttleDemo/pom.xml 2007-11-30 04:40:25 UTC (rev 4382)
@@ -1,23 +0,0 @@
-<?xml version="1.0"?>
-<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
- <parent>
- <artifactId>samples</artifactId>
- <groupId>org.richfaces.sandbox</groupId>
- <version>3.1.3-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.sandbox.samples</groupId>
- <artifactId>listShuttleDemo</artifactId>
- <packaging>war</packaging>
- <name>listShuttleDemo Maven Webapp</name>
- <build>
- <finalName>listShuttleDemo</finalName>
- </build>
- <dependencies>
- <dependency>
- <groupId>org.richfaces.sandbox.ui</groupId>
- <artifactId>listShuttle</artifactId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Copied: branches/3.1.x/samples/listShuttleDemo/pom.xml (from rev 4381,
branches/3.1.x/sandbox/samples/listShuttleDemo/pom.xml)
===================================================================
--- branches/3.1.x/samples/listShuttleDemo/pom.xml (rev 0)
+++ branches/3.1.x/samples/listShuttleDemo/pom.xml 2007-11-30 04:40:25 UTC (rev 4382)
@@ -0,0 +1,28 @@
+<?xml version="1.0"?>
+<project
xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
+ <parent>
+ <artifactId>samples</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.1.3-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>listShuttleDemo</artifactId>
+ <packaging>war</packaging>
+ <name>listShuttleDemo Maven Webapp</name>
+ <build>
+ <finalName>listShuttleDemo</finalName>
+ </build>
+ <dependencies>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>listShuttle</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.richfaces.samples</groupId>
+ <artifactId>skins</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Copied: branches/3.1.x/samples/listShuttleDemo/src (from rev 4381,
branches/3.1.x/sandbox/samples/listShuttleDemo/src)
Modified: branches/3.1.x/samples/modalpanel-sample/src/main/webapp/pages/index.jsp
===================================================================
--- branches/3.1.x/samples/modalpanel-sample/src/main/webapp/pages/index.jsp 2007-11-30
03:40:58 UTC (rev 4381)
+++ branches/3.1.x/samples/modalpanel-sample/src/main/webapp/pages/index.jsp 2007-11-30
04:40:25 UTC (rev 4382)
@@ -153,10 +153,14 @@
<mp:modalPanel id="ccPanel" controlsClass="pointerCursor"
onhide="alert(event.parameters.alertText)"
onshow="alert(event.parameters.alertText)">
- <f:verbatim><a href="#" id="hideLink"
onclick="return false;">Click text to hide modal
panel!</a></f:verbatim>
+ <f:verbatim>
+ <a href="#" id="hideLink0" onclick="return
false;">Click text to hide modal panel!</a>
+ <br />
+ <a href="#" id="hideLink1" onclick="return
false;">Click text to hide modal panel!</a>
+ </f:verbatim>
</mp:modalPanel>
- <cc:componentControl attachTo="hideLink" event="onclick"
for="ccPanel" operation="hide" params="alertText:
'Bye-bye!'" />
+ <cc:componentControl attachTo="hideLink0, hideLink1"
event="onclick" for="ccPanel" operation="hide"
params="alertText: 'Bye-bye!'" />
<a4j:outputPanel style="cursor: pointer;">
<cc:componentControl event="onclick" for="ccPanel"
operation="show" params="alertText: 'Hello!'" />
Modified: branches/3.1.x/samples/pom.xml
===================================================================
--- branches/3.1.x/samples/pom.xml 2007-11-30 03:40:58 UTC (rev 4381)
+++ branches/3.1.x/samples/pom.xml 2007-11-30 04:40:25 UTC (rev 4382)
@@ -426,6 +426,7 @@
<module>treeModelDemo</module>
<module>local-value-demo</module>
<module>orderingListDemo</module>
+ <module>listShuttleDemo</module>
<module>contextMenuDemo</module>
<!--
<module>ajaxPortlet</module>
Property changes on: branches/3.1.x/samples/rich-message-demo
___________________________________________________________________
Name: svn:ignore
- .classpath
.project
.settings
target
+ .classpath
.project
.settings
target
target(8)
Property changes on: branches/3.1.x/sandbox/ui/state
___________________________________________________________________
Name: svn:ignore
+ .classpath
.project
.settings
target
Copied: branches/3.1.x/ui/listShuttle (from rev 4358,
branches/3.1.x/sandbox/ui/listShuttle)
Copied: branches/3.1.x/ui/listShuttle/design (from rev 4381,
branches/3.1.x/sandbox/ui/listShuttle/design)
Deleted: branches/3.1.x/ui/listShuttle/pom.xml
===================================================================
--- branches/3.1.x/sandbox/ui/listShuttle/pom.xml 2007-11-29 17:40:01 UTC (rev 4358)
+++ branches/3.1.x/ui/listShuttle/pom.xml 2007-11-30 04:40:25 UTC (rev 4382)
@@ -1,44 +0,0 @@
-<?xml version="1.0"?><project>
- <parent>
- <artifactId>ui</artifactId>
- <groupId>org.richfaces.sandbox</groupId>
- <version>3.1.3-SNAPSHOT</version>
- </parent>
- <modelVersion>4.0.0</modelVersion>
- <groupId>org.richfaces.sandbox.ui</groupId>
- <artifactId>listShuttle</artifactId>
- <name>listShuttle</name>
- <build>
- <plugins>
- <plugin>
- <groupId>org.richfaces.cdk</groupId>
- <artifactId>maven-cdk-plugin</artifactId>
- <version>${project.version}</version>
- <executions>
- <execution>
- <phase>generate-sources</phase>
- <goals>
- <goal>generate</goal>
- </goals>
- </execution>
- </executions>
- <configuration>
- <library>
- <prefix>org.richfaces</prefix>
- <taglib>
- <shortName>listShuttle</shortName>
- </taglib>
- </library>
- </configuration>
- </plugin>
- </plugins>
- </build>
-
- <dependencies>
- <dependency>
- <artifactId>orderingList</artifactId>
- <groupId>org.richfaces.ui</groupId>
- <version>${project.version}</version>
- </dependency>
- </dependencies>
-</project>
\ No newline at end of file
Copied: branches/3.1.x/ui/listShuttle/pom.xml (from rev 4381,
branches/3.1.x/sandbox/ui/listShuttle/pom.xml)
===================================================================
--- branches/3.1.x/ui/listShuttle/pom.xml (rev 0)
+++ branches/3.1.x/ui/listShuttle/pom.xml 2007-11-30 04:40:25 UTC (rev 4382)
@@ -0,0 +1,44 @@
+<?xml version="1.0"?><project>
+ <parent>
+ <artifactId>ui</artifactId>
+ <groupId>org.richfaces</groupId>
+ <version>3.1.3-SNAPSHOT</version>
+ </parent>
+ <modelVersion>4.0.0</modelVersion>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>listShuttle</artifactId>
+ <name>listShuttle</name>
+ <build>
+ <plugins>
+ <plugin>
+ <groupId>org.richfaces.cdk</groupId>
+ <artifactId>maven-cdk-plugin</artifactId>
+ <version>${project.version}</version>
+ <executions>
+ <execution>
+ <phase>generate-sources</phase>
+ <goals>
+ <goal>generate</goal>
+ </goals>
+ </execution>
+ </executions>
+ <configuration>
+ <library>
+ <prefix>org.richfaces</prefix>
+ <taglib>
+ <shortName>listShuttle</shortName>
+ </taglib>
+ </library>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
+ <dependencies>
+ <dependency>
+ <artifactId>orderingList</artifactId>
+ <groupId>org.richfaces.ui</groupId>
+ <version>${project.version}</version>
+ </dependency>
+ </dependencies>
+</project>
\ No newline at end of file
Copied: branches/3.1.x/ui/listShuttle/src (from rev 4381,
branches/3.1.x/sandbox/ui/listShuttle/src)
Modified: branches/3.1.x/ui/pom.xml
===================================================================
--- branches/3.1.x/ui/pom.xml 2007-11-30 03:40:58 UTC (rev 4381)
+++ branches/3.1.x/ui/pom.xml 2007-11-30 04:40:25 UTC (rev 4382)
@@ -90,6 +90,7 @@
<module>scrollableDataTable</module>
<module>componentControl</module>
<module>orderingList</module>
+ <module>listShuttle</module>
<module>contextMenu</module>
<module>insert</module>
</modules>
Property changes on: branches/3.1.x/ui/spacer
___________________________________________________________________
Name: svn:ignore
- target
.settings
.classpath
.project
.clover
+ target
.settings
.classpath
.project
.clover
target(34)
Property changes on: branches/3.1.x/ui/tree
___________________________________________________________________
Name: svn:ignore
- target
.settings
.classpath
.project
.clover
+ target
.settings
.classpath
.project
.clover
target(41)