From richfaces-svn-commits at lists.jboss.org Tue Oct 26 13:10:28 2010 Content-Type: multipart/mixed; boundary="===============2199242237436499726==" 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: r19674 - in trunk/examples/richfaces-showcase/src/main: webapp/richfaces and 2 other directories. Date: Tue, 26 Oct 2010 13:10:28 -0400 Message-ID: <201010261710.o9QHASfl022700@svn01.web.mwc.hst.phx2.redhat.com> --===============2199242237436499726== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: ilya_shaikovsky Date: 2010-10-26 13:10:27 -0400 (Tue, 26 Oct 2010) New Revision: 19674 Added: trunk/examples/richfaces-showcase/src/main/webapp/richfaces/collapsibleP= anel/ trunk/examples/richfaces-showcase/src/main/webapp/richfaces/collapsibleP= anel/samples/ trunk/examples/richfaces-showcase/src/main/webapp/richfaces/collapsibleP= anel/samples/simple-sample.xhtml trunk/examples/richfaces-showcase/src/main/webapp/richfaces/collapsibleP= anel/simple.xhtml Modified: trunk/examples/richfaces-showcase/src/main/resources/org/richfaces/demo/= data/common/navigation.xml Log: https://jira.jboss.org/browse/RF-8829 Modified: trunk/examples/richfaces-showcase/src/main/resources/org/richface= s/demo/data/common/navigation.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/examples/richfaces-showcase/src/main/resources/org/richfaces/demo= /data/common/navigation.xml 2010-10-26 17:08:36 UTC (rev 19673) +++ trunk/examples/richfaces-showcase/src/main/resources/org/richfaces/demo= /data/common/navigation.xml 2010-10-26 17:10:27 UTC (rev 19674) @@ -317,7 +317,7 @@ = - + tabPanel rich:tabPanel @@ -338,6 +338,16 @@ = = + + collapsiblePanel + rich:collapsiblePanel + + + simple + Simple Collapsible Panel + + + accordion rich:accordion Added: trunk/examples/richfaces-showcase/src/main/webapp/richfaces/collapsi= blePanel/samples/simple-sample.xhtml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/examples/richfaces-showcase/src/main/webapp/richfaces/collapsible= Panel/samples/simple-sample.xhtml (rev 0) +++ trunk/examples/richfaces-showcase/src/main/webapp/richfaces/collapsible= Panel/samples/simple-sample.xhtml 2010-10-26 17:10:27 UTC (rev 19674) @@ -0,0 +1,51 @@ + + + +

Here is simple panel in client mode:

+ + = + + RichFaces is a component library for JSF and an advanced framework for = + easily integrating AJAX capabilities into business applications. +
    +
  • 100+ AJAX enabled components in two libraries
  • +
  • a4j: page centric AJAX controls
  • +
  • rich: self contained, ready to use components
  • +
  • Whole set of JSF benefits while working with AJAX
  • +
  • Skinnability mechanism
  • +
  • Component Development Kit (CDK)
  • +
  • Dynamic resources handling
  • +
  • Testing facilities for components, actions, listeners, and + pages
  • +
  • Broad cross-browser support
  • +
  • Large and active community
  • +
+
+ +

And that panel switched by ajax and closed by default:

+ = + +

We are working hard on RichFaces 4.0 which will have full JSF + 2 integration. That is not all though, here is a summary of updates + and features:

+
    +
  • Redesigned modular repository and build system.
  • +
  • Simplified Component Development Kit with annotations, + faces-config extensions, advanced templates support and more..
  • +
  • Ajax framework improvements extending the JSF 2 + specification.
  • +
  • Component review for consistency, usability, and redesign + following semantic HTML principles where possible.
  • +
  • Both server-side and client-side performance optimization.
  • +
  • Strict code clean-up and review.
  • +
+
+
+
\ No newline at end of file Added: trunk/examples/richfaces-showcase/src/main/webapp/richfaces/collapsi= blePanel/simple.xhtml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=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/examples/richfaces-showcase/src/main/webapp/richfaces/collapsible= Panel/simple.xhtml (rev 0) +++ trunk/examples/richfaces-showcase/src/main/webapp/richfaces/collapsible= Panel/simple.xhtml 2010-10-26 17:10:27 UTC (rev 19674) @@ -0,0 +1,25 @@ + + + + +

collapsiblePanel representation is fully analogous to simple + rich:panel component. Additionally that component could be toggled + between two representations. In collapsed state only header shown and + in expanded state there is complete panel.

+

As most of switchable components it has three switch types for + switching between states - ajax, server and client +

+ + + + + + + +

In ajax and server mode PanelToggleEvent queued and could be ha= ndled + using Listener defined via toggleListener attribute

+
+ \ No newline at end of file --===============2199242237436499726==--