From richfaces-svn-commits at lists.jboss.org Fri Aug 31 07:41:12 2007 Content-Type: multipart/mixed; boundary="===============3735776581525270314==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r2644 - trunk/docs/userguide/en/src/main/docbook/included. Date: Fri, 31 Aug 2007 07:41:11 -0400 Message-ID: --===============3735776581525270314== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: smukhina Date: 2007-08-31 07:41:11 -0400 (Fri, 31 Aug 2007) New Revision: 2644 Modified: trunk/docs/userguide/en/src/main/docbook/included/effect.desc.xml trunk/docs/userguide/en/src/main/docbook/included/effect.xml trunk/docs/userguide/en/src/main/docbook/included/log.xml trunk/docs/userguide/en/src/main/docbook/included/treeNodes.desc.xml Log: http://jira.jboss.com/jira/browse/RF-398 some spelling mistakes are corrected Modified: trunk/docs/userguide/en/src/main/docbook/included/effect.desc.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/userguide/en/src/main/docbook/included/effect.desc.xml 2007-= 08-31 11:18:53 UTC (rev 2643) +++ trunk/docs/userguide/en/src/main/docbook/included/effect.desc.xml 2007-= 08-31 11:41:11 UTC (rev 2644) @@ -8,15 +8,15 @@
Description - The rich:effect utilizes the set of effects provide= d by scriptaculous javascript library. + The rich:effect utilizes a set of effects provided = by the scriptaculous JavaScript library. It allows to attach effects to JSF components and html tags.
=
Key Features - No developers JavaScript writing needed to use on th= e pages - Presents scriptaculous javascript library functional= ity + No developers JavaScript writing needed to use it on= pages + Presents scriptaculous JavaScript library functional= ity
Modified: trunk/docs/userguide/en/src/main/docbook/included/effect.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/userguide/en/src/main/docbook/included/effect.xml 2007-08-31= 11:18:53 UTC (rev 2643) +++ trunk/docs/userguide/en/src/main/docbook/included/effect.xml 2007-08-31= 11:41:11 UTC (rev 2644) @@ -74,11 +74,11 @@ = It is possible to use <rich:effect> in two mod= es: = - attached to the JSF components or html tags and triggere= d by particular event. - Wiring effect with JSF components might be occurs on the server or clien= t. + attached to the JSF components or html tags and triggere= d by a particular event. + Wiring effect with JSF components might occur on the server or client. Wiring with html tag is possible only on the client side - invoking from the javascript code by effect name. - During the rendering, rich:effect generates the jav= ascript function with defined name. When the function is called, + invoking from the JavaScript code by an effect name. + During the rendering, rich:effect generates the Jav= aScript function with defined name. When the function is called, the effect is applied @@ -93,7 +93,7 @@ ... = - +
..... div content ......
@@ -130,13 +130,13 @@ = -"name" attribute defin= es the name of the javascript function will -be generated on the page when the component is rendered. You can invoke th= is function to activate the effect. The function access one parameter. +"name" attribute defin= es a name of the JavaScript function will +be generated on the page when the component is rendered. You can invoke th= is function to activate the effect. The function accesses one parameter. It is a set of effect options in JSON format. = = = -"type" attribute defin= es the type of effect. For example, "Fade", "Blind", "Opacity". Take a look= at scriptaculous documentation +"type" attribute defin= es the type of an effect. For example, "Fade", "Blind", "Opacity". Have a l= ook at scriptaculous documentation for set of available effect. = = @@ -155,9 +155,9 @@ the rich:effect attribute. Those are: = "effectId" allows to re-define the target of effect. - The option is overrire the value of "for"<= /property> attribute + The option is override the value of "for"<= /property> attribute "effectType" defines the effect type. - The option is overrire the value of "type"= attribute + The option is override the value of "type"= attribute = Modified: trunk/docs/userguide/en/src/main/docbook/included/log.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/docs/userguide/en/src/main/docbook/included/log.xml 2007-08-31 11= :18:53 UTC (rev 2643) +++ trunk/docs/userguide/en/src/main/docbook/included/log.xml 2007-08-31 11= :41:11 UTC (rev 2644) @@ -68,7 +68,7 @@ The component defined this way is decoded on a page as <div> inside a page, w= here all the information beginning with informational message is generated.= Note: - <a4j:log> is getting = renewed automatically after execution of ajax requests. Don't renew <a4j:log> by using reRender! + <a4j:log> is getting = renewed automatically after execution of Ajax requests. Don't renew <a4j:log> by using reRender!