From richfaces-svn-commits at lists.jboss.org Fri Aug 31 09:40:48 2007 Content-Type: multipart/mixed; boundary="===============2334698502518506158==" 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: r2654 - trunk/docs/userguide/en/src/main/docbook/included. Date: Fri, 31 Aug 2007 09:40:48 -0400 Message-ID: --===============2334698502518506158== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: smukhina Date: 2007-08-31 09:40:47 -0400 (Fri, 31 Aug 2007) New Revision: 2654 Modified: trunk/docs/userguide/en/src/main/docbook/included/effect.xml trunk/docs/userguide/en/src/main/docbook/included/messages.desc.xml trunk/docs/userguide/en/src/main/docbook/included/messages.xml trunk/docs/userguide/en/src/main/docbook/included/push.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.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= 12:58:25 UTC (rev 2653) +++ trunk/docs/userguide/en/src/main/docbook/included/effect.xml 2007-08-31= 13:40:47 UTC (rev 2654) @@ -130,14 +130,13 @@ = -"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. +"name" attribute defin= es a name of the JavaScript function that is +be generated on a page when the component is rendered. You can invoke this= 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 an effect. For example, "Fade", "Blind", "Opacity". Have a l= ook at scriptaculous documentation -for set of available effect. = +"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. = = Modified: trunk/docs/userguide/en/src/main/docbook/included/messages.desc.x= ml =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/messages.desc.xml 200= 7-08-31 12:58:25 UTC (rev 2653) +++ trunk/docs/userguide/en/src/main/docbook/included/messages.desc.xml 200= 7-08-31 13:40:47 UTC (rev 2654) @@ -25,10 +25,10 @@ Key Features Highly customizable look and feel - Track both traditional and ajax based requests - Optional tooltip to display the detail portion of th= e messages + Track both traditional and Ajax based requests + Optional tooltip to display a detailed part of the m= essages Additionally customizable via attributes and facets<= /listitem> - Additionally provides of three parts to be optional= ly defined: marker, label and header + Additionally provides of three parts to be optionall= y defined: marker, label and header Modified: trunk/docs/userguide/en/src/main/docbook/included/messages.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/messages.xml 2007-08-= 31 12:58:25 UTC (rev 2653) +++ trunk/docs/userguide/en/src/main/docbook/included/messages.xml 2007-08-= 31 13:40:47 UTC (rev 2654) @@ -78,23 +78,23 @@ request automatically without outputPanel usage. The component optionally provides "passed" sta= te which will be shown if no message to be displayed. - Provides possibility to add some marker to message. By d= efault marker element + Provides possibility to add some marker to message. By d= efault, a marker element isn't shown. - Component provides three parts to be optionally defined: marker,= informational label - before the marker for the every message and header element placed be= fore the messages list. + The component provides three parts to be optionally defined: mar= ker, informational label + before the marker for every message and header element placed before= the messages list. Header and marker are optional. They don't present by default f= or compatibility with standard messages. Labels are displayed for errors and one passed label is di= splayed optionally (if it's defined) when no errors occured. - Set of facet which can be used for marker defining: + Set of facet which can be used for a marker defining: header. This facet defines additional content to be displa= yed near the list. Header is positioned on top of the messages component. - passedHeader. This facet is provided to allow end develope= r set a header content to be displayed if there are no messages. - passedMarker. This facet is provided to allow set a marker= to be displayed if there is no message. - errorMarker. This facet is provided to allow set a marker = to be displayed if there is a message with a severity class of "ERROR&= quot;. - fatalMarker. This facet is provided to allow set a marker = to be displayed if there is a message with a severity class of "FATAL&= quot;. - infoMarker. This facet is provided to allow set a marker t= o be displayed if there is a message with a severity class of "INFO&qu= ot;. - warnMarker. This facet is provided to allow set a marker t= o be displayed if there is an message with a severity class of "WARN&q= uot;. + passedHeader. This facet is provided to allow an end devel= oper setting a header content to be displayed if there are no messages. + passedMarker. This facet is provided to allow setting a ma= rker to be displayed if there is no message. + errorMarker. This facet is provided to allow setting a mar= ker to be displayed if there is a message with a severity class of "ER= ROR". + fatalMarker. This facet is provided to allow setting a mar= ker to be displayed if there is a message with a severity class of "FA= TAL". + infoMarker. This facet is provided to allow setting a mark= er to be displayed if there is a message with a severity class of "INF= O". + warnMarker. This facet is provided to allow setting a mark= er to be displayed if there is an message with a severity class of "WA= RN". = @@ -135,7 +135,7 @@ To redefine appearance of all <rich:messages> components, you may define the properties of the predefi= ned style classes in the - common CSS style sheet used on the page (there are no skin parameter= s and predefined values by + common CSS style sheet used on a page (there are no skin parameters = and predefined values by default to make it compatible with the standard message component). = = @@ -206,7 +206,7 @@ components on a page using CSS, it's enough to crea= te classes with the same names and define the necessary properties in them. = - To change the style of particular + To change the style of a particular <rich:messages> components define your own style classes in the correspond= ing <rich:messages> Modified: trunk/docs/userguide/en/src/main/docbook/included/push.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/push.xml 2007-08-31 1= 2:58:25 UTC (rev 2653) +++ trunk/docs/userguide/en/src/main/docbook/included/push.xml 2007-08-31 1= 3:40:47 UTC (rev 2654) @@ -58,7 +58,7 @@ 'interval' - Interval (in ms) for call push requests. Default value 1000 (= 1 sec). - + Code for registration of listener: --===============2334698502518506158==--