[richfaces-svn-commits] JBoss Rich Faces SVN: r2799 - in trunk/samples/richfaces-demo/src/main/webapp/richfaces: simpleTogglePanel and 6 other directories.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Thu Sep 6 11:25:29 EDT 2007
Author: smukhina
Date: 2007-09-06 11:25:29 -0400 (Thu, 06 Sep 2007)
New Revision: 2799
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/scrollableDataTable/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/simpleTogglePanel/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/spacer/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestionBox/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tabPanel/look-customization.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tabPanel/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/toolBar/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/toolTip/use-with-data-table.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/usage.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-524
language is checked
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/scrollableDataTable/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/scrollableDataTable/usage.xhtml 2007-09-06 15:23:58 UTC (rev 2798)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/scrollableDataTable/usage.xhtml 2007-09-06 15:25:29 UTC (rev 2799)
@@ -12,11 +12,13 @@
<p>rich:scrollableDataTable represents the tabular data and has the following features
<ul>
<li>variable content of the table cells;</li>
- <li>dynamically fetching the rows from the server when the table is scrolled up and down;</li>
- <li>resizing columns by mouse dragging the column bar;</li>
- <li>sorting column by clicking the header;</li>
- <li>fixed one or more left columns when table is scrolled horizontally;</li>
+ <li>dynamically fetching of rows from the server when a table is scrolled up and down;</li>
+ <li>resizing of columns by the mouse dragging the column bar;</li>
+ <li>sorting of columns by clicking the header;</li>
+ <li>fixing of one or more left columns when a table is scrolled horizontally;</li>
<li>one and multi-selection rows mode;</li>
+ <li>built-it drag-n-drop support;</li>
+ <li>customization of table look-n-fill from skin parameters</li>
<li>customizing the table look-n-fill from skin parameters</li>
</ul>
</p>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/simpleTogglePanel/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/simpleTogglePanel/usage.xhtml 2007-09-06 15:23:58 UTC (rev 2798)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/simpleTogglePanel/usage.xhtml 2007-09-06 15:25:29 UTC (rev 2799)
@@ -15,8 +15,8 @@
height:140px;
}
</style>
- <p>SimpleTogglePanel represents a panel with a base text label at the top and an additional
- content that can be shown or hidden. The additional content is shown or hidden
+ <p>SimpleTogglePanel represents a panel with a base text label at the top and additional
+ content that can be shown or hidden. Additional content is shown or hidden
using the simpleTogglePanel control located to the right of the base text label by default.<br />
This is an example of the component with default look-n-feel:
</p>
@@ -31,7 +31,7 @@
<p>The switchType attribute allows to select a toggle approach that can be 'client',
- 'server' or 'ajax'. The 'server' and 'ajax' types require to be surround with a form element such as <h:form> or <a4j:form>.
+ 'server' or 'ajax'. The 'server' and 'ajax' types require to be surrounded with a form element such as <h:form> or <a4j:form>.
</p>
<div class="sample-container" >
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/spacer/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/spacer/usage.xhtml 2007-09-06 15:23:58 UTC (rev 2798)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/spacer/usage.xhtml 2007-09-06 15:25:29 UTC (rev 2799)
@@ -7,7 +7,7 @@
<ui:composition template="/templates/component-sample.xhtml">
<ui:define name="sample">
<p>
- Spacer is a simple component that render invisible image with given width, height. Usually it used to separate elements of page design.
+ Spacer is a simple component that renders an invisible image with the given width, height. Usually it is used to separate elements of page design.
</p>
<ui:include src="/richfaces/spacer/examples/spacers.xhtml"/>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestionBox/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestionBox/usage.xhtml 2007-09-06 15:23:58 UTC (rev 2798)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/suggestionBox/usage.xhtml 2007-09-06 15:25:29 UTC (rev 2799)
@@ -11,14 +11,14 @@
<p>RichFaces Suggestion Box component adds the autocomplete
- capabity to the existing input component such as h:inputText or
- t:inputText. Use the attribute 'for' to pint to the input component
- you want to add the autocomplete capabity to.</p>
+ capability to the existing input component such as h:inputText or
+ t:inputText. Use the attribute 'for', in order to pint to the necessary input component
+ to add the autocomplete capabity to it.</p>
<p>Working with Suggestion Box is similar to the h:dataTable
component, but instead of the 'value' attribute it has a
suggestionAction attribute that points to the method that returns the
filtered collection. The 'fetch' attribute points to the data that
- will be inserted to the input field if the particular row is selected
+ is inserted into the input field if a particular row is selected
or clicked from the suggested list.</p>
<div class="sample-container">
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/tabPanel/look-customization.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/tabPanel/look-customization.xhtml 2007-09-06 15:23:58 UTC (rev 2798)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/tabPanel/look-customization.xhtml 2007-09-06 15:25:29 UTC (rev 2799)
@@ -7,8 +7,8 @@
<ui:composition template="/templates/component-sample.xhtml">
<ui:define name="sample">
<p>
- This is a demo of use stylesheets and skinability features to adjust tab spanel look. Here we use pre-defined classes for tab panel
- "rich-tab-inactive", "rich-tab-active" and "rich-tabpanel-content" to adjust tab panel look. Note how look of tabs above also affected.
+ This is a demo of how to use stylesheets and skinability features in order to adjust tab panel appearance. Here we use pre-defined classes for the tab panel
+ "rich-tab-inactive", "rich-tab-active" and "rich-tabpanel-content" to adjust tab panel appearance. Note how appearance of tabs above could be also affected.
</p>
<div id="itme" class="sample-container">
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/tabPanel/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/tabPanel/usage.xhtml 2007-09-06 15:23:58 UTC (rev 2798)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/tabPanel/usage.xhtml 2007-09-06 15:25:29 UTC (rev 2799)
@@ -7,8 +7,8 @@
<ui:composition template="/templates/component-sample.xhtml">
<ui:define name="sample">
<p>
- Tab panel use to create "tabbed" pages. RichFaces tab panel can be switched in 3 way - using "normal" server-side update, using "ajax" style update, when only tab panel area will be updated on the page, and using "client" type - without any interaction with server.
- Note, that in case of "client" switch type all tabs will be rendered at the same time.
+ Tab panel is used to create "tabbed" pages. RichFaces tab panel can be switched in 3 ways: using "normal" server-side update, using "ajax" style update, when only tab panel area is updated on the page, and using "client" type, without any interaction with the server.
+ Note, that in case of a "client" switch type, all tabs are rendered at the same time.
</p>
<div id="itme" class="sample-container">
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/toolBar/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/toolBar/usage.xhtml 2007-09-06 15:23:58 UTC (rev 2798)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/toolBar/usage.xhtml 2007-09-06 15:25:29 UTC (rev 2799)
@@ -9,8 +9,7 @@
<ui:define name="sample">
<p>
- Toolbar is a horizontal-oriented panel that you can you for different
- purpose such as top level menu, information panel, tools-like menu and so on.<br />
+ Toolbar is a horizontal-oriented panel that can be used in different ways: for top level menu, for information panel, for tools-like menu and so on.<br />
The following example shows how the panelBar might look like:
</p>
@@ -31,9 +30,9 @@
<p>
- The items on the toolBar can be grouped with ability to define the separator
- between the different group and between the member of the same group. The
- "location" attribute set to "right" put the group to the right side of the panel.
+ Items on the toolBar can be grouped with ability to define a separator
+ between different groups and between a member of the same group. The
+ "location" attribute set to "right" put a group to the right side of the panel.
</p>
<div class="sample-container" >
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/toolTip/use-with-data-table.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/toolTip/use-with-data-table.xhtml 2007-09-06 15:23:58 UTC (rev 2798)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/toolTip/use-with-data-table.xhtml 2007-09-06 15:25:29 UTC (rev 2799)
@@ -8,7 +8,7 @@
<ui:composition template="/templates/component-sample.xhtml">
<ui:define name="sample">
<p>
- This little example shows how ToolTip may be used in DataTable
+ This little example shows how ToolTip could be used in DataTable
</p>
<div class="sample-container">
<ui:include src="/richfaces/toolTip/examples/withTable.xhtml"/>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/usage.xhtml
===================================================================
--- trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/usage.xhtml 2007-09-06 15:23:58 UTC (rev 2798)
+++ trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/usage.xhtml 2007-09-06 15:25:29 UTC (rev 2799)
@@ -8,7 +8,7 @@
<ui:composition template="/templates/component-sample.xhtml">
<ui:define name="sample">
<p>
- Tree is a component that renders tree control on the page.<br/>
+ Tree is a component that renders a tree control on the page.<br/>
The most important tree features are:
</p>
<ul>
@@ -36,7 +36,7 @@
</ui:include>
</div>
<p>
- Note how tree switched on "client" does not "remember" it state when whole page is reloaded. At the same time "ajax" tree remember it state without any additional code.
+ Note how the tree switched on "client" does not "remember" its state when whole page is reloaded. At the same time "ajax" tree remembers its state without any additional code.
</p>
</ui:define>
</ui:composition>
More information about the richfaces-svn-commits
mailing list