Author: smukhina
Date: 2007-09-12 06:00:56 -0400 (Wed, 12 Sep 2007)
New Revision: 2899
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panelMenu/usage.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/simple-tree.xhtml
trunk/samples/richfaces-demo/src/main/webapp/richfaces/treeNodesAdaptor/usage.xhtml
Log:
http://jira.jboss.com/jira/browse/RF-398
spelling and gramma mistakes are corrected
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/panelMenu/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panelMenu/usage.xhtml 2007-09-12
01:28:47 UTC (rev 2898)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/panelMenu/usage.xhtml 2007-09-12
10:00:56 UTC (rev 2899)
@@ -9,7 +9,7 @@
<p>
The rich:panelMenu component is used to define a collapsible side-menu panel. The
component has a pre-defined
- skinable look-n-feel. You can customize it with styles and set of component
attributes. The folowing demo
+ skinable look-n-feel. You can customize it with styles and a set of component
attributes. The folowing demo
shows the example of rich:panelMenu
</p>
@@ -24,7 +24,7 @@
<p>
Switching mode could be chosen with the <b>mode</b> attribute for all
panelMenu items except ones where
- this attribute was redefined. By default all items send traditional request.
+ this attribute was redefined. By default all items send custom request.
</p>
<p>
The <b>expandMode</b> attribute defines the submission modes for all
collapsing/expanding panelMenu
@@ -39,7 +39,7 @@
An Ajax form submission is performed, and additionally specified elements in the
"reRender" attribute
are reRendered </li>
<li>none -
- "Action" and "ActionListener" attributes are ignored. Items
don't fire any submits itself. Behavior is fully
+ "Action" and "ActionListener" attributes are ignored. Items
don't fire any submits itself. Behavior is completely
defined by the components nested to items. Groups expand on the client
side.</li>
</ul>
</p>
Modified: trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/simple-tree.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/simple-tree.xhtml 2007-09-12
01:28:47 UTC (rev 2898)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/tree/simple-tree.xhtml 2007-09-12
10:00:56 UTC (rev 2899)
@@ -9,7 +9,7 @@
<ui:define name="sample">
<p>RichFaces Tree has a default Data Model that allows to show a simple tree
without creating
- the set on your own tree model classes. The follwing demo shows how to create a tree
based on the
+ a set on your own tree model classes. The following demo shows how to create a tree
based on the
data from the properties file.
</p>
Modified:
trunk/samples/richfaces-demo/src/main/webapp/richfaces/treeNodesAdaptor/usage.xhtml
===================================================================
---
trunk/samples/richfaces-demo/src/main/webapp/richfaces/treeNodesAdaptor/usage.xhtml 2007-09-12
01:28:47 UTC (rev 2898)
+++
trunk/samples/richfaces-demo/src/main/webapp/richfaces/treeNodesAdaptor/usage.xhtml 2007-09-12
10:00:56 UTC (rev 2899)
@@ -8,26 +8,26 @@
<ui:define name="sample">
<p>
- Both recursiveTreeNodesAdaptor & treeNodesAdaptor (model adaptor components
further by the text)
+ Both recursiveTreeNodesAdaptor & treeNodesAdaptor (model adaptor components
further in the text)
components allow defining data model declaratively and binding treeNode components
to tree model nodes.
- treeNodesAdaptor has "nodes" attribute that's used to define
collection of elements to iterate through.
- Collections allowed include: lists, arrays, maps, XML NodeList &
NamedNodeMap either as single
- object. Current collection element is accessible through request-scoped variable
named as "var"
+ treeNodesAdaptor has a "nodes" attribute that's used to define a
collection of elements to iterate through.
+ Collections are allowed to include: lists, arrays, maps, XML NodeList &
NamedNodeMap either as single
+ object. The current collection element is accessible via a request-scoped variable
named as "var"
attribute value.
</p>
- <p>recursiveTreeNodesAdaptor is an extension of treeNodesAdaptor component
allowing you to define two
+ <p>recursiveTreeNodesAdaptor is an extension of a treeNodesAdaptor component
that allows you to define two
different value expressions: the first, assigned by "roots" attribute is
used at the top of recursion,
- the second "nodes" is used on another recursion levels (second level and
deeper).
+ the second "nodes" is used on another recursion levels (the second level
and deeper).
</p>
<p>Model adaptor components can be nested without any limitations. The
following code-snippet
- shows the example of using Nodes Adapter along with rich:tree</p>
+ shows an example of using Nodes Adapter along with rich:tree</p>
<div class="sample-container">
<rich:insert src="/richfaces/treeNodesAdaptor/snippets/sample.xhtml"
highlight="xhtml" />
</div>
- <p>Data model nodes are wired to treeNode components by nesting treeNode
components with "type"
- attribute not defined inside model adaptor components. First rendered one is used,
or the default
+ <p>Data model nodes are wired to treeNode components by nesting treeNode
components with a "type"
+ attribute not defined inside model adaptor components. The first rendered one is
used, or the default
one if all treeNode components are non-rendered.
</p>