JBoss Rich Faces SVN: r15375 - in root/examples/trunk: richfaces-demo and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: ilya_shaikovsky
Date: 2009-08-27 18:27:47 -0400 (Thu, 27 Aug 2009)
New Revision: 15375
Added:
root/examples/trunk/readme.txt
Removed:
root/examples/trunk/richfaces-demo/readme.txt
Log:
Added: root/examples/trunk/readme.txt
===================================================================
--- root/examples/trunk/readme.txt (rev 0)
+++ root/examples/trunk/readme.txt 2009-08-27 22:27:47 UTC (rev 15375)
@@ -0,0 +1,14 @@
+This demo application should be built using Maven 2.1.0
+
+tomcat6/jetty targetted build:
+1) execute "mvn install" in root application folder(examples/richfaces-demo)
+2) Deploy to tomcat 6.x or just run using maven on jetty using "mvn jetty:run-war"
+
+For JEE5 application server:
+1) execute "mvn install -P jee5" in root application folder(examples/richfaces-demo)
+2) Deploy to Jboss 4.x or higher or some other jee5 application server.
+3) Do not forget to change the JSF implementation shipped with application server to JSF 2 (latest SNAPSHOT)
+
+To Build both archives execute "mvn install -P release"
+
+Type http://localhost:8080/richfaces-demo in your browser command line after starting server.
\ No newline at end of file
Deleted: root/examples/trunk/richfaces-demo/readme.txt
===================================================================
--- root/examples/trunk/richfaces-demo/readme.txt 2009-08-27 22:25:39 UTC (rev 15374)
+++ root/examples/trunk/richfaces-demo/readme.txt 2009-08-27 22:27:47 UTC (rev 15375)
@@ -1,14 +0,0 @@
-This demo application should be built using Maven 2.1.0
-
-tomcat6/jetty targetted build:
-1) execute "mvn install" in root application folder(examples/richfaces-demo)
-2) Deploy to tomcat 6.x or just run using maven on jetty using "mvn jetty:run-war"
-
-For JEE5 application server:
-1) execute "mvn install -P jee5" in root application folder(examples/richfaces-demo)
-2) Deploy to Jboss 4.x or higher or some other jee5 application server.
-3) Do not forget to change the JSF implementation shipped with application server to JSF 2 (latest SNAPSHOT)
-
-To Build both archives execute "mvn install -P release"
-
-Type http://localhost:8080/richfaces-demo in your browser command line after starting server.
\ No newline at end of file
15 years, 4 months
JBoss Rich Faces SVN: r15374 - in root: ui/trunk and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: ilya_shaikovsky
Date: 2009-08-27 18:25:39 -0400 (Thu, 27 Aug 2009)
New Revision: 15374
Added:
root/ui/trunk/readme-ui.txt
Modified:
root/examples/trunk/richfaces-demo/readme.txt
Log:
Modified: root/examples/trunk/richfaces-demo/readme.txt
===================================================================
--- root/examples/trunk/richfaces-demo/readme.txt 2009-08-27 22:18:42 UTC (rev 15373)
+++ root/examples/trunk/richfaces-demo/readme.txt 2009-08-27 22:25:39 UTC (rev 15374)
@@ -1,6 +1,14 @@
This demo application should be built using Maven 2.1.0
-type "mvn install" in root folder
-deploy to tomcat 6.x or just run using maven on jetty using "mvn jetty:run-war"
+tomcat6/jetty targetted build:
+1) execute "mvn install" in root application folder(examples/richfaces-demo)
+2) Deploy to tomcat 6.x or just run using maven on jetty using "mvn jetty:run-war"
-type http://localhost:8080/richfaces-demo in your browser command line.
\ No newline at end of file
+For JEE5 application server:
+1) execute "mvn install -P jee5" in root application folder(examples/richfaces-demo)
+2) Deploy to Jboss 4.x or higher or some other jee5 application server.
+3) Do not forget to change the JSF implementation shipped with application server to JSF 2 (latest SNAPSHOT)
+
+To Build both archives execute "mvn install -P release"
+
+Type http://localhost:8080/richfaces-demo in your browser command line after starting server.
\ No newline at end of file
Added: root/ui/trunk/readme-ui.txt
===================================================================
--- root/ui/trunk/readme-ui.txt (rev 0)
+++ root/ui/trunk/readme-ui.txt 2009-08-27 22:25:39 UTC (rev 15374)
@@ -0,0 +1,27 @@
+1) Put RichFaces libraries and its dependencies to your application libraries folder:
+ 1.1) richfaces-api
+ 1.2) richfaces-impl
+ 1.3) core-ui
+ 1.4) commons-logging
+ 1.5) commons-beanutils
+
+
+2) As opposed to the previous 3.x.y versions of RichFaces, no special configuration steps are necessary.
+You don't need to modify web.xml/faces-config.xml
+
+3) Add RichFaces namespace/taglib declaration to your VDL/JSP pages which will use RichFaces components
+ 3.1) for VDL use xmlns:a4j="http://richfaces.org/a4j" namespace
+ 3.2) for JSP use <%@ taglib uri="http://richfaces.org/a4j" prefix="a4j"%> taglib declaration
+
+4) Add one of the available RichFaces 4 A1 components to your page and try it!
+
+Components Available:
+a4j:ajax
+a4j:commandLink
+a4j:commandButton
+a4j:push
+a4j:mediaOutput
+a4j:status
+a4j:jsFunction
+a4j:log
+a4j:outputPanel
\ No newline at end of file
15 years, 4 months
JBoss Rich Faces SVN: r15373 - root/examples/trunk/richfaces-demo.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-08-27 18:18:42 -0400 (Thu, 27 Aug 2009)
New Revision: 15373
Modified:
root/examples/trunk/richfaces-demo/pom.xml
Log:
Fixed broken Jetty configuration for richfaces-demo
Modified: root/examples/trunk/richfaces-demo/pom.xml
===================================================================
--- root/examples/trunk/richfaces-demo/pom.xml 2009-08-27 22:03:00 UTC (rev 15372)
+++ root/examples/trunk/richfaces-demo/pom.xml 2009-08-27 22:18:42 UTC (rev 15373)
@@ -74,6 +74,13 @@
<classifier>tomcat6</classifier>
</configuration>
</plugin>
+ <plugin>
+ <groupId>org.mortbay.jetty</groupId>
+ <artifactId>maven-jetty-plugin</artifactId>
+ <configuration>
+ <webApp>${project.build.directory}/${project.build.finalName}-tomcat6.war</webApp>
+ </configuration>
+ </plugin>
</plugins>
</build>
15 years, 4 months
JBoss Rich Faces SVN: r15372 - in root/examples/trunk: richfaces-demo and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-08-27 18:03:00 -0400 (Thu, 27 Aug 2009)
New Revision: 15372
Modified:
root/examples/trunk/pom.xml
root/examples/trunk/richfaces-demo/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-7775
https://jira.jboss.org/jira/browse/RF-7774
Modified: root/examples/trunk/pom.xml
===================================================================
--- root/examples/trunk/pom.xml 2009-08-27 21:51:03 UTC (rev 15371)
+++ root/examples/trunk/pom.xml 2009-08-27 22:03:00 UTC (rev 15372)
@@ -126,17 +126,6 @@
<scope>provided</scope>
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-war-plugin</artifactId>
- <configuration>
- <webappDirectory>${project.build.directory}/${project.build.finalName}-jee5</webappDirectory>
- <classifier>jee5</classifier>
- </configuration>
- </plugin>
- </plugins>
- </build>
</profile>
</profiles>
Modified: root/examples/trunk/richfaces-demo/pom.xml
===================================================================
--- root/examples/trunk/richfaces-demo/pom.xml 2009-08-27 21:51:03 UTC (rev 15371)
+++ root/examples/trunk/richfaces-demo/pom.xml 2009-08-27 22:03:00 UTC (rev 15372)
@@ -114,5 +114,19 @@
</plugins>
</build>
</profile>
+ <profile>
+ <id>jee5</id>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <webappDirectory>${project.build.directory}/${project.build.finalName}-jee5</webappDirectory>
+ <classifier>jee5</classifier>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
</profiles>
</project>
15 years, 4 months
JBoss Rich Faces SVN: r15371 - root/ui/trunk/components/core/src/main/java/org/richfaces/component/html.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-08-27 17:51:03 -0400 (Thu, 27 Aug 2009)
New Revision: 15371
Modified:
root/ui/trunk/components/core/src/main/java/org/richfaces/component/html/HtmlAjaxStatus.java
Log:
Status attributes added
Modified: root/ui/trunk/components/core/src/main/java/org/richfaces/component/html/HtmlAjaxStatus.java
===================================================================
--- root/ui/trunk/components/core/src/main/java/org/richfaces/component/html/HtmlAjaxStatus.java 2009-08-27 21:49:25 UTC (rev 15370)
+++ root/ui/trunk/components/core/src/main/java/org/richfaces/component/html/HtmlAjaxStatus.java 2009-08-27 21:51:03 UTC (rev 15371)
@@ -45,6 +45,10 @@
Arrays.asList("start", "stop", "error", "success"))
);
+ private static enum PropertyKeys {
+ onstart, onstop, onerror, onsuccess
+ }
+
public HtmlAjaxStatus() {
setRendererType("org.richfaces.StatusRenderer");
}
@@ -57,4 +61,36 @@
public Collection<String> getEventNames() {
return EVENT_NAMES;
}
+
+ public String getOnstart() {
+ return (String) getStateHelper().eval(PropertyKeys.onstart);
+ }
+
+ public void setOnstart(String onstart) {
+ getStateHelper().put(PropertyKeys.onstart, onstart);
+ }
+
+ public String getOnstop() {
+ return (String) getStateHelper().eval(PropertyKeys.onstop);
+ }
+
+ public void setOnstop(String onstop) {
+ getStateHelper().put(PropertyKeys.onstop, onstop);
+ }
+
+ public String getOnerror() {
+ return (String) getStateHelper().eval(PropertyKeys.onerror);
+ }
+
+ public void setOnerror(String onerror) {
+ getStateHelper().put(PropertyKeys.onerror, onerror);
+ }
+
+ public String getOnsuccess() {
+ return (String) getStateHelper().eval(PropertyKeys.onsuccess);
+ }
+
+ public void setOnsuccess(String onsuccess) {
+ getStateHelper().put(PropertyKeys.onsuccess, onsuccess);
+ }
}
15 years, 4 months
JBoss Rich Faces SVN: r15370 - in root: examples/trunk and 2 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: nbelaevski
Date: 2009-08-27 17:49:25 -0400 (Thu, 27 Aug 2009)
New Revision: 15370
Modified:
root/examples/trunk/components/core-demo/pom.xml
root/examples/trunk/pom.xml
root/examples/trunk/richfaces-demo/pom.xml
root/pom.xml
root/richfaces-examples.xml
root/richfaces.xml
Log:
https://jira.jboss.org/jira/browse/RF-7775
https://jira.jboss.org/jira/browse/RF-7774
Modified: root/examples/trunk/components/core-demo/pom.xml
===================================================================
--- root/examples/trunk/components/core-demo/pom.xml 2009-08-27 18:41:27 UTC (rev 15369)
+++ root/examples/trunk/components/core-demo/pom.xml 2009-08-27 21:49:25 UTC (rev 15370)
@@ -67,55 +67,5 @@
<scope>provided</scope>
</dependency>
</dependencies>
-
- <profiles>
- <profile>
- <id>release</id>
-
- <build>
- <plugins>
- <plugin>
- <artifactId>maven-ant-plugin</artifactId>
- <version>2.2</version>
-
- <executions>
- <execution>
- <id>ant</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>ant</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </profile>
-
- <profile>
- <id>server</id>
-
- <dependencies>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>2.0.0-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.transaction</groupId>
- <artifactId>jta</artifactId>
- <version>1.1</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- </profile>
- </profiles>
</project>
\ No newline at end of file
Modified: root/examples/trunk/pom.xml
===================================================================
--- root/examples/trunk/pom.xml 2009-08-27 18:41:27 UTC (rev 15369)
+++ root/examples/trunk/pom.xml 2009-08-27 21:49:25 UTC (rev 15370)
@@ -89,18 +89,57 @@
<modules>
<module>richfaces-demo</module>
- <module>photoalbum</module>
</modules>
<profiles>
<profile>
+ <id>photoalbum</id>
+ <modules>
+ <module>photoalbum</module>
+ </modules>
+ </profile>
+ <profile>
<id>components</id>
<modules>
<module>components</module>
</modules>
</profile>
- </profiles>
-
+ <profile>
+ <id>jee5</id>
+ <dependencies>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-api</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>com.sun.faces</groupId>
+ <artifactId>jsf-impl</artifactId>
+ <version>2.0.0-SNAPSHOT</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ <version>1.1</version>
+ <scope>provided</scope>
+ </dependency>
+ </dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <webappDirectory>${project.build.directory}/${project.build.finalName}-jee5</webappDirectory>
+ <classifier>jee5</classifier>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
+
<build>
<plugins>
<plugin>
Modified: root/examples/trunk/richfaces-demo/pom.xml
===================================================================
--- root/examples/trunk/richfaces-demo/pom.xml 2009-08-27 18:41:27 UTC (rev 15369)
+++ root/examples/trunk/richfaces-demo/pom.xml 2009-08-27 21:49:25 UTC (rev 15370)
@@ -65,53 +65,54 @@
</dependency>
</dependencies>
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <configuration>
+ <webappDirectory>${project.build.directory}/${project.build.finalName}-tomcat6</webappDirectory>
+ <classifier>tomcat6</classifier>
+ </configuration>
+ </plugin>
+ </plugins>
+ </build>
+
<profiles>
<profile>
<id>release</id>
-
<build>
- <plugins>
- <plugin>
- <artifactId>maven-ant-plugin</artifactId>
- <version>2.2</version>
-
- <executions>
- <execution>
- <id>ant</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>ant</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
+ <plugins>
+ <plugin>
+ <artifactId>maven-war-plugin</artifactId>
+ <executions>
+ <execution>
+ <id>jee5</id>
+ <phase>package</phase>
+ <goals>
+ <goal>war</goal>
+ </goals>
+ <configuration>
+ <webappDirectory>${project.build.directory}/${project.build.finalName}-jee5</webappDirectory>
+ <classifier>jee5</classifier>
+ <packagingExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/jta-*</packagingExcludes>
+ <warSourceExcludes>WEB-INF/lib/jsf-api*,WEB-INF/lib/jsf-impl*,WEB-INF/lib/jta-*</warSourceExcludes>
+ </configuration>
+ </execution>
+ <execution>
+ <id>tomcat6</id>
+ <phase>package</phase>
+ <goals>
+ <goal>war</goal>
+ </goals>
+ <configuration>
+ <webappDirectory>${project.build.directory}/${project.build.finalName}-tomcat6</webappDirectory>
+ <classifier>tomcat6</classifier>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
</build>
</profile>
-
- <profile>
- <id>server</id>
-
- <dependencies>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-api</artifactId>
- <version>2.0.0-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>com.sun.faces</groupId>
- <artifactId>jsf-impl</artifactId>
- <version>2.0.0-SNAPSHOT</version>
- <scope>provided</scope>
- </dependency>
- <dependency>
- <groupId>javax.transaction</groupId>
- <artifactId>jta</artifactId>
- <version>1.1</version>
- <scope>provided</scope>
- </dependency>
- </dependencies>
- </profile>
</profiles>
</project>
Modified: root/pom.xml
===================================================================
--- root/pom.xml 2009-08-27 18:41:27 UTC (rev 15369)
+++ root/pom.xml 2009-08-27 21:49:25 UTC (rev 15370)
@@ -52,7 +52,6 @@
<plugin>
<artifactId>maven-assembly-plugin</artifactId>
<version>2.2-beta-4</version>
-
<executions>
<execution>
<configuration>
@@ -78,21 +77,6 @@
</execution>
</executions>
</plugin>
-
- <plugin>
- <artifactId>maven-ant-plugin</artifactId>
- <version>2.2</version>
-
- <executions>
- <execution>
- <id>ant</id>
- <phase>generate-sources</phase>
- <goals>
- <goal>ant</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
</profile>
Modified: root/richfaces-examples.xml
===================================================================
--- root/richfaces-examples.xml 2009-08-27 18:41:27 UTC (rev 15369)
+++ root/richfaces-examples.xml 2009-08-27 21:49:25 UTC (rev 15370)
@@ -16,7 +16,7 @@
<moduleSet>
<includeSubModules>true</includeSubModules>
<includes>
- <include>org.richfaces.examples:components</include>
+ <!--include>org.richfaces.examples:components</include -->
<include>org.richfaces.examples:richfaces-demo</include>
<!--<include>org.richfaces.examples:photoalbum</include>-->
</includes>
@@ -49,7 +49,7 @@
-->
</moduleSet>
- <moduleSet>
+ <!-- moduleSet>
<includeSubModules>true</includeSubModules>
<includes>
<include>org.richfaces.examples.components:core-demo</include>
@@ -72,7 +72,7 @@
</fileSet>
</fileSets>
</sources>
- </moduleSet>
+ </moduleSet -->
<moduleSet>
<includeSubModules>true</includeSubModules>
Modified: root/richfaces.xml
===================================================================
--- root/richfaces.xml 2009-08-27 18:41:27 UTC (rev 15369)
+++ root/richfaces.xml 2009-08-27 21:49:25 UTC (rev 15370)
@@ -34,7 +34,7 @@
</fileSet>
<fileSet>
<directory>target/apidocs</directory>
- <outputDirectory>/java-doc/${module.artifactId}</outputDirectory>
+ <outputDirectory>/apidocs/${module.artifactId}</outputDirectory>
</fileSet>
</fileSets>
</sources>
15 years, 4 months
JBoss Rich Faces SVN: r15369 - branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/resources/images.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2009-08-27 14:41:27 -0400 (Thu, 27 Aug 2009)
New Revision: 15369
Added:
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/resources/images/cm_album.png
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/resources/images/cm_image.png
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/resources/images/cm_shelf.png
Log:
https://jira.jboss.org/jira/browse/RF-5768
added images
Added: branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/resources/images/cm_album.png
===================================================================
(Binary files differ)
Property changes on: branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/resources/images/cm_album.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/resources/images/cm_image.png
===================================================================
(Binary files differ)
Property changes on: branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/resources/images/cm_image.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
Added: branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/resources/images/cm_shelf.png
===================================================================
(Binary files differ)
Property changes on: branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/resources/images/cm_shelf.png
___________________________________________________________________
Name: svn:mime-type
+ application/octet-stream
15 years, 4 months
JBoss Rich Faces SVN: r15368 - branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2009-08-27 14:40:31 -0400 (Thu, 27 Aug 2009)
New Revision: 15368
Modified:
branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/contextMenu.xml
Log:
https://jira.jboss.org/jira/browse/RF-5768
updated
Modified: branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/contextMenu.xml
===================================================================
--- branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/contextMenu.xml 2009-08-27 18:15:59 UTC (rev 15367)
+++ branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes/contextMenu.xml 2009-08-27 18:40:31 UTC (rev 15368)
@@ -6,10 +6,44 @@
<para>Context menu is made for the following UI controls:</para>
<itemizedlist>
- <listitem><para>Album</para></listitem>
- <listitem><para>Image</para></listitem>
- <listitem><para>Self</para></listitem>
- <listitem><para>User</para></listitem>
+ <listitem>
+ <para><property>Album</property> menu item in navigation menu/Album thumbnail</para>
+<figure>
+ <title>Context Menu for </title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/cm_album.png"/>
+ </imageobject>
+ </mediaobject>
+</figure>
+
+
+ </listitem>
+ <listitem><para>Image thumbnail</para>
+
+
+ <figure>
+ <title>Image thumbnail context menu</title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/cm_image.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+
+ </listitem>
+
+ <listitem><para><property>Shelf</property> menu item in navigation menu</para>
+ <figure>
+ <title>Context Menu for Shelf menu item </title>
+ <mediaobject>
+ <imageobject>
+ <imagedata fileref="images/cm_shelf.png"/>
+ </imageobject>
+ </mediaobject>
+ </figure>
+ </listitem>
+
</itemizedlist>
<para>
Let's have a look at the context menu for single image is constructed.
@@ -87,7 +121,7 @@
...]]></programlisting>
- <para>The key attribute of <emphasis role="bold"><property><contextMenu></property></emphasis> is <emphasis><property>"attachTo"</property></emphasis> that specifies for which control the context menu is displayed. As you can see this attribute has <code>#{mediaOutput}</code> as its value(<code> attachTo="#{mediaOutput}"</code> so this way the id of the current image is passed to <emphasis role="bold"><property><rich:contexMenu></property></emphasis> and this is how it know what photo is affected by user actions. </para>
+ <para>The key attribute of <emphasis role="bold"><property><contextMenu></property></emphasis> is <emphasis><property>"attachTo"</property></emphasis> that specifies for which control the context menu is displayed. As you can see this attribute has <code>#{mediaOutput}</code> as its value(<code> attachTo="#{mediaOutput}"</code> so this way the id of the current image is passed to <emphasis role="bold"><property><rich:contexMenu></property></emphasis> and this is how it knows what photo is affected by user actions. </para>
</section>
15 years, 4 months
JBoss Rich Faces SVN: r15367 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: atsebro
Date: 2009-08-27 14:15:59 -0400 (Thu, 27 Aug 2009)
New Revision: 15367
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml
Log:
RF-7756: Rich Miscellaneous component group description review --> rich:virtualEarth
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml 2009-08-27 17:59:39 UTC (rev 15366)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml 2009-08-27 18:15:59 UTC (rev 15367)
@@ -170,7 +170,8 @@
</row>
</tbody>
</tgroup>
- </table> You can find all necessary information about style classes redefinition in <link linkend="customstyles">Definition of Custom Style Classes</link> section. </section>
+ </table>
+ </section>
<section>
<title>Relevant Resources Links</title>
<para>
15 years, 4 months
JBoss Rich Faces SVN: r15366 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/included.
by richfaces-svn-commits@lists.jboss.org
Author: atsebro
Date: 2009-08-27 13:59:39 -0400 (Thu, 27 Aug 2009)
New Revision: 15366
Modified:
branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml
Log:
RF-7756: Rich Miscellaneous component group description review --> rich:virtualEarth
Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml
===================================================================
--- branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml 2009-08-27 17:35:37 UTC (rev 15365)
+++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/included/rich_virtualEarth.xml 2009-08-27 17:59:39 UTC (rev 15366)
@@ -88,23 +88,17 @@
<itemizedlist>
<listitem>
<para>
- <emphasis>
- <code>onmouseover</code>
- </emphasis>
+ <code>onmouseover</code>
</para>
</listitem>
<listitem>
<para>
- <emphasis>
- <code>onclick</code>
- </emphasis>
+ <code>onclick</code>
</para>
</listitem>
<listitem>
<para>
- <emphasis>
- <code>onmouseout</code>
- </emphasis>
+ <code>onmouseout</code>
</para>
</listitem>
<listitem>
@@ -163,7 +157,7 @@
<row>
<entry>Class name</entry>
<entry>Description</entry>
- <entrty>Skin parameter</entrty>
+ <entry>Skin parameter</entry>
<entry>CSS property</entry>
</row>
</thead>
@@ -186,7 +180,7 @@
<para>Useful articles:</para>
<itemizedlist>
<listitem>
- <para><ulink url="http://msdn2.microsoft.com/en-us/library/bb429619.aspx">Bing Map Control SDK 6.2</ulink> provides invormation about Microsoft interactive Earth map.</para>
+ <para><ulink url="http://msdn2.microsoft.com/en-us/library/bb429619.aspx">Bing Map Control SDK 6.2</ulink> at MSDN portal provides invormation about Microsoft interactive Earth map.</para>
</listitem>
</itemizedlist>
15 years, 4 months