From richfaces-svn-commits at lists.jboss.org Mon Oct 15 13:11:03 2007 Content-Type: multipart/mixed; boundary="===============6731824566893608527==" 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: r3380 - in trunk/docs/userguide: en/src/main/docbook and 1 other directories. Date: Mon, 15 Oct 2007 13:11:02 -0400 Message-ID: --===============6731824566893608527== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: vkorluzhenko Date: 2007-10-15 13:11:02 -0400 (Mon, 15 Oct 2007) New Revision: 3380 Added: trunk/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml Modified: trunk/docs/userguide/en/src/main/docbook/master.xml trunk/docs/userguide/pom.xml Log: http://jira.jboss.com/jira/browse/RF-1123 - jQuery was added into the build= process. Added: trunk/docs/userguide/en/src/main/docbook/included/jQuery.desc.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/jQuery.desc.xml = (rev 0) +++ trunk/docs/userguide/en/src/main/docbook/included/jQuery.desc.xml 2007-= 10-15 17:11:02 UTC (rev 3380) @@ -0,0 +1,29 @@ + +
+ + + jQuery + + +
+ Description + = + + + + + + +
+
+ Key Features + +
+
Added: trunk/docs/userguide/en/src/main/docbook/included/jQuery.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/jQuery.xml = (rev 0) +++ trunk/docs/userguide/en/src/main/docbook/included/jQuery.xml 2007-10-15= 17:11:02 UTC (rev 3380) @@ -0,0 +1,85 @@ + +
+ + + jQuery + + + + + Component identification parameters + + + + + Name + + Value + + + + + + component-type + + org.richfaces.JQuery + + + + component-class + + org.richfaces.component.html.HtmlJQuery + + + + component-family + + org.richfaces.JQuery + + + + renderer-type + + org.richfaces.JQueryRenderer + + + + tag-class + + org.richfaces.taglib.JQueryTag + + + +
+ +
+ 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: + + +
+ +
+ Details of Usage +
+
Modified: trunk/docs/userguide/en/src/main/docbook/master.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/master.xml 2007-10-15 16:47:45= UTC (rev 3379) +++ trunk/docs/userguide/en/src/main/docbook/master.xml 2007-10-15 17:11:02= UTC (rev 3380) @@ -46,6 +46,8 @@ + + = @@ -90,6 +92,7 @@ &inputNumberSlider_table; &inputNumberSpinner_table; &insert_table; +&jQuery_table; &message_table; &modalPanel_table; &paint2D_table; Modified: trunk/docs/userguide/pom.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/pom.xml 2007-10-15 16:47:45 UTC (rev 3379) +++ trunk/docs/userguide/pom.xml 2007-10-15 17:11:02 UTC (rev 3380) @@ -185,11 +185,25 @@ = + org.richfaces.ui + jQuery + + + ${project.version} + + + + + + + org.richfaces.ui + + menu-components --===============6731824566893608527==--