[richfaces-svn-commits] JBoss Rich Faces SVN: r18563 - in sandbox/trunk/examples/richfaces-showcase-gae: src/main/resources/META-INF and 6 other directories.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Wed Aug 11 14:37:59 EDT 2010
Author: nbelaevski
Date: 2010-08-11 14:37:59 -0400 (Wed, 11 Aug 2010)
New Revision: 18563
Added:
sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/org.richfaces.demo/
sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/org.richfaces.demo/message.css
sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/org.richfaces.demo/messages.css
sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/org.richfaces.demo/page.ecss
sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/org.richfaces.demo/panel.ecss
Removed:
sandbox/trunk/examples/richfaces-showcase-gae/src/main/resources/META-INF/resources/
sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/css/message.css
sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/css/messages.css
Modified:
sandbox/trunk/examples/richfaces-showcase-gae/pom.xml
sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/WEB-INF/web.xml
sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/message.xhtml
sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/messages.xhtml
sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/page.xhtml
sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/panel.xhtml
sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/templates/main.xhtml
Log:
Latest changes in richfaces-showcase-gae
Modified: sandbox/trunk/examples/richfaces-showcase-gae/pom.xml
===================================================================
--- sandbox/trunk/examples/richfaces-showcase-gae/pom.xml 2010-08-11 18:35:57 UTC (rev 18562)
+++ sandbox/trunk/examples/richfaces-showcase-gae/pom.xml 2010-08-11 18:37:59 UTC (rev 18563)
@@ -164,6 +164,11 @@
<artifactId>el-api</artifactId>
<version>1.0</version>
</dependency>
+ <dependency>
+ <groupId>org.richfaces.ui</groupId>
+ <artifactId>richfaces-components-api</artifactId>
+ <version>4.0.0-SNAPSHOT</version>
+ </dependency>
</dependencies>
<!-- Build Settings -->
Modified: sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/WEB-INF/web.xml
===================================================================
--- sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/WEB-INF/web.xml 2010-08-11 18:35:57 UTC (rev 18562)
+++ sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/WEB-INF/web.xml 2010-08-11 18:37:59 UTC (rev 18563)
@@ -66,6 +66,10 @@
<param-name>com.sun.faces.expressionFactory</param-name>
<param-value>com.sun.el.ExpressionFactoryImpl</param-value>
</context-param>
+ <context-param>
+ <param-name>org.richfaces.executeAWTInitializer</param-name>
+ <param-value>false</param-value>
+ </context-param>
<servlet>
<servlet-name>Faces Servlet</servlet-name>
<servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
Copied: sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/org.richfaces.demo/message.css (from rev 18544, sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/css/message.css)
===================================================================
--- sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/org.richfaces.demo/message.css (rev 0)
+++ sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/org.richfaces.demo/message.css 2010-08-11 18:37:59 UTC (rev 18563)
@@ -0,0 +1,3 @@
+rich-message{
+ color:red;
+}
\ No newline at end of file
Copied: sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/org.richfaces.demo/messages.css (from rev 18544, sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/css/messages.css)
===================================================================
--- sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/org.richfaces.demo/messages.css (rev 0)
+++ sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/org.richfaces.demo/messages.css 2010-08-11 18:37:59 UTC (rev 18563)
@@ -0,0 +1,3 @@
+rich-messages{
+ color:red;
+}
\ No newline at end of file
Copied: sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/org.richfaces.demo/page.ecss (from rev 18544, sandbox/trunk/examples/richfaces-showcase-gae/src/main/resources/META-INF/resources/rich/css/page.ecss)
===================================================================
--- sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/org.richfaces.demo/page.ecss (rev 0)
+++ sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/org.richfaces.demo/page.ecss 2010-08-11 18:37:59 UTC (rev 18563)
@@ -0,0 +1,96 @@
+.rich-page {
+ width: 100%;
+}
+
+body {
+ background-color: #FFFFFF;
+ margin: 10px;
+}
+
+.header_bg {
+ background-image:
+ "url(#{resource['org.richfaces.demo.images.PageHeaderGradient']})";
+ border-bottom: 1px solid #FFFFFF;
+ background-color: '#{richSkin.headerBackgroundColor}';
+ background-repeat: repeat-x;
+ background-position: top left;
+}
+
+.footer_bg {
+ background-image:
+ "url(#{resource['org.richfaces.demo.images.PageFooterGradient']})";
+ border-top: 1px solid #FFFFFF;
+ background-color: '#{richSkin.headerBackgroundColor}';
+ background-repeat: repeat-x;
+ background-position: center left;
+}
+
+.menu_col {
+ background-color: '#{richSkin.generalBackgroundColor}';
+ vertical-align: top;
+ border-top: 10px solid #FFFFFF;
+ border-right: 10px solid #FFFFFF;
+ border-bottom: 10px solid #FFFFFF;
+}
+
+.content_col {
+ background-color: #FFFFFF;
+ vertical-align: top;
+ width: 100%;
+ border-top: 10px solid #FFFFFF;
+ border-bottom: 10px solid #FFFFFF;
+}
+
+*.menu_col,*.content_col,*.footer_bg {
+ font-family: '#{richSkin.generalFamilyFont}';
+ color: '#{richSkin.generalTextColor}';
+ font-size: '#{richSkin.generalSizeFont}';
+}
+
+*.header_content {
+ font-family: '#{richSkin.generalFamilyFont}';
+ color: '#{richSkin.headerTextColor}';
+ font-size: '#{richSkin.generalSizeFont}';
+ padding-left: 20px;
+}
+
+.page_size {
+ width: 100%;
+ height: 100%;
+}
+
+.header_content {
+ margin: 0px 0px 0px 0px;
+ position: relative
+}
+
+.spacer {
+ font-size: 1px;
+}
+
+.footer_bg_content {
+ padding:20px;
+ margin: 0px 0px 0px 0px;
+}
+
+.new_marker {
+ color: red;
+ vertical-align: super;
+ font-size: 8px;
+ padding-left: 2px;
+}
+
+.header_links_container, .header_links_container a:visited, .header_links_container * {
+ color: '#{richSkin.headerTextColor}';
+}
+
+.header_links_container {
+ padding-right: 20px;
+}
+
+.skin-chooser{
+margin-bottom: 3px;
+}
+.samples-navigator{
+margin-bottom: 10px;
+}
\ No newline at end of file
Copied: sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/org.richfaces.demo/panel.ecss (from rev 18544, sandbox/trunk/examples/richfaces-showcase-gae/src/main/resources/META-INF/resources/rich/css/panel.ecss)
===================================================================
--- sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/org.richfaces.demo/panel.ecss (rev 0)
+++ sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/org.richfaces.demo/panel.ecss 2010-08-11 18:37:59 UTC (rev 18563)
@@ -0,0 +1,28 @@
+.rich-panel {
+ border-width: 1px;
+ border-style: solid;
+ padding: 1px;
+ color: '#{richSkin.generalTextColor}';
+ font-family: '#{richSkin.generalFamilyFont}';
+ font-size: '#{richSkin.generalSizeFont}';
+ background-color: '#{richSkin.generalBackgroundColor}';
+ border-color: '#{richSkin.panelBorderColor}';
+}
+
+.rich-panel-header {
+ padding: 7px 20px;
+ border-width: 1px;
+ border-style: solid;
+ background-color: '#{richSkin.headerBackgroundColor}';
+ border-color: '#{richSkin.panelBorderColor}';
+ font-weight: bold;
+ background-position: left top;
+ background-repeat: repeat-x;
+ background-image:
+ "url(#{resource['org.richfaces.demo.images.PanelGradient']})";
+ color: '#{richSkin.headerTextColor}';
+}
+
+.rich-panel-body {
+ padding: 10px;
+}
\ No newline at end of file
Deleted: sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/css/message.css
===================================================================
--- sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/css/message.css 2010-08-11 18:35:57 UTC (rev 18562)
+++ sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/css/message.css 2010-08-11 18:37:59 UTC (rev 18563)
@@ -1,3 +0,0 @@
-rich-message{
- color:red;
-}
\ No newline at end of file
Deleted: sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/css/messages.css
===================================================================
--- sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/css/messages.css 2010-08-11 18:35:57 UTC (rev 18562)
+++ sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/css/messages.css 2010-08-11 18:37:59 UTC (rev 18563)
@@ -1,3 +0,0 @@
-rich-messages{
- color:red;
-}
\ No newline at end of file
Modified: sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/message.xhtml
===================================================================
--- sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/message.xhtml 2010-08-11 18:35:57 UTC (rev 18562)
+++ sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/message.xhtml 2010-08-11 18:37:59 UTC (rev 18563)
@@ -19,7 +19,7 @@
</composite:interface>
<composite:implementation>
- <h:outputStylesheet name="rich/css/message.css" />
+ <h:outputStylesheet library="org.richfaces.demo" name="message.css" />
<a4j:outputPanel ajaxRendered="true" layout="none">
<h:message for="#{cc.attrs.for}" showDetail="#{cc.attrs.showDetails}"
showSummary="#{cc.attrs.showSummary}" style="#{cc.attrs.style}"
Modified: sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/messages.xhtml
===================================================================
--- sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/messages.xhtml 2010-08-11 18:35:57 UTC (rev 18562)
+++ sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/messages.xhtml 2010-08-11 18:37:59 UTC (rev 18563)
@@ -18,7 +18,7 @@
</composite:interface>
<composite:implementation>
- <h:outputStylesheet name="rich/css/messages.css" />
+ <h:outputStylesheet library="org.richfaces.demo" name="messages.css" />
<a4j:outputPanel ajaxRendered="true" layout="none">
<h:messages layout="#{cc.attrs.layout}"
showSummary="true" style="color:red; #{cc.attrs.style}"
Modified: sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/page.xhtml
===================================================================
--- sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/page.xhtml 2010-08-11 18:35:57 UTC (rev 18562)
+++ sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/page.xhtml 2010-08-11 18:37:59 UTC (rev 18563)
@@ -26,7 +26,7 @@
<composite:renderFacet name="pageHeader"/>
</h:head>
<h:body>
- <h:outputStylesheet name="rich/css/page.ecss" />
+ <h:outputStylesheet library="org.richfaces.demo" name="page.ecss" />
<table border="0" cellpadding="0" cellspacing="0" class="rich-page #{cc.attrs.pageClass}">
<tbody>
<tr>
Modified: sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/panel.xhtml
===================================================================
--- sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/panel.xhtml 2010-08-11 18:35:57 UTC (rev 18562)
+++ sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/resources/rich/panel.xhtml 2010-08-11 18:37:59 UTC (rev 18563)
@@ -20,7 +20,7 @@
</composite:interface>
<composite:implementation>
- <h:outputStylesheet name="rich/css/panel.ecss" />
+ <h:outputStylesheet library="org.richfaces.demo" name="panel.ecss" />
<div class="rich-panel #{cc.attrs.styleClass}" id="#{cc.attrs.id}"
style="#{cc.attrs.style}"
Modified: sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/templates/main.xhtml
===================================================================
--- sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/templates/main.xhtml 2010-08-11 18:35:57 UTC (rev 18562)
+++ sandbox/trunk/examples/richfaces-showcase-gae/src/main/webapp/templates/main.xhtml 2010-08-11 18:37:59 UTC (rev 18563)
@@ -12,7 +12,7 @@
<title>Components Gallery</title>
</h:head>
<h:body>
- <h:outputStylesheet name="rich/css/page.ecss" />
+ <h:outputStylesheet library="org.richfaces.demo" name="page.ecss" />
<table border="0" cellpadding="0" cellspacing="0"
class="rich-page header_bg #{cc.attrs.pageClass}">
<tbody>
More information about the richfaces-svn-commits
mailing list