JBoss Rich Faces SVN: r13212 - Plan and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: mvitenkov
Date: 2009-03-26 09:19:33 -0400 (Thu, 26 Mar 2009)
New Revision: 13212
Modified:
trunk/test-applications/qa/Test Plan/TestPlan-RF.doc
Log:
Modified: trunk/test-applications/qa/Test Plan/TestPlan-RF.doc
===================================================================
(Binary files differ)
15 years, 9 months
JBoss Rich Faces SVN: r13211 - trunk/test-applications/realworld2/web/src/main/webapp/includes/index.
by richfaces-svn-commits@lists.jboss.org
Author: andrei_exadel
Date: 2009-03-26 08:36:46 -0400 (Thu, 26 Mar 2009)
New Revision: 13211
Modified:
trunk/test-applications/realworld2/web/src/main/webapp/includes/index/tree.xhtml
Log:
Fix ajax on expansion and collapsing
Modified: trunk/test-applications/realworld2/web/src/main/webapp/includes/index/tree.xhtml
===================================================================
(Binary files differ)
15 years, 9 months
JBoss Rich Faces SVN: r13210 - trunk/test-applications/richfaces-docs/web.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2009-03-26 07:43:46 -0400 (Thu, 26 Mar 2009)
New Revision: 13210
Modified:
trunk/test-applications/richfaces-docs/web/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-6419https://jira.jboss.org/jira/bro...
added new features
Modified: trunk/test-applications/richfaces-docs/web/pom.xml
===================================================================
--- trunk/test-applications/richfaces-docs/web/pom.xml 2009-03-26 11:38:07 UTC (rev 13209)
+++ trunk/test-applications/richfaces-docs/web/pom.xml 2009-03-26 11:43:46 UTC (rev 13210)
@@ -34,13 +34,14 @@
-<dependency>
- <groupId>javax.annotation</groupId>
- <artifactId>jsr250-api</artifactId>
- <version>1.0-20050927.133100</version>
-</dependency>
+ <dependency>
+<groupId>javax.annotation</groupId>
+<artifactId>jsr250-api</artifactId>
+<version>1.0</version>
+</dependency>
+
<dependency>
<groupId>org.richfaces.ui</groupId>
15 years, 9 months
JBoss Rich Faces SVN: r13209 - trunk/test-applications/richfaces-docs/web.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2009-03-26 07:38:07 -0400 (Thu, 26 Mar 2009)
New Revision: 13209
Modified:
trunk/test-applications/richfaces-docs/web/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-6419https://jira.jboss.org/jira/bro...
added new features
Modified: trunk/test-applications/richfaces-docs/web/pom.xml
===================================================================
--- trunk/test-applications/richfaces-docs/web/pom.xml 2009-03-26 11:35:31 UTC (rev 13208)
+++ trunk/test-applications/richfaces-docs/web/pom.xml 2009-03-26 11:38:07 UTC (rev 13209)
@@ -34,11 +34,11 @@
- <dependency>
- <groupId>javax.annotation</groupId>
- <artifactId>jsr250-api</artifactId>
- <scope>provided</scope>
- </dependency>
+<dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <version>1.0-20050927.133100</version>
+</dependency>
<dependency>
15 years, 9 months
JBoss Rich Faces SVN: r13208 - trunk/test-applications/richfaces-docs/web.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2009-03-26 07:35:31 -0400 (Thu, 26 Mar 2009)
New Revision: 13208
Modified:
trunk/test-applications/richfaces-docs/web/pom.xml
Log:
https://jira.jboss.org/jira/browse/RF-6419https://jira.jboss.org/jira/bro...
added new features
Modified: trunk/test-applications/richfaces-docs/web/pom.xml
===================================================================
--- trunk/test-applications/richfaces-docs/web/pom.xml 2009-03-26 11:29:37 UTC (rev 13207)
+++ trunk/test-applications/richfaces-docs/web/pom.xml 2009-03-26 11:35:31 UTC (rev 13208)
@@ -33,7 +33,14 @@
</dependency>
+
+ <dependency>
+ <groupId>javax.annotation</groupId>
+ <artifactId>jsr250-api</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
<dependency>
<groupId>org.richfaces.ui</groupId>
15 years, 9 months
JBoss Rich Faces SVN: r13207 - trunk/test-applications/richfaces-docs/web/src/main/webapp.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2009-03-26 07:29:37 -0400 (Thu, 26 Mar 2009)
New Revision: 13207
Added:
trunk/test-applications/richfaces-docs/web/src/main/webapp/layout.xhtml
Modified:
trunk/test-applications/richfaces-docs/web/src/main/webapp/page.xhtml
trunk/test-applications/richfaces-docs/web/src/main/webapp/queue.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-6419https://jira.jboss.org/jira/bro...
added new features
Added: trunk/test-applications/richfaces-docs/web/src/main/webapp/layout.xhtml
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/webapp/layout.xhtml (rev 0)
+++ trunk/test-applications/richfaces-docs/web/src/main/webapp/layout.xhtml 2009-03-26 11:29:37 UTC (rev 13207)
@@ -0,0 +1,130 @@
+<!DOCTYPE composition PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<ui:composition xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:s="http://jboss.com/products/seam/taglib"
+ xmlns:ui="http://java.sun.com/jsf/facelets"
+ xmlns:f="http://java.sun.com/jsf/core"
+ xmlns:h="http://java.sun.com/jsf/html"
+ xmlns:rich="http://richfaces.org/rich"
+ template="layout/template.xhtml"
+ xmlns:a4j="http://richfaces.org/a4j">
+
+<ui:define name="body">
+
+
+ <h:messages globalOnly="true" styleClass="message"/>
+
+
+
+ <rich:panel>
+ <f:facet name="header">Layout Components: rich:page, rich:layout, rich:layoutPanel </f:facet>
+
+<h3>Case 1: rich:page + rich:layout + rich:layoutPanel</h3>
+
+<rich:page sidebarPosition="left" style="border: 1px solid black" sidebarWidth="300" theme="#{layout.theme}" pageTitle="Rich:page">
+ <f:facet name="header">
+ header
+ </f:facet>
+ <f:facet name="sidebar">
+menu stuff
+ </f:facet>
+ <rich:layout >
+
+ <rich:layoutPanel position="left" width="33*">
+ <rich:layoutPanel position="left" width="33*">
+ <p> inner left part of the body</p>
+
+
+ </rich:layoutPanel>
+
+
+
+ <rich:layoutPanel position="center" width="33*">
+ <p>inner left part of the body</p>
+ </rich:layoutPanel>
+
+
+ </rich:layoutPanel>
+
+
+
+ <rich:layoutPanel position="center" width="33*">
+ <p> left part of the body</p>
+ </rich:layoutPanel>
+
+
+
+ </rich:layout>
+ <f:facet name="footer">
+ footer
+ </f:facet>
+ </rich:page>
+
+
+ <h3>Case 2: rich:page + rich:layout + rich:layoutPanel</h3>
+
+
+
+ <rich:layout style="border 1px solid black">
+
+ <rich:layoutPanel position="left" >
+ <p> left part of the body</p>
+ </rich:layoutPanel>
+ <rich:layoutPanel position="center" >
+ <p> right part of the body</p>
+ </rich:layoutPanel>
+ <rich:layoutPanel position="right" >
+ <p> right part of the body</p>
+ </rich:layoutPanel>
+
+
+ </rich:layout>
+
+
+
+
+<table class="tableofattributes" cellpadding="0" cellspacing="0">
+<thead>
+
+
+ <tr>
+ <td>
+ Attribute
+ </td>
+ <td>
+ Value
+ </td>
+ </tr>
+</thead>
+ <tbody>
+ <tr>
+ <td>
+ Theme
+ </td>
+ <td>
+ <h:form>
+ <h:selectOneMenu value="#{layout.theme}" onchange="submit()">
+ <f:selectItem itemLabel="Default" itemValue="" />
+ <f:selectItem itemLabel="simple" itemValue="simple" />
+ <f:selectItem itemLabel="csszend" itemValue="csszend" />
+
+
+ </h:selectOneMenu>
+ </h:form>
+ </td>
+ </tr>
+
+
+ </tbody>
+
+
+</table>
+
+
+
+
+
+ </rich:panel>
+
+</ui:define>
+</ui:composition>
Modified: trunk/test-applications/richfaces-docs/web/src/main/webapp/page.xhtml
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/webapp/page.xhtml 2009-03-26 11:29:11 UTC (rev 13206)
+++ trunk/test-applications/richfaces-docs/web/src/main/webapp/page.xhtml 2009-03-26 11:29:37 UTC (rev 13207)
@@ -17,29 +17,77 @@
<rich:panel>
- <f:facet name="header">rich:page</f:facet>
+ <f:facet name="header">Layout Components: rich:page, rich:layout, rich:layoutPanel </f:facet>
+<h3>Case 1: Simple variant</h3>
+<rich:page width="600px">
+<p>some content</p>
+</rich:page>
-<rich:page sidebarPosition="left" sidebarWidth="300" pageTitle="Rich:page">
- <f:facet name="header">
- header
- </f:facet>
+
+<h3>Case 2: with facets</h3>
+
+
+<rich:page sidebarPosition="right" sidebarWidth="300" bodyClass="bodyClass">
+ <f:facet name="header" >
+ header content
+
+ </f:facet>
+
<f:facet name="sidebar">
-menu stuff
+side bar content
</f:facet>
- <rich:layout>
-
- <rich:layoutPanel>
-<h:outputText value="body text" />
- </rich:layoutPanel>
-
- </rich:layout>
+ <p>body content</p>
+
<f:facet name="footer">
- footer
+ footer content
</f:facet>
</rich:page>
+
+
+<table class="tableofattributes" cellpadding="0" cellspacing="0">
+<thead>
+
+
+ <tr>
+ <td>
+ Attribute
+ </td>
+ <td>
+ Value
+ </td>
+ </tr>
+</thead>
+ <tbody>
+ <tr>
+ <td>
+ Theme
+ </td>
+ <td>
+ <h:form>
+ <h:selectOneMenu value="#{layout.theme}" onchange="submit()">
+ <f:selectItem itemLabel="Default" itemValue="" />
+ <f:selectItem itemLabel="simple" itemValue="simple" />
+ <f:selectItem itemLabel="csszend" itemValue="csszend" />
+
+
+ </h:selectOneMenu>
+ </h:form>
+ </td>
+ </tr>
+
+
+ </tbody>
+
+
+</table>
+
+
+
+
+
</rich:panel>
</ui:define>
Modified: trunk/test-applications/richfaces-docs/web/src/main/webapp/queue.xhtml
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/webapp/queue.xhtml 2009-03-26 11:29:11 UTC (rev 13206)
+++ trunk/test-applications/richfaces-docs/web/src/main/webapp/queue.xhtml 2009-03-26 11:29:37 UTC (rev 13207)
@@ -34,8 +34,9 @@
<h:outputText value="#{queue.b}" id="b" />
<br />
</h:form>
-
- </rich:panel>
-
+
+
+
+</rich:panel>
</ui:define>
</ui:composition>
15 years, 9 months
JBoss Rich Faces SVN: r13206 - in trunk/test-applications/richfaces-docs/web/src/main/webapp: stylesheet and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2009-03-26 07:29:11 -0400 (Thu, 26 Mar 2009)
New Revision: 13206
Modified:
trunk/test-applications/richfaces-docs/web/src/main/webapp/WEB-INF/faces-config.xml
trunk/test-applications/richfaces-docs/web/src/main/webapp/stylesheet/theme.css
Log:
https://jira.jboss.org/jira/browse/RF-6419https://jira.jboss.org/jira/bro...
added new features
Modified: trunk/test-applications/richfaces-docs/web/src/main/webapp/WEB-INF/faces-config.xml
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/webapp/WEB-INF/faces-config.xml 2009-03-26 11:28:42 UTC (rev 13205)
+++ trunk/test-applications/richfaces-docs/web/src/main/webapp/WEB-INF/faces-config.xml 2009-03-26 11:29:11 UTC (rev 13206)
@@ -117,6 +117,18 @@
<managed-bean-class>org.docs.fileUpload.FileUpload</managed-bean-class>
<managed-bean-scope>request</managed-bean-scope>
</managed-bean>
+ <managed-bean>
+ <managed-bean-name>layout</managed-bean-name>
+ <managed-bean-class>org.docs.Layout</managed-bean-class>
+ <managed-bean-scope>request</managed-bean-scope>
+ <managed-property>
+ <property-name>theme</property-name>
+ <property-class>java.lang.String</property-class>
+ <value/>
+ </managed-property>
+ </managed-bean>
+
+
<application>
<view-handler>com.sun.facelets.FaceletViewHandler</view-handler>
<locale-config>
Modified: trunk/test-applications/richfaces-docs/web/src/main/webapp/stylesheet/theme.css
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/webapp/stylesheet/theme.css 2009-03-26 11:28:42 UTC (rev 13205)
+++ trunk/test-applications/richfaces-docs/web/src/main/webapp/stylesheet/theme.css 2009-03-26 11:29:11 UTC (rev 13206)
@@ -1,5 +1,6 @@
body {
font-size: 12px;
+ text-align: left;
}
a:active, a:link, a:visited {
@@ -135,4 +136,12 @@
.dr-toolbar-int {padding: 2px 3px 2px 3px;}
.menuToolBar .rich-toolbar-item {font-weight: 100; font-size: 10px;}
-.dr-pnl-b .simpletext p {font-size: 12px;}
\ No newline at end of file
+.dr-pnl-b .simpletext p {font-size: 12px;}
+#mainMenu {text-align: left;}
+
+.tableofattributes {padding: 0px; margin: 0px; width: 400px; margin-top: 20px; border: 1px solid #8fbde6; border-bottom: none;}
+
+
+.tableofattributes thead td {background: #F0F8FF; font-weight: 900; padding-left: 5px;}
+.tableofattributes tbody td {padding-left: 5px; border-bottom: 1px solid #8fbde6 }
+.bodyClass {border: 1px solid black;}
\ No newline at end of file
15 years, 9 months
JBoss Rich Faces SVN: r13205 - trunk/test-applications/richfaces-docs/web/src/main/webapp/layout.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2009-03-26 07:28:42 -0400 (Thu, 26 Mar 2009)
New Revision: 13205
Modified:
trunk/test-applications/richfaces-docs/web/src/main/webapp/layout/mainMenu.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-6419https://jira.jboss.org/jira/bro...
added new features
Modified: trunk/test-applications/richfaces-docs/web/src/main/webapp/layout/mainMenu.xhtml
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/webapp/layout/mainMenu.xhtml 2009-03-26 11:28:08 UTC (rev 13204)
+++ trunk/test-applications/richfaces-docs/web/src/main/webapp/layout/mainMenu.xhtml 2009-03-26 11:28:42 UTC (rev 13205)
@@ -15,7 +15,9 @@
iconExpandedTopGroup="chevronUp"
iconGroupTopPosition="right"
iconCollapsedTopGroup="chevronDown"
- iconCollapsedTopPosition="right">
+ iconCollapsedTopPosition="right"
+ id="mainMenu"
+ >
<rich:panelMenuGroup label="Rich Components" id="group1" value="#{menuState.menu['group1']}" >
<rich:panelMenuItem actionListener="#{menuBean.select}" mode="server">
@@ -24,13 +26,14 @@
<rich:panelMenuItem actionListener="#{menuBean.select}" mode="server">
<h:outputLink value="fileUpload.xhtml" >rich:fileUpload</h:outputLink>
</rich:panelMenuItem>
-
<rich:panelMenuItem actionListener="#{menuBean.select}" mode="server">
<h:outputLink value="page.xhtml" >rich:page</h:outputLink>
</rich:panelMenuItem>
-
<rich:panelMenuItem actionListener="#{menuBean.select}" mode="server">
+<h:outputLink value="layout.xhtml" >rich:layout</h:outputLink>
+</rich:panelMenuItem>
+<rich:panelMenuItem actionListener="#{menuBean.select}" mode="server">
<h:outputLink value="tree.xhtml" >rich:tree</h:outputLink>
</rich:panelMenuItem>
15 years, 9 months
JBoss Rich Faces SVN: r13204 - trunk/test-applications/richfaces-docs/web/src/main/java/org/docs.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2009-03-26 07:28:08 -0400 (Thu, 26 Mar 2009)
New Revision: 13204
Added:
trunk/test-applications/richfaces-docs/web/src/main/java/org/docs/Layout.java
Log:
https://jira.jboss.org/jira/browse/RF-6419https://jira.jboss.org/jira/bro...
added new features
Added: trunk/test-applications/richfaces-docs/web/src/main/java/org/docs/Layout.java
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/java/org/docs/Layout.java (rev 0)
+++ trunk/test-applications/richfaces-docs/web/src/main/java/org/docs/Layout.java 2009-03-26 11:28:08 UTC (rev 13204)
@@ -0,0 +1,27 @@
+/**
+ *
+ */
+package org.docs;
+
+/**
+ * @author Michael Sorokin
+ *
+ */
+public class Layout {
+
+
+String theme;
+
+public String getTheme() {
+ return theme;
+}
+
+public void setTheme(String theme) {
+ this.theme = theme;
+}
+
+
+
+
+
+}
15 years, 9 months
JBoss Rich Faces SVN: r13203 - trunk/test-applications/richfaces-docs/web/src/main/java/org/docs/fileUpload.
by richfaces-svn-commits@lists.jboss.org
Author: msorokin
Date: 2009-03-26 07:27:45 -0400 (Thu, 26 Mar 2009)
New Revision: 13203
Modified:
trunk/test-applications/richfaces-docs/web/src/main/java/org/docs/fileUpload/FileUpload.java
Log:
https://jira.jboss.org/jira/browse/RF-6419https://jira.jboss.org/jira/bro...
added new features
Modified: trunk/test-applications/richfaces-docs/web/src/main/java/org/docs/fileUpload/FileUpload.java
===================================================================
--- trunk/test-applications/richfaces-docs/web/src/main/java/org/docs/fileUpload/FileUpload.java 2009-03-25 23:09:12 UTC (rev 13202)
+++ trunk/test-applications/richfaces-docs/web/src/main/java/org/docs/fileUpload/FileUpload.java 2009-03-26 11:27:45 UTC (rev 13203)
@@ -27,7 +27,14 @@
public FileUpload() {
data = new ArrayList();
+ File f1 = new File(
+ "C:\\Projects\\RichFaces\\test-applications\\richfaces-docs\\web\\src\\main\\webapp\\img\\fileUploadImages\\");
+ String[] strFilesDirs = f1.list();
+ for(int i= 0; i< strFilesDirs.length; i++){
+
+ System.out.println(strFilesDirs[i]);
+ }
}
15 years, 9 months