From richfaces-svn-commits at lists.jboss.org Mon Jan 18 21:07:45 2010 Content-Type: multipart/mixed; boundary="===============0016712382569153611==" 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: r16328 - root/docs/trunk/Component_Reference/en-US. Date: Mon, 18 Jan 2010 21:07:44 -0500 Message-ID: <201001190207.o0J27ii4011158@svn01.web.mwc.hst.phx2.redhat.com> --===============0016712382569153611== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: SeanRogers Date: 2010-01-18 21:07:44 -0500 (Mon, 18 Jan 2010) New Revision: 16328 Modified: root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Commo= n_Ajax_attributes.xml root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Selec= tion_and_ordering.xml root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Table= s_and_grids.xml Log: Completed Common Ajax Attributes, worked on Tables and Selection chapters Modified: root/docs/trunk/Component_Reference/en-US/chap-Component_Referenc= e-Common_Ajax_attributes.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 --- root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Comm= on_Ajax_attributes.xml 2010-01-19 01:54:06 UTC (rev 16327) +++ root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Comm= on_Ajax_attributes.xml 2010-01-19 02:07:44 UTC (rev 16328) @@ -178,42 +178,48 @@
<varname>onsubmit</varname> - The onsubmit attribute will invoke the JavaScript c= ode before the Ajax request is sent. The request is canceled if the JavaScr= ipt code defined for onsubmit returns false. + The onsubmit attribute invokes the JavaScript code = before the Ajax request is sent. The request is cancel= ed if the JavaScript code defined for onsubmit returns <= literal>false.
= -
- <varname>onclick</varname> +
+ <varname>onbegin</varname> - The onclick attribute functions similarly to the onsubmit attribute for those components that can be clicke= d, such as <a4j:commandButton> and <a4= j:commandLink>. It invokes the defined JavaScript before the A= jax request, and the request will be canceled if the defined code returns <= literal>false. + The onbegin attribute invokes the JavaScript code <= emphasis>after the Ajax request is sent.
= -
- <varname>oncomplete</varname> +
+ <varname>onclick</varname> - The oncomplete attribute invokes the JavaScript cod= e after the Ajax response has been returned and the DOM = tree of the browser has been updated. The code is registered for further in= vocation of the XMLHTTP request object before an Ajax re= quest is sent. As such, using JSF Expression Language (<= acronym>EL) value binding means the code will not be changed duri= ng processing of the request on the server. Additionally the oncom= plete attribute cannot use the this keyword as= it will not point to the component from which the Ajax request was initiat= ed. + The onclick attribute functions similarly to the onsubmit attribute for those components that can be clicke= d, such as <a4j:commandButton> and <a4= j:commandLink>. It invokes the defined JavaScript before the A= jax request, and the request will be canceled if the defined code returns <= literal>false.
= -
- <varname>onbegin</varname> +
+ <varname>onsuccess</varname> - Incomplete + The onsuccess attribute invokes the JavaScript code= after the Ajax response has been returned but before = the DOM tree of the browser has been updated.
= -
- <varname>onsuccess</varname> +
+ <varname>oncomplete</varname> - Incomplete + The oncomplete attribute invokes the JavaScript cod= e after the Ajax response has been returned and the DOM tree of the browser has been updated. + + Reference consistency + + The code is registered for further invocation of the XMLHTTP= request object before an Ajax request is sent. As such, using JSF Expression Language (EL) value bind= ing means the code will not be changed during processing of the request on = the server. Additionally the oncomplete attribute cannot= use the this keyword as it will not point to the compon= ent from which the Ajax request was initiated. + +
=
<varname>onerror</varname> - Incomplete + The onerror attribute invokes the JavaScript code w= hen an error has occurred during Ajax communications.
= Modified: root/docs/trunk/Component_Reference/en-US/chap-Component_Referenc= e-Selection_and_ordering.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 --- root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Sele= ction_and_ordering.xml 2010-01-19 01:54:06 UTC (rev 16327) +++ root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Sele= ction_and_ordering.xml 2010-01-19 02:07:44 UTC (rev 16328) @@ -4,14 +4,17 @@ Selection and ordering - Incomplete + This chapter describes those components used for the selection and order= ing of objects in lists. =
rich:listShuttle - Incomplete + The <rich:listShuttle> component is used for m= oving select items from one list into another. Items can optionally be re-o= rdered. It supports selection of multiple items, keyboard usage, and a cust= omizable look and feel. + + = +
=
Modified: root/docs/trunk/Component_Reference/en-US/chap-Component_Referenc= e-Tables_and_grids.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 --- root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Tabl= es_and_grids.xml 2010-01-19 01:54:06 UTC (rev 16327) +++ root/docs/trunk/Component_Reference/en-US/chap-Component_Reference-Tabl= es_and_grids.xml 2010-01-19 02:07:44 UTC (rev 16328) @@ -39,7 +39,7 @@ The <rich:column> component facilitates column= s in a table or other UIData component. It supports = merging columns and rows, sorting, filtering, and customized skinning. - In general usage, the the <rich:column> compon= ent is used in the same was as the JavaServer Faces (JSF= ) <h:column> component. It requires no extra attri= butes for basic usage, as shown in and the resulting . + In general usage, the <rich:column> component = is used in the same was as the JavaServer Faces (JSF) <h:column> component. It requires no extra attribute= s for basic usage, as shown in and the resulting . Basic column example @@ -74,7 +74,7 @@ - Columns can be merged by using the colspan attribute= to specify how many normal columns to span. The colspan= attribute is used in conjunction with the breakBefore a= ttribute on the next column to determine how the merged columns are laid ou= t. and the resulting show the first column spanning a width of = three columns, with the others broken on to the following line. + Columns can be merged by using the colspan attribute= to specify how many normal columns to span. The colspan= attribute is used in conjunction with the breakBefore a= ttribute on the next column to determine how the merged columns are laid ou= t. and the resulting show the first column spanning a width of = three columns, with the others broken onto the following line. Column spanning example @@ -301,6 +301,13 @@
= +
+ rich:dataDefinitionList + + Incomplete + +
+ =
rich:dataFilterSlider @@ -431,6 +438,20 @@
= +
+ rich:dataList + + Incomplete + +
+ = +
+ rich:dataOrderedList + + Incomplete + +
+ =
rich:dataScroller @@ -448,7 +469,7 @@
rich:extendedDataTable - Incomplete + * Combined with rich:scrollableDataTable
= @@ -459,13 +480,6 @@
= -
- rich:scrollableDataTable - - Incomplete - -
- =
rich:subTable --===============0016712382569153611==--