From richfaces-svn-commits at lists.jboss.org Tue Sep 15 12:13:57 2009 Content-Type: multipart/mixed; boundary="===============7656541091768205476==" 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: r15584 - branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules. Date: Tue, 15 Sep 2009 12:13:57 -0400 Message-ID: <200909151613.n8FGDvb7010758@svn01.web.mwc.hst.phx2.redhat.com> --===============7656541091768205476== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: msorokin Date: 2009-09-15 12:13:57 -0400 (Tue, 15 Sep 2009) New Revision: 15584 Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFCa= rchitectover.xml Log: https://jira.jboss.org/jira/browse/RF-7471 added a table with common attributes Modified: branches/community/3.3.X/docs/userguide/en/src/main/docbook/modul= es/RFCarchitectover.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 --- branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFC= architectover.xml 2009-09-15 16:13:24 UTC (rev 15583) +++ branches/community/3.3.X/docs/userguide/en/src/main/docbook/modules/RFC= architectover.xml 2009-09-15 16:13:57 UTC (rev 15584) @@ -1053,6 +1053,101 @@ . It points to an ID of a component where focus will be se= t after an Ajax request. +
+ Common Ajax Attributes + This section of the guide summarizes all Ajax-related attributes = that both rich and a4j components= have. + = + = + = + + Title of the table = + + + + Attribute + = + Description + Rich Components + A4j Components + + + + + ajaxSingle + Limits JSF tree processing (decoding, conversion, validation= and model updating) only to a component that sends the request. Boolean. D= efault value is "false". + + <a4j:form> + <a4j:support> + <a4j:commandButton> = + <a4j:commandLink> = + <a4j:jsFunction> = + <a4j:poll> = + <a4j:push> + = + + + = + <rich:dataFilterSlider> + <rich:dataFilterSlider> + <rich:datascroller> + <rich:dropSupport> + <rich:menuItem> + <rich:tree> + <rich:treeNode> + <rich:panelMenuGroup> + <rich:panelMenuItem> + <rich:progressBar> + <rich:simpleTogglePanel> + <rich:tab> = + <rich:toggleControl> = + <rich:toolTip> + <rich:calendar> + <rich:fileUpload> + <rich:suggestionbox> + = + = + = + = + + = + + bypassUpdates + If "true", after process validations phase it skips updates = of model beans on a force render response. It can be used for validating co= mponents input + + <a4j:form> + <a4j:support> + <a4j:commandButton> + <a4j:commandLink> + <a4j:jsFunction> = + <a4j:poll> + <a4j:push> + + + <rich:dataFilterSlider> + <rich:datascroller> + <rich:scrollableDataTable> + <rich:dropSupport> + <rich:menuItem> + <rich:tree> = + <rich:treeNode> + <rich:panelMenuGroup> + <rich:panelMenuItem> + <rich:progressBar> + <rich:simpleTogglePanel> + <rich:calendar> + <rich:suggestionbox> + = + = + = + = + + = + = + + +
+
+ =
--===============7656541091768205476==--