From richfaces-svn-commits at lists.jboss.org Thu Jun 19 08:27:31 2008 Content-Type: multipart/mixed; boundary="===============8705457851636185967==" 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: r9108 - trunk/docs/userguide/en/src/main/docbook/included. Date: Thu, 19 Jun 2008 08:27:30 -0400 Message-ID: --===============8705457851636185967== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: atsebro Date: 2008-06-19 08:27:30 -0400 (Thu, 19 Jun 2008) New Revision: 9108 Modified: trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml Log: RF-3695--hide selectOnEdit attribute for InplaceSelect Modified: trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.x= ml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/inplaceSelect.xml 200= 8-06-19 12:26:43 UTC (rev 9107) +++ trunk/docs/userguide/en/src/main/docbook/included/inplaceSelect.xml 200= 8-06-19 12:27:30 UTC (rev 9108) @@ -236,12 +236,16 @@ = = - Another useful attribute boolean is "open= OnEdit", when set to "true" it opens - drop-down list with items after edit state is= activated. - + To prevent opening the drop-down list by default, once e= dit state is activated, = + set the "openOnEdit" attribute to "false". = + The default value is =E2=80=9Ctrue=E2=80=9D. + = + + Example: + = + ...]]> = @@ -251,7 +255,7 @@ This is the result:
- The <emphasis><property>"selectOnEdit"</property>= </emphasis> attribute usage = + The <emphasis><property>"openOnEdit"</property></= emphasis> attribute usage = --===============8705457851636185967==--