Author: smukhina
Date: 2009-04-20 14:39:55 -0400 (Mon, 20 Apr 2009)
New Revision: 13709
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/colorPicker/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/usage.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-398 Eblish is checked and correctd for colorPicker
and layouts components Live Demo pages
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/colorPicker/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/colorPicker/usage.xhtml 2009-04-20
18:26:45 UTC (rev 13708)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/colorPicker/usage.xhtml 2009-04-20
18:39:55 UTC (rev 13709)
@@ -10,8 +10,8 @@
<p>
Color Picker is a simple wrapper for JQuerry widget.
- It has the same functionality and events. Also widget additionally
- skinned using standard RF principles.
+ It has the same functionality and events. Also a widget is additionally
+ skinned using the standard RF principles.
</p>
<fieldset class="demo_fieldset">
<legend class="demo_legend">ColorPicker Demo</legend>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/usage.xhtml 2009-04-20
18:26:45 UTC (rev 13708)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/layouts/usage.xhtml 2009-04-20
18:39:55 UTC (rev 13709)
@@ -7,21 +7,21 @@
xmlns:rich="http://richfaces.org/rich">
<ui:composition template="/templates/component-sample.xhtml">
<ui:define name="sample">
- <p>Set of layout components designed based on <h:outputLink
+ <p>A set of layout components designed based on <h:outputLink
target="blank"
value="http://developer.yahoo.com/yui/layout/">Yahoo
layouts</h:outputLink>.
</p>
<p>
- The component set consists of three components. <b>Page </b>component for
page
+ The component set consists of three components. A <b>Page </b>component
for page
layout definition and <b>Layout/LayoutPanel</b> components for nesting
layout
grids creation.
</p>
<p>
- As this components designed to create full page layouts - click on the link
- below to open the page template sample based on them and read
+ Since these components are designed to create full page layouts, click on the link
+ below to open a page template sample based on them and read
detailed descriptions.
</p>
<h:outputLink target="blank"
- value="#{facesContext.externalContext.requestContextPath}/richfaces/layouts/page/template.jsf">Open
sample built with layouts components</h:outputLink>
+ value="#{facesContext.externalContext.requestContextPath}/richfaces/layouts/page/template.jsf">Open
a sample built with layouts components</h:outputLink>
</ui:define>