[richfaces-svn-commits] JBoss Rich Faces SVN: r13982 - in trunk/samples/richfaces-demo/src/main/webapp/richfaces: dataTable and 3 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Thu Apr 30 17:55:38 EDT 2009


Author: smukhina
Date: 2009-04-30 17:55:38 -0400 (Thu, 30 Apr 2009)
New Revision: 13982

Modified:
   trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/usage.xhtml
   trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/editDataTable.xhtml
   trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTableScroller/customScroller.xhtml
   trunk/samples/richfaces-demo/src/main/webapp/richfaces/standardSkinning/usage.xhtml
   trunk/samples/richfaces-demo/src/main/webapp/richfaces/tabPanel/tabRemove.xhtml
Log:
https://jira.jboss.org/jira/browse/RF-5761
Englished is checked in updated live demo pages 

Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/usage.xhtml	2009-04-30 19:19:45 UTC (rev 13981)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/calendar/usage.xhtml	2009-04-30 21:55:38 UTC (rev 13982)
@@ -26,8 +26,8 @@
 			</fieldset>
 			<p>Calendar component allows to work with <b>time</b> also. You should just define time in pattern ( for example "<i>d/M/yy HH:mm</i>" as it's defined in this sample by default)
 			</p>
-			<p>After you choose some date, you'll be able to manage time for this date. Spinner will be called after click on the time fields to edit them.</p>
-			<p>Calendar could be used without "Apply" button (will be closed after date selected)</p>
+			<p>After you choose some date, you become able to manage time for this date. Spinner is called after a click on the time fields to edit them.</p>
+			<p>Calendar could be used without "Apply" button (is closed after date selected)</p>
 			<p>
 			<b>locale</b> attribute is defined as a Locale. The default value is set to the Locale of the current page.
 			The name of the month and week days depend on the Locale. 

Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/editDataTable.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/editDataTable.xhtml	2009-04-30 19:19:45 UTC (rev 13981)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTable/editDataTable.xhtml	2009-04-30 21:55:38 UTC (rev 13982)
@@ -12,7 +12,7 @@
 			
 			<p>
 				In this example you could see two basic and frequently asked use-cases 
-				implemented. These are editing and deleting of the table cells via modal panel component. 
+				implemented. Here is editing and deleting of the table cells via modal panel component. 
 			</p>
 
 			<fieldset class="demo_fieldset">

Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTableScroller/customScroller.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTableScroller/customScroller.xhtml	2009-04-30 19:19:45 UTC (rev 13981)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/dataTableScroller/customScroller.xhtml	2009-04-30 21:55:38 UTC (rev 13982)
@@ -8,13 +8,13 @@
 <ui:composition template="/templates/component-sample.xhtml">
 	<ui:define name="sample">
 		<p>
-			This sample designed to show how to use <b>datascroller</b> component
-			<b>facets</b> for component look and feel and functionality <b>customization</b>.
+			This sample is designed to show how to use <b>datascroller</b> component
+			<b>facets</b> for component look-and-feel and functionality <b>customization</b>.
 		</p>
 		<p>
-			As you could see the <b>datascroller</b> has customized step controls 
+			As you could see the <b>datascroller</b> customizes step controls 
 			and default buttons changes to select which allows to switch to
-			four pages nearest to current one.  
+			the four nearest pages to the current one.  
 		</p>
 		<fieldset class="demo_fieldset">
 			<legend class="demo_legend">Data Scroller customization</legend>
@@ -27,7 +27,7 @@
 			</div>
 		</fieldset>
 		<p>
-			Next new JS API functions introduced which was used to build this sample:
+			The next new JS API functions are introduced and were used to build this sample:
 		</p>
 		<ul>
 			<li>switchToPage(pageToGoValue)</li>

Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/standardSkinning/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/standardSkinning/usage.xhtml	2009-04-30 19:19:45 UTC (rev 13981)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/standardSkinning/usage.xhtml	2009-04-30 21:55:38 UTC (rev 13982)
@@ -63,7 +63,7 @@
 			Skinning level is calculated automatically at server side depending on user agent info.
 		</p>
 		<p class="note">
-			Extended skinning is not applied to browsers having rich 
+			Extended skinning is not applied to browsers with rich 
 			visual styling for controls (e.g. Opera and Safari). 
 			Also advanced level of skinning requires support of CSS 2 attribute selectors 
 			either as implicit type attributes for button/textarea elements (e.g. IE7 

Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/tabPanel/tabRemove.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/tabPanel/tabRemove.xhtml	2009-04-30 19:19:45 UTC (rev 13981)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/tabPanel/tabRemove.xhtml	2009-04-30 21:55:38 UTC (rev 13982)
@@ -7,7 +7,7 @@
 	<ui:composition template="/templates/component-sample.xhtml">
 		<ui:define name="sample">
 			<p>
-				This simple sample added according to numerous Forum requests and shows 
+				This simple sample is added according to numerous Forum requests and shows 
 				how to implement <b>tabs deletion</b> from <b>tabPanel</b> component.
 			</p>
 




More information about the richfaces-svn-commits mailing list