Author: ilya_shaikovsky
Date: 2011-02-10 07:05:52 -0500 (Thu, 10 Feb 2011)
New Revision: 21593
Removed:
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/message.css
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/message.xhtml
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/page.ecss
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/page.xhtml
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/panel.ecss
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/panel.xhtml
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/toolBar.xhtml
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataScroller/samples/dataScrollerAPI-sample.xhtml
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataTable/samples/tableFiltering-sample.xhtml
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/togglePanel/samples/simple-sample.xhtml
Log:
http://jira.jboss.org/browse/RF-10484
Deleted:
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/message.css
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/message.css 2011-02-10
11:41:26 UTC (rev 21592)
+++
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/message.css 2011-02-10
12:05:52 UTC (rev 21593)
@@ -1,3 +0,0 @@
-rich-message{
- color:red;
-}
\ No newline at end of file
Deleted:
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/message.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/message.xhtml 2011-02-10
11:41:26 UTC (rev 21592)
+++
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/message.xhtml 2011-02-10
12:05:52 UTC (rev 21593)
@@ -1,30 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html
xmlns="http://www.w3.org/1999/xhtml"
-
xmlns:h="http://java.sun.com/jsf/html"
-
xmlns:f="http://java.sun.com/jsf/core"
-
xmlns:ui="http://java.sun.com/jsf/facelets"
-
xmlns:c="http://java.sun.com/jsp/jstl/core"
-
xmlns:composite="http://java.sun.com/jsf/composite"
-
xmlns:a4j="http://richfaces.org/a4j">
-<head>
-<title>panel</title>
-</head>
-<body>
-
-<composite:interface>
- <composite:attribute name="for" required="true" />
- <composite:attribute name="style" required="false" />
- <composite:attribute name="styleClass" required="false" />
-</composite:interface>
-
-<composite:implementation>
- <h:outputStylesheet library="org.richfaces.showcase"
name="message.css" />
- <a4j:outputPanel ajaxRendered="true">
- <h:message for="#{cc.attrs.for}"
showDetail="#{cc.attrs.showDetails}"
- showSummary="#{cc.attrs.showSummary}" style="#{cc.attrs.style}"
- styleClass="rich-message #{cc.attrs.styleClass}" />
- </a4j:outputPanel>
-</composite:implementation>
-</body>
-</html>
Deleted:
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/page.ecss
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/page.ecss 2011-02-10
11:41:26 UTC (rev 21592)
+++
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/page.ecss 2011-02-10
12:05:52 UTC (rev 21593)
@@ -1,96 +0,0 @@
-.rich-page {
- width: 100%;
-}
-
-body {
- background-color: #FFFFFF;
- margin: 10px;
-}
-
-.header_bg {
- background-image:
- "url(#{resource['org.richfaces.demo.images:pgHdrGrad.png']})";
- 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:pgFtrGrad.png']})";
- 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
Deleted:
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/page.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/page.xhtml 2011-02-10
11:41:26 UTC (rev 21592)
+++
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/page.xhtml 2011-02-10
12:05:52 UTC (rev 21593)
@@ -1,69 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html
xmlns="http://www.w3.org/1999/xhtml"
-
xmlns:h="http://java.sun.com/jsf/html"
-
xmlns:f="http://java.sun.com/jsf/core"
-
xmlns:ui="http://java.sun.com/jsf/facelets"
-
xmlns:c="http://java.sun.com/jsp/jstl/core"
-
xmlns:composite="http://java.sun.com/jsf/composite">
- <head>
- <title>page</title>
- </head>
-<body>
-
-<composite:interface>
- <composite:attribute name="style" />
- <composite:attribute name="styleClass"/>
- <composite:attribute name="headerClass"/>
- <composite:attribute name="bodyClass"/>
- <composite:attribute name="sidebarClass"/>
-</composite:interface>
-<composite:implementation>
-<h:outputText value="<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0
Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">"
escape="false"/>
-<html
xmlns="http://www.w3.org/1999/xhtml">
-<h:head>
- <title>#{cc.attrs.pageTitle}</title>
- <composite:renderFacet name="pageHeader"/>
-</h:head>
-<h:body>
- <h:outputStylesheet name="rich/css/page.ecss" />
- <table border="0" cellpadding="0" cellspacing="0"
class="rich-page #{cc.attrs.pageClass}">
- <tbody>
- <tr>
- <td class="header_bg">
- <div class="header_content rich-page-header
#{cc.attrs.headerClass}">
- <composite:renderFacet name="header"/>
- </div>
- </td>
- </tr>
- <tr>
- <td width="100%" height="100%"
class="bg_tabbody">
- <table cellpadding="0" cellspacing="0" border="0"
width="100%" height="100%" class="rich-page-content
#{cc.attrs.contentClass}">
- <tbody>
- <tr>
- <td class="menu_col rich-page-sidebar #{cc.attrs.sidebarClass}">
- <div class="menu_width spacer"
style="width:#{cc.attrs.sidebarWidth}px"></div>
- <composite:renderFacet name="sidebar"/>
- </td>
- <td class="content_col rich-page-body #{cc.attrs.bodyClass}">
- <composite:insertChildren />
- </td>
- </tr>
- </tbody>
- </table>
- </td>
- </tr>
- <tr>
- <td class="footer_bg">
- <div class="footer_bg_content rich-page-footer
#{cc.attrs.footerClass}">
- <composite:renderFacet name="footer"/>
- </div>
- </td>
- </tr>
- </tbody>
- </table>
-</h:body>
-</html>
-</composite:implementation>
-</body>
-</html>
Deleted:
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/panel.ecss
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/panel.ecss 2011-02-10
11:41:26 UTC (rev 21592)
+++
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/panel.ecss 2011-02-10
12:05:52 UTC (rev 21593)
@@ -1,28 +0,0 @@
-.rf-p-c{
- 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}';
-}
-
-.rf-p-c .rf-p-hdr {
- 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:pnGrad.png']})";
- color: '#{richSkin.headerTextColor}';
-}
-
-.rf-p-c .rf-p-b {
- padding: 10px;
-}
\ No newline at end of file
Deleted:
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/panel.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/panel.xhtml 2011-02-10
11:41:26 UTC (rev 21592)
+++
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/panel.xhtml 2011-02-10
12:05:52 UTC (rev 21593)
@@ -1,50 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html
xmlns="http://www.w3.org/1999/xhtml"
-
xmlns:h="http://java.sun.com/jsf/html"
-
xmlns:f="http://java.sun.com/jsf/core"
-
xmlns:ui="http://java.sun.com/jsf/facelets"
-
xmlns:c="http://java.sun.com/jsp/jstl/core"
-
xmlns:composite="http://java.sun.com/jsf/composite">
- <head>
- <title>panel</title>
- </head>
-<body>
-
-<composite:interface>
- <composite:attribute name="id" required="false"/>
- <composite:attribute name="style" required="false"/>
- <composite:attribute name="styleClass" required="false"/>
- <composite:attribute name="headerClass" required="false"/>
- <composite:attribute name="bodyClass" required="false"/>
-</composite:interface>
-
-<composite:implementation>
- <h:outputStylesheet library="org.richfaces.showcase"
name="panel.ecss" />
-
- <div class="rich-panel #{cc.attrs.styleClass}"
id="#{cc.attrs.id}"
- style="#{cc.attrs.style}"
- onclick="#{cc.attrs.onclick}"
- ondblclick="#{cc.attrs.ondblclick}"
- onkeydown="#{cc.attrs.onkeydown}"
- onkeypress="#{cc.attrs.onkeypress}"
- onkeyup="#{cc.attrs.onkeyup}"
- onmousedown="#{cc.attrs.onmousedown}"
- onmousemove="#{cc.attrs.onmousemove}"
- onmouseout="#{cc.attrs.onmouseout}"
- onmouseover="#{cc.attrs.onmouseover}"
- onmouseup="#{cc.attrs.onmouseup}">
-
- <h:panelGroup rendered="#{not empty cc.facets.header}">
- <div class="rich-panel-header #{cc.attrs.headerClass}">
- <composite:renderFacet name="header"/>
- </div>
- </h:panelGroup>
- <div class="rich-panel-body #{cc.attrs.bodyClass}" >
- <composite:insertChildren />
- </div>
-
- </div>
-</composite:implementation>
-</body>
-</html>
Deleted:
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/toolBar.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/toolBar.xhtml 2011-02-10
11:41:26 UTC (rev 21592)
+++
trunk/examples/richfaces-showcase/src/main/webapp/resources/org.richfaces.showcase/toolBar.xhtml 2011-02-10
12:05:52 UTC (rev 21593)
@@ -1,32 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
-"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html
xmlns="http://www.w3.org/1999/xhtml"
-
xmlns:h="http://java.sun.com/jsf/html"
-
xmlns:f="http://java.sun.com/jsf/core"
-
xmlns:ui="http://java.sun.com/jsf/facelets"
-
xmlns:c="http://java.sun.com/jsp/jstl/core"
-
xmlns:composite="http://java.sun.com/jsf/composite"
-
xmlns:a4j="http://richfaces.org/a4j">
- <head>
- <title>toolBar</title>
- </head>
-<body>
-
-<composite:interface>
- <composite:attribute name="items" required="true"/>
-</composite:interface>
-<composite:implementation>
- <table>
- <tbody>
- <a4j:repeat value="#{cc.attrs.items}" var="item">
- <tr>
- <td>
- <h:link value="#{item.name}" outcome="#{item.outcome}"
/>
- </td>
- </tr>
- </a4j:repeat>
- </tbody>
- </table>
-</composite:implementation>
-</body>
-</html>
\ No newline at end of file
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataScroller/samples/dataScrollerAPI-sample.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataScroller/samples/dataScrollerAPI-sample.xhtml 2011-02-10
11:41:26 UTC (rev 21592)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataScroller/samples/dataScrollerAPI-sample.xhtml 2011-02-10
12:05:52 UTC (rev 21593)
@@ -17,7 +17,7 @@
onclick="#{rich:component('ds')}.previous()" />
<a4j:repeat rows="3" value="#{slidesBean.pictures}"
var="pic"
id="pics">
- <h:graphicImage value="#{pic.uri}" style="padding:5px;"
/>
+ <h:graphicImage value="#{pic.uri}" style="" />
</a4j:repeat>
<h:graphicImage value="/images/icons/scroller/arr_right.png"
onclick="#{rich:component('ds')}.next()" />
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataTable/samples/tableFiltering-sample.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataTable/samples/tableFiltering-sample.xhtml 2011-02-10
11:41:26 UTC (rev 21592)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/dataTable/samples/tableFiltering-sample.xhtml 2011-02-10
12:05:52 UTC (rev 21593)
@@ -6,9 +6,9 @@
xmlns:a4j="http://richfaces.org/a4j"
xmlns:rich="http://richfaces.org/rich"
xmlns:fn="http://java.sun.com/jsp/jstl/functions"
-
xmlns:r="http://java.sun.com/jsf/composite/org.richfaces.showcase&qu...
+ >
<h:form id="form">
- <r:messages />
+ <rich:messages />
<rich:dataTable value="#{carsBean.allInventoryItems}" var="car"
id="table" rows="30">
<f:facet name="noData">
Modified:
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/togglePanel/samples/simple-sample.xhtml
===================================================================
---
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/togglePanel/samples/simple-sample.xhtml 2011-02-10
11:41:26 UTC (rev 21592)
+++
trunk/examples/richfaces-showcase/src/main/webapp/richfaces/togglePanel/samples/simple-sample.xhtml 2011-02-10
12:05:52 UTC (rev 21593)
@@ -11,9 +11,11 @@
padding:5px;
}
.tabDiv {
- border: 1px solid #{ richSkin.panelBorderColor};
+ margin-right:5px;
+ border: 1px solid #{richSkin.panelBorderColor};
+ background-color: #{richSkin.headerBackgroundColor};
cursor:pointer;
- width:110px;
+ width:115px;
padding-left:5px;
float:left;
}
@@ -32,7 +34,7 @@
<p>For now you are at Panel 2</p>
</rich:togglePanelItem>
</rich:togglePanel>
- <a4j:outputPanel id="tabs">
+ <a4j:outputPanel id="tabs" layout="block">
<a4j:outputPanel layout="block" styleClass="tabDiv">
<rich:toggleControl event="click" targetPanel="panel1"
targetItem="item1" />