Tuesday, February 8, 2011

Metawidget: PrimeFaces TabView support

In a similar fashion to my previous blog, the next release of Metawidget (v1.10) will add support for the PrimeFaces TabView component.

I have updated the AddressBook Example included in the distribution to demonstrate swapping in PrimeFaces support. So now you can add...

<metawidget>
   ...
   <layout>
      <tabViewLayoutDecorator xmlns="java:org.metawidget.faces.component.html.layout.primefaces"
         config="org.metawidget.layout.decorator.LayoutDecoratorConfig">

         <layout>
            <simpleLayout xmlns="java:org.metawidget.faces.component.layout"/>
         </layout>
      </tabViewLayoutDecorator>
   </layout>
</metawidget>

...and you auto-magically get (note the PrimeFaces TabView and the PrimeFaces Slider)...

Early access code now available in SVN.

0 comments: