From richfaces-svn-commits at lists.jboss.org Mon Mar 3 13:17:58 2008 Content-Type: multipart/mixed; boundary="===============4226846003545429063==" 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: r6503 - trunk/docs/userguide/en/src/main/docbook/included. Date: Mon, 03 Mar 2008 13:17:58 -0500 Message-ID: --===============4226846003545429063== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: cluts Date: 2008-03-03 13:17:58 -0500 (Mon, 03 Mar 2008) New Revision: 6503 Modified: trunk/docs/userguide/en/src/main/docbook/included/nodeSelectListener.xml trunk/docs/userguide/en/src/main/docbook/included/recursiveTreeNodesAdap= tor.xml trunk/docs/userguide/en/src/main/docbook/included/tree.xml Log: http://jira.jboss.com/jira/browse/RF-926 - updated code for tree, changeExp= andListener,nodeSelectListener,recursiveTreeNodesAdaptor; corrected code fo= r toolTip(example of using "div" attributes) Modified: trunk/docs/userguide/en/src/main/docbook/included/nodeSelectListe= ner.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/nodeSelectListener.xm= l 2008-03-03 18:17:33 UTC (rev 6502) +++ trunk/docs/userguide/en/src/main/docbook/included/nodeSelectListener.xm= l 2008-03-03 18:17:58 UTC (rev 6503) @@ -47,8 +47,7 @@ Creating the Component Dynamically Using Java Example: = - = - - = + = = ... @@ -86,41 +85,32 @@ - - = + = - - = - = - - = - = Modified: trunk/docs/userguide/en/src/main/docbook/included/tree.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/tree.xml 2008-03-03 1= 8:17:33 UTC (rev 6502) +++ trunk/docs/userguide/en/src/main/docbook/included/tree.xml 2008-03-03 1= 8:17:58 UTC (rev 6503) @@ -274,7 +274,7 @@ Example: = - ... @@ -428,7 +428,9 @@ Example: - + There are some essential points in a "nodeFace" attribute usage: you need to define notions for typeless and a default nodes. @@ -449,9 +451,11 @@ Example: - ]]> + +...]]> - "varAttributeName" is a value for + "varAttributeName" is a value for "var" attribute. Default node is used in the following cases= : @@ -875,8 +879,9 @@ Example: - -]]> = + +...]]> = = This is a result: = --===============4226846003545429063==--