From richfaces-svn-commits at lists.jboss.org Mon Aug 11 12:51:06 2008 Content-Type: multipart/mixed; boundary="===============8806414180686706053==" 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: r10031 - trunk/docs/userguide/en/src/main/docbook/included. Date: Mon, 11 Aug 2008 12:51:05 -0400 Message-ID: --===============8806414180686706053== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: artdaw Date: 2008-08-11 12:51:05 -0400 (Mon, 11 Aug 2008) New Revision: 10031 Added: trunk/docs/userguide/en/src/main/docbook/included/graphValidator.desc.xml trunk/docs/userguide/en/src/main/docbook/included/graphValidator.xml Log: https://jira.jboss.org/jira/browse/RF-3903 Validators Added: trunk/docs/userguide/en/src/main/docbook/included/graphValidator.des= c.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/graphValidator.desc.x= ml (rev 0) +++ trunk/docs/userguide/en/src/main/docbook/included/graphValidator.desc.x= ml 2008-08-11 16:51:05 UTC (rev 10031) @@ -0,0 +1,22 @@ + +
+ + + rich:ajaxValidator + + +
+ Description + The + <rich:ajaxGraph> = + is a component designed to provide ajax validation insi= de for JSF inputs. + +
+
+ Key Features + + Skips all JSF processing except validation + + +
+
Added: trunk/docs/userguide/en/src/main/docbook/included/graphValidator.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/graphValidator.xml = (rev 0) +++ trunk/docs/userguide/en/src/main/docbook/included/graphValidator.xml 20= 08-08-11 16:51:05 UTC (rev 10031) @@ -0,0 +1,87 @@ + +
+ + + rich:graphValidator + + + + + Component identification parameters + + + + + Name + + Value + + + + + + component-type + + org.richfaces.graphValidator + + + + component-class + + org.richfaces.component.html.HtmlgraphValidator + + + + component-family + + org.richfaces.graphValidator + + + + renderer-type + + org.richfaces.graphValidatorRenderer + + + + tag-class + + org.richfaces.taglib.graphValidatorTag + + + +
+ +
+ Creating the Component with a Page Tag + + To create the simplest variant on a page use the following synta= x: + + + + Example: + + + + + + +...]]> +
+ +
+ Creating the Component Dynamically Using Java + + + Example: + + +
+ + + --===============8806414180686706053==--