From richfaces-svn-commits at lists.jboss.org Tue Jan 6 08:50:18 2009 Content-Type: multipart/mixed; boundary="===============8986279287770397694==" 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: r12131 - trunk/docs/userguide/en/src/main/docbook/included. Date: Tue, 06 Jan 2009 08:50:17 -0500 Message-ID: --===============8986279287770397694== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: cluts Date: 2009-01-06 08:50:16 -0500 (Tue, 06 Jan 2009) New Revision: 12131 Modified: trunk/docs/userguide/en/src/main/docbook/included/queue.xml Log: RF-4664 - the "6.20.4. Key attributes and ways of usage" section has been u= pdated Modified: trunk/docs/userguide/en/src/main/docbook/included/queue.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/queue.xml 2009-01-06 = 13:43:47 UTC (rev 12130) +++ trunk/docs/userguide/en/src/main/docbook/included/queue.xml 2009-01-06 = 13:50:16 UTC (rev 12131) @@ -75,8 +75,8 @@ =
Key attributes and ways of usage - It's possible by means of the <= property><a4j:queue> component to create the se= veral types of the queues. - + It's possible by means of the <= property><a4j:queue> component to create the se= veral types of the queues. The information about it you can find here. + + In order to disable or enable the <a4j:queue> component on the page you c= an use the "disabled" a= ttribute. The "size"= attribute helps you to set the number of requests allowed in the queue at = one time. @@ -174,6 +175,17 @@ + The example of the usage this attribute you can find below. + + + + Example: + + + + ...]]> + The "requestDelay" attribute defines delay time for all the requests which fired usin= g this queue. @@ -189,6 +201,20 @@ The requests collected in the queue, combining similar ones, d= uring request delay. = Note, that such requests can combine, if they are raised seque= ntially, in order to not block the queue and not to change the requests ord= er. + + You can define the JavaScript code for call after Ajax respons= e receiving and before updating DOM on a client side via the "onbeforedomupdate" attribute. + + + The "onrequestqueue"<= /emphasis> attribute is a JavaScript code for call which fired after the ne= w request has been added to queue. + And the "onrequestdequeue" attribute is the code for call which fired after the reque= st has been removed from queue. = + + = + + The "onsubmit" attribute is fired after request is completed. This attribute allows t= o invoke JavaScript code before an Ajax request is sent. + + The additional information about the &qu= ot;requestDelay", "time= out" and "ignoreDupResp= onses" + you can find in this section. +
=
--===============8986279287770397694==--