From richfaces-svn-commits at lists.jboss.org Fri Aug 21 13:55:58 2009 Content-Type: multipart/mixed; boundary="===============7880061396419185935==" 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: r15264 - branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/includes. Date: Fri, 21 Aug 2009 13:55:58 -0400 Message-ID: <200908211755.n7LHtwoB011993@svn01.web.mwc.hst.phx2.redhat.com> --===============7880061396419185935== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: msorokin Date: 2009-08-21 13:55:58 -0400 (Fri, 21 Aug 2009) New Revision: 15264 Modified: branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook/= includes/albumView.xml Log: https://jira.jboss.org/jira/browse/RF-5768 updated Modified: branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/d= ocbook/includes/albumView.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/photo_album_app_guide/en/src/main/docbook= /includes/albumView.xml 2009-08-21 17:15:18 UTC (rev 15263) +++ branches/community/3.3.X/docs/photo_album_app_guide/en/src/main/docbook= /includes/albumView.xml 2009-08-21 17:55:58 UTC (rev 15264) @@ -2,11 +2,13 @@
Album View - Album view allows you to observe album items as thumbnails, scale t= he size of the thumbnails with the slider control, as well as to switch to = slideshow mode. By clicking on an image in the Album View the Image View is= opened. + Album view allows you to observe album items a= s thumbnails, = + scale the size of the thumbnails with the slider control, as well a= s to switch to slideshow mode. + By clicking on an image in the Album view the = Image View is opened. =
- Some title + Album view @@ -16,9 +18,9 @@
Image Size Control with <rich:inputNumberSlider> - The rich:inputNumberSl= ider component in the Photo Album Demo is used as a c= ontrol that helps a user to change photos size while previewing an album. = + The <rich:inputNumb= erSlider/> component in the Photo Album Demo is us= ed as a control that helps a user to change photos size while previewing an= album. = A handler position on the slider track corresponds to a = particular value of an image size. = - The component is included into the page with the help of= ui:include: + The component is included into the page with the help of= <ui:include/>: @@ -45,7 +47,7 @@ ...]]> = There is special Enumeration type that contains four p= redefined values for image size. Each type has a set of image related attri= butes such as CSS class for new photo size, postfix for a new file name, im= age background. - The setValue method of the ImageSiz= eHelper.java class is triggered on each slider's position change. Th= is method sets one of four predefined values for image size and due to slid= er's position. = + The setValue method of the ImageSiz= eHelper.java class is triggered on each slider's position change. Th= is method sets one of four predefined values for image size and corresponds= to slider's position. = = - After the <a4j:support>= is worked out user photos = + After the <a4j:support>= finished its job user photos = (more exactly, the h:panelGroup with userAlbumImages id = that contains user photos) = - are rendered correspondingly to a new set value. H= ere is web/src/main/webapp/includes/image/imageList.xhtml: + are rendered correspondingly to the new value. He= re is web/src/main/webapp/includes/image/imageList.xhtml: = @@ -133,7 +135,7 @@ ...]]> = - When the <rich:in= putNumberSlider> is rendered, at first its default= value for image size is 120 px. = + When the <rich:in= putNumberSlider> is rendered, initially its defaul= t value for image size is 120 px. = =
@@ -172,7 +174,7 @@ Slideshow = The slideshow feature in the Photo Album Demo can = be enabled by clicking on "Start Slideshow&quo= t; link from two different places in the application: = - 1) from user's album preview (/web/src/main/webapp= /image/albumInfo.xhtml) and 2) from a particular photo preview (src/main/webapp/image/imageInfo.xhtml). = + 1) from user's album preview (/web/src/main/w= ebapp/image/albumInfo.xhtml) and 2) from a particular photo preview = (src/main/webapp/image/imageInfo.xhtml). = Both of two mentioned XHTML files include slideshow wit= h the help of Facelets <ui:include tag = (for more information about <= ui:include see Facelets Reference Guide =E2= =80=94 = http://www.jsftoolbox.com/documentation/f= acelets/01-Introduction/index.jsf). @@ -181,7 +183,7 @@ The components that implement the slideshow functionalit= y are: - = <rich:modalPanelgt; located in web/src/main= /webapp/includes/image/slideshow.xhtml that is hidden by default as = the attribute showWhenRendered=3D"#{slideshow.active}" and the active property of SlideshowManager.java is set to "false= " by default. + = <rich:modalPanel> located in web/src/mai= n/webapp/includes/image/slideshow.xhtml that is hidden by default as= the attribute showWhenRendered=3D"#{slideshow.active}" and the active property of SlideshowManager.java is set = to "false" by default. = <a4j:poll> located in includes/misc/slid= eShowPooler.xhtml which is also inactive due to the mentioned active= property ( active=3D#{slideshow.active}) = --===============7880061396419185935==--